-
Notifications
You must be signed in to change notification settings - Fork 994
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
[warehouse]Add support for greptimedb. #834
Merged
Conversation
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
# Conflicts: # warehouse/src/main/java/com/usthe/warehouse/controller/MetricsDataController.java # warehouse/src/main/java/com/usthe/warehouse/store/HistoryJpaDatabaseDataStorage.java # warehouse/src/main/java/com/usthe/warehouse/store/RealTimeRedisDataStorage.java
# Conflicts: # pom.xml
[code]feature: add GrepTimeDb `getHistoryMetricData`
1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database.
[warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database.
1.add GrepTimeDb `getHistory`
[warehouse]feature
1.add GrepTimeDb `getHistoryIntervalMetricData`
[warehouse]feature:add GrepTimeDb `getHistoryIntervalMetricData`
# Conflicts: # warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java
tomsun28
added
enhancement
New feature or request
good first pull request
Good for newcomers
new feature
labels
Apr 3, 2023
@killme2008 hi, please help us take a review thanks. 😄😄😄 |
Coooool! Let me see. |
fengjiachun
reviewed
Apr 3, 2023
warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java
Outdated
Show resolved
Hide resolved
warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java
Outdated
Show resolved
Hide resolved
warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java
Outdated
Show resolved
Hide resolved
fengjiachun
reviewed
Apr 3, 2023
warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java
Outdated
Show resolved
Hide resolved
warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java
Outdated
Show resolved
Hide resolved
…HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com>
…HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com>
…HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com>
1 task
1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime`
1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime`
[warehouse] Greptime
fengjiachun
approved these changes
Apr 4, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tomsun28
approved these changes
Apr 4, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 LGTM👍
Signed-off-by: tomsun28 <tomsun28@outlook.com>
tomsun28
added a commit
that referenced
this pull request
Jan 16, 2024
) * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [warehouse] support greptime db store metrics data * [manager] update version * [manager] update greptime * [manager] update greptime * constraint common dependencies version * fix unsupported error * remove success result * [code]feature: add GrepTimeDb `getHistoryMetricData` * [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. * [warehouse]feature: 1.add GrepTimeDb `getHistory` * [warehouse] bugfix can not catch exception when table not exist * [warehouse] support time period string query, 1h 3D 3W * [warehouse] support time period string query, 1h 3D 3W * [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` * merge master * update * [warehouse]Add support for greptimedb. * [warehouse]Add support for greptimedb. * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> * [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` * [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` * Update warehouse/pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
tomsun28
added a commit
that referenced
this pull request
Mar 9, 2024
) * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [warehouse] support greptime db store metrics data * [manager] update version * [manager] update greptime * [manager] update greptime * constraint common dependencies version * fix unsupported error * remove success result * [code]feature: add GrepTimeDb `getHistoryMetricData` * [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. * [warehouse]feature: 1.add GrepTimeDb `getHistory` * [warehouse] bugfix can not catch exception when table not exist * [warehouse] support time period string query, 1h 3D 3W * [warehouse] support time period string query, 1h 3D 3W * [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` * merge master * update * [warehouse]Add support for greptimedb. * [warehouse]Add support for greptimedb. * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> * [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` * [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` * Update warehouse/pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
tomsun28
added a commit
that referenced
this pull request
Mar 9, 2024
) * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [warehouse] support greptime db store metrics data * [manager] update version * [manager] update greptime * [manager] update greptime * constraint common dependencies version * fix unsupported error * remove success result * [code]feature: add GrepTimeDb `getHistoryMetricData` * [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. * [warehouse]feature: 1.add GrepTimeDb `getHistory` * [warehouse] bugfix can not catch exception when table not exist * [warehouse] support time period string query, 1h 3D 3W * [warehouse] support time period string query, 1h 3D 3W * [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` * merge master * update * [warehouse]Add support for greptimedb. * [warehouse]Add support for greptimedb. * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> * [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` * [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` * Update warehouse/pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
tomsun28
added a commit
that referenced
this pull request
Mar 10, 2024
) [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [warehouse] support greptime db store metrics data [manager] update version [manager] update greptime [manager] update greptime constraint common dependencies version fix unsupported error remove success result [code]feature: add GrepTimeDb `getHistoryMetricData` [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. [warehouse]feature: 1.add GrepTimeDb `getHistory` [warehouse] bugfix can not catch exception when table not exist [warehouse] support time period string query, 1h 3D 3W [warehouse] support time period string query, 1h 3D 3W [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` merge master update [warehouse]Add support for greptimedb. [warehouse]Add support for greptimedb. Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` Update warehouse pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
tomsun28
added a commit
that referenced
this pull request
Mar 10, 2024
) [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [warehouse] support greptime db store metrics data [manager] update version [manager] update greptime [manager] update greptime constraint common dependencies version fix unsupported error remove success result [code]feature: add GrepTimeDb `getHistoryMetricData` [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. [warehouse]feature: 1.add GrepTimeDb `getHistory` [warehouse] bugfix can not catch exception when table not exist [warehouse] support time period string query, 1h 3D 3W [warehouse] support time period string query, 1h 3D 3W [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` merge master update [warehouse]Add support for greptimedb. [warehouse]Add support for greptimedb. Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` Update warehouse pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
tomsun28
added a commit
that referenced
this pull request
Mar 11, 2024
) [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [warehouse] support greptime db store metrics data [manager] update version [manager] update greptime [manager] update greptime constraint common dependencies version fix unsupported error remove success result [code]feature: add GrepTimeDb `getHistoryMetricData` [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. [warehouse]feature: 1.add GrepTimeDb `getHistory` [warehouse] bugfix can not catch exception when table not exist [warehouse] support time period string query, 1h 3D 3W [warehouse] support time period string query, 1h 3D 3W [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` merge master update [warehouse]Add support for greptimedb. [warehouse]Add support for greptimedb. Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` Update warehouse pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
tomsun28
added a commit
that referenced
this pull request
Mar 11, 2024
) [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [warehouse] support greptime db store metrics data [manager] update version [manager] update greptime [manager] update greptime constraint common dependencies version fix unsupported error remove success result [code]feature: add GrepTimeDb `getHistoryMetricData` [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. [warehouse]feature: 1.add GrepTimeDb `getHistory` [warehouse] bugfix can not catch exception when table not exist [warehouse] support time period string query, 1h 3D 3W [warehouse] support time period string query, 1h 3D 3W [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` merge master update [warehouse]Add support for greptimedb. [warehouse]Add support for greptimedb. Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` Update warehouse pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
tomsun28
added a commit
that referenced
this pull request
Mar 11, 2024
) [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [warehouse] support greptime db store metrics data [manager] update version [manager] update greptime [manager] update greptime constraint common dependencies version fix unsupported error remove success result [code]feature: add GrepTimeDb `getHistoryMetricData` [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. [warehouse]feature: 1.add GrepTimeDb `getHistory` [warehouse] bugfix can not catch exception when table not exist [warehouse] support time period string query, 1h 3D 3W [warehouse] support time period string query, 1h 3D 3W [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` merge master update [warehouse]Add support for greptimedb. [warehouse]Add support for greptimedb. Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` Update warehouse pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
tomsun28
added a commit
that referenced
this pull request
Mar 11, 2024
) [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [script] update warehouse jpa store metrics expire-time to 1h [warehouse] support greptime db store metrics data [manager] update version [manager] update greptime [manager] update greptime constraint common dependencies version fix unsupported error remove success result [code]feature: add GrepTimeDb `getHistoryMetricData` [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. [warehouse]feature: 1.add GrepTimeDb `getHistory` [warehouse] bugfix can not catch exception when table not exist [warehouse] support time period string query, 1h 3D 3W [warehouse] support time period string query, 1h 3D 3W [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` merge master update [warehouse]Add support for greptimedb. [warehouse]Add support for greptimedb. Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> Update warehouse src main java org dromara hertzbeat warehouse store HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` Update warehouse pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's changed?
Add support for greptimedb.
Checklist