Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: publish 0.9.2 #1142

Merged
merged 3 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/user-guide/ingest-data/for-iot/grpc-sdks/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,35 @@ Streaming insert is useful when you want to insert a large amount of data such a

<InjectContent id="ingester-lib-reference" content={props.children}/>

<!-- ## Query data

GreptimeDB uses SQL as the main query language and is compatible with MySQL and PostgreSQL.
Therefore, we recommend using mature SQL drivers to query data.

### Recommended library

<InjectContent id="recommended-query-library" content={props.children}/>

### Installation

<InjectContent id="query-library-installation" content={props.children}/>

### Connect to database

The following example shows how to connect to GreptimeDB:

<InjectContent id="query-library-connect" content={props.children}/>

### Raw SQL

We recommend you using raw SQL to experience the full features of GreptimeDB.
The following example shows how to use raw SQL to query data.

<InjectContent id="query-library-raw-sql" content={props.children}/>

### Query library reference

For more information about how to use the query library, please see the documentation of the corresponding library:

<InjectContent id="query-lib-doc-link" content={props.children}/> -->

This file was deleted.

This file was deleted.

Loading