-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2117 from jdavidson/add-omni-integration-document…
…ation Add initial documentation for Omni integration
- Loading branch information
Showing
7 changed files
with
519 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions
30
docs/en/integrations/data-visualization/omni-and-clickhouse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
sidebar_label: Omni | ||
slug: /en/integrations/omni | ||
keywords: [clickhouse, omni, connect, integrate, ui] | ||
description: Omni is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time. | ||
--- | ||
|
||
import ConnectionDetails from '@site/docs/en/\_snippets/\_gather_your_details_http.mdx'; | ||
|
||
# Omni | ||
|
||
Omni can connect to ClickHouse Cloud or on-premise deployment via the official ClickHouse data source. | ||
|
||
## 1. Gather your connection details | ||
|
||
<ConnectionDetails /> | ||
|
||
## 2. Create a ClickHouse data source | ||
|
||
Navigate to Admin -> Connections and click the "Add Connection" button in the top right corner. | ||
|
||
<img src={require('./images/omni_01.png').default} class="image" alt="Adding a new connection" style={{width: '80%', 'background-color': 'transparent'}}/> | ||
<br/> | ||
|
||
Select `ClickHouse`. Enter your credentials in the form. | ||
|
||
<img src={require('./images/omni_02.png').default} class="image" alt="Specifying your credentials" style={{width: '80%', 'background-color': 'transparent'}}/> | ||
<br/> | ||
|
||
Now you should can query and visualize data from ClickHouse in Omni. |
Oops, something went wrong.