mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 07:12:54 +00:00
379d2e2f50494dd1f9493bee593ffd333741465b
* feat: init common runtime crate * feat: tokio Runtime wrapper and global runtime functions * feat: adds block_on_read, block_on_write, block_on_bg functions to runtime * refactor: panic when configure global runtimes which are already initialized * refactor: adds read/write/bg thread pool size * fix: code style * fix: clippy warning * fix: test_metric panic * fix: address CR problems * log: adds log when creating runtime
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
433 MiB
Languages
Rust
99.6%
Shell
0.1%