Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitedb2af2

Browse files
Openblocks-docsgitbook-bot
Openblocks-docs
authored andcommitted
GITBOOK-133: Update doc url
1 parent648aae5 commitedb2af2

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

‎docs/SUMMARY.md‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
*[Data source basics](data-sources/data-source-basics.md)
1515
*[Configure IP allowlists](data-sources/configure-ip-allowlists.md)
1616
*[Connect to databases](data-sources/connect-to-databases/README.md)
17-
*[Big Query](data-sources/connect-to-databases/elasticsearch.md)
18-
*[ClickHouse](data-sources/connect-to-databases/elasticsearch-1.md)
19-
*[CouchDB](data-sources/connect-to-databases/elasticsearch-2.md)
20-
*[DynamoDB](data-sources/connect-to-databases/elasticsearch-3.md)
21-
*[Elasticsearch](data-sources/connect-to-databases/elasticsearch-4.md)
22-
*[MariaDB](data-sources/connect-to-databases/elasticsearch-5.md)
17+
*[Big Query](data-sources/connect-to-databases/big-query.md)
18+
*[ClickHouse](data-sources/connect-to-databases/clickhouse.md)
19+
*[CouchDB](data-sources/connect-to-databases/couchdb.md)
20+
*[DynamoDB](data-sources/connect-to-databases/dynamodb.md)
21+
*[Elasticsearch](data-sources/connect-to-databases/elasticsearch.md)
22+
*[MariaDB](data-sources/connect-to-databases/mariadb.md)
2323
*[Microsoft SQL Server](data-sources/connect-to-databases/microsoft-sql-server.md)
2424
*[MongoDB](data-sources/connect-to-databases/mongodb.md)
2525
*[MySQL](data-sources/connect-to-databases/mysql.md)
26-
*[Oracle](data-sources/connect-to-databases/mysql-1.md)
26+
*[Oracle](data-sources/connect-to-databases/oracle.md)
2727
*[PostgreSQL](data-sources/connect-to-databases/postgresql.md)
2828
*[Redis](data-sources/connect-to-databases/redis.md)
29-
*[Snowflake](data-sources/connect-to-databases/redis-1.md)
29+
*[Snowflake](data-sources/connect-to-databases/snowflake.md)
3030
*[Connect to APIs](data-sources/connect-to-databases-1/README.md)
3131
*[REST API](data-sources/connect-to-databases-1/rest-apis.md)
3232
*[GraphQL](data-sources/connect-to-databases-1/graphql.md)
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
#Elasticsearch
2-
3-
Elasticsearch is a highly scalable and distributed search and analytics engine designed to perform fast and complex searches on large volumes of data.
4-
1+
#Big Query
52

3+
Big Query is a fully managed cloud-based data warehouse offered by Google Cloud Platform that provides high-speed querying and interactive analysis of large datasets using SQL-like queries.
64

75
##Prerequisites
86

9-
* GetMicrosoft SQL Server database connection parameters from the database owner.
7+
* GetBig Query database connection parameters from the database owner.
108
* Refer to[IP allowlist](../configure-ip-allowlists.md) to add IP addresses of Openblocks to your allowlist (if needed).
119

12-
##Connect toElasticsearch data source
10+
##Connect toBig Query data source
1311

1412
Follow the steps below:
1513

@@ -20,11 +18,11 @@ Follow the steps below:
2018
* When creating a new query in the app editor, click**+ New** >**+ New data source**. 
2119

2220
<figure><imgsrc="../../.gitbook/assets/db-2.PNG"alt=""><figcaption></figcaption></figure>
23-
2. Select**Database** >**Elasticsearch** as the data source type.&#x20;
21+
2. Select**Database** >**Big Query** as the data source type.&#x20;
2422

25-
<figure><imgsrc="../../.gitbook/assets/elasticsearch-1.PNG"alt=""><figcaption></figcaption></figure>
26-
3. Set its name andconfigure general settings, including host, port, and database name. You can also set the user name and a password.&#x20;
23+
<figure><imgsrc="../../.gitbook/assets/bigquery-1.png"alt=""><figcaption></figcaption></figure>
24+
3. Set its name andservice account.
2725

28-
<figure><imgsrc="../../.gitbook/assets/elasticsearch-2.PNG"alt=""><figcaption></figcaption></figure>
26+
<figure><imgsrc="../../.gitbook/assets/bigquery-2.png"alt=""><figcaption></figcaption></figure>
2927
4. (Optional) Click**Test connection** to check whether the new data source is successfully connected.
3028
5. Click**Save**, and it will be saved to your data source library.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
#Big Query
1+
#Elasticsearch
2+
3+
Elasticsearch is a highly scalable and distributed search and analytics engine designed to perform fast and complex searches on large volumes of data.
4+
25

3-
Big Query is a fully managed cloud-based data warehouse offered by Google Cloud Platform that provides high-speed querying and interactive analysis of large datasets using SQL-like queries.
46

57
##Prerequisites
68

7-
* GetBig Query database connection parameters from the database owner.
9+
* GetMicrosoft SQL Server database connection parameters from the database owner.
810
* Refer to[IP allowlist](../configure-ip-allowlists.md) to add IP addresses of Openblocks to your allowlist (if needed).
911

10-
##Connect toBig Query data source
12+
##Connect toElasticsearch data source
1113

1214
Follow the steps below:
1315

@@ -18,11 +20,11 @@ Follow the steps below:
1820
* When creating a new query in the app editor, click**+ New** >**+ New data source**.&#x20;
1921

2022
<figure><imgsrc="../../.gitbook/assets/db-2.PNG"alt=""><figcaption></figcaption></figure>
21-
2. Select**Database** >**Big Query** as the data source type.&#x20;
23+
2. Select**Database** >**Elasticsearch** as the data source type.&#x20;
2224

23-
<figure><imgsrc="../../.gitbook/assets/bigquery-1.png"alt=""><figcaption></figcaption></figure>
24-
3. Set its name andservice account.
25+
<figure><imgsrc="../../.gitbook/assets/elasticsearch-1.PNG"alt=""><figcaption></figcaption></figure>
26+
3. Set its name andconfigure general settings, including host, port, and database name. You can also set the user name and a password.&#x20;
2527

26-
<figure><imgsrc="../../.gitbook/assets/bigquery-2.png"alt=""><figcaption></figcaption></figure>
28+
<figure><imgsrc="../../.gitbook/assets/elasticsearch-2.PNG"alt=""><figcaption></figcaption></figure>
2729
4. (Optional) Click**Test connection** to check whether the new data source is successfully connected.
2830
5. Click**Save**, and it will be saved to your data source library.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp