Skip to content

Commit

Permalink
feat(greptimedb sink): update ingestion api for greptimedb sink (vect…
Browse files Browse the repository at this point in the history
…ordotdev#19410)

* feat: update ingestion api for greptimedb sink

* fix: lint issues

* chore: update greptime client

* chore: update license
  • Loading branch information
sunng87 authored and AndrooTheChen committed Sep 23, 2024
1 parent 802a1e9 commit 8b29173
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 150 deletions.
57 changes: 14 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ hex = { version = "0.4.3", default-features = false, optional = true }
sha2 = { version = "0.10.8", default-features = false, optional = true }

# GreptimeDB
greptimedb-client = { git = "https://github.com/GreptimeTeam/greptimedb-client-rust.git", rev = "bc32362adf0df17a41a95bae4221d6d8f1775656", optional = true }
greptimedb-client = { git = "https://github.com/GreptimeTeam/greptimedb-ingester-rust.git", rev = "4cb19ec47eeaf634c451d9ae438dac445a8a3dce", optional = true }

# External libs
arc-swap = { version = "1.6", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ graphql_client,https://github.com/graphql-rust/graphql-client,Apache-2.0 OR MIT,
graphql_client_codegen,https://github.com/graphql-rust/graphql-client,Apache-2.0 OR MIT,Tom Houlé <[email protected]>
graphql_query_derive,https://github.com/graphql-rust/graphql-client,Apache-2.0 OR MIT,Tom Houlé <[email protected]>
greptime-proto,https://github.com/GreptimeTeam/greptime-proto,Apache-2.0,The greptime-proto Authors
greptimedb-client,https://github.com/GreptimeTeam/greptimedb-client-rust,Apache-2.0,The greptimedb-client Authors
greptimedb-client,https://github.com/GreptimeTeam/greptimedb-ingester-rust,Apache-2.0,The greptimedb-client Authors
grok,https://github.com/daschl/grok,Apache-2.0,Michael Nitschinger <[email protected]>
group,https://github.com/zkcrypto/group,MIT OR Apache-2.0,"Sean Bowe <[email protected]>, Jack Grigg <[email protected]>"
h2,https://github.com/hyperium/h2,MIT,"Carl Lerche <[email protected]>, Sean McArthur <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion scripts/integration/greptimedb/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runner:
matrix:
# Temporarily pegging to the latest known stable release
# since using `latest` is failing consistently.
version: [v0.4.0]
version: [v0.4.4]

# changes to these files/paths will invoke the integration test in CI
# expressions are evaluated using https://github.com/micromatch/picomatch
Expand Down
Loading

0 comments on commit 8b29173

Please sign in to comment.