mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 13:52:59 +00:00
ad020284d383b879d9ff1c35d3b8ebc11b58eb80
* feat: implement InsertExpr * 1.InsertExpr reverted to previous version 2.add InsertBatch message * add two SemanticTypes: TAG, TIMESTAMP * chore: format proto files * chore: add some comments about "Column" * fix: rename "semanticType" -> "semantic_type" * fix: unique number in InsertBatch * fix: type of f64_values * chore: move insertbatch and column to insert.proto * chore: rename "ExprHeader" to "Header" * fix: ExprHeader not found in this scope
GreptimeDB
GreptimeDB: the next-generation hybrid timeseries/analytics processing database in the cloud.
Usage
// Start datanode with default options.
cargo run -- datanode start
OR
// Start datanode with `http-addr` option.
cargo run -- datanode start --http-addr=0.0.0.0:9999
OR
// Start datanode with `log-dir` and `log-level` options.
cargo run -- --log-dir=logs --log-level=debug datanode start
Description
Open-source, cloud-native, unified observability database for metrics, logs and traces, supporting SQL/PromQL/Streaming.
analyticscloud-nativedatabasedistributedgreptimedblogsmetricsmonitoringobservabilityobservability-databaseobservability-datalakepromqlrustrust-databasesqltime-seriestracestsdb
Readme
Apache-2.0
411 MiB
Languages
Rust
99.6%
Shell
0.1%