diff --git a/docs/img/hyperbyte-db.png b/docs/img/hyperbyte-db.png new file mode 100644 index 0000000..9b591df Binary files /dev/null and b/docs/img/hyperbyte-db.png differ diff --git a/docs/index.md b/docs/index.md index b5a7d6e..7f824ee 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,66 @@ ---- -title: Home -template: home.html -hide: - - navigation - - toc ---- +
+
- The modern drop-in replacement for InfluxDB 1.x
- IOT & Telemetry - Observerability - Real Time Data
- A production-ready time-series database with InfluxDB compatibility and modern storage. -
-Line protocol and HTTP API for Telegraf, Grafana, and other 1.x clients — migrate without rewriting integrations.
-ClickHouse in-process for fast analytics queries over columnar MergeTree storage.
-Raft for schema consensus with async or sync-quorum replication — every node accepts writes.
-Purpose-built time-series analytics with an interactive CLI shell and batch query support.
-RocksDB write-ahead log and metadata store keep your data safe through restarts and failures.
-Prometheus metrics, structured logs, and OTLP trace export out of the box.
-Write and query data with the familiar InfluxDB v1 HTTP API.
-
-docker run -d \
- --name hyperbytedb \
- -p 8086:8086 \
- ghcr.io/hyperbyte-cloud/hyperbytedb:latest
-
-docker exec -it hyperbytedb \
- hyperbytedb-cli create database mydb
-
-docker exec -it hyperbytedb \
- hyperbytedb-cli write -database mydb \
- --data-binary 'cpu,host=srv01 value=42'
-
- docker exec -it hyperbytedb \
- hyperbytedb-cli query -database mydb \
- --data-urlencode 'q=SELECT * FROM cpu'
-
- Guides for operators, application developers, and contributors.
-Install, configure, operate, and troubleshoot HyperbyteDB in production.
- - -Deploy clusters with Helm, CRDs, backups, and hyperbytedb-proxy.
- - -Architecture, internals, testing, and contribution workflow.
- - -Write path, read path, clustering, compaction, and self-repair.
- - -HTTP endpoints and TimeseriesQL compatibility matrix.
- - -Criterion ingestion benchmarks and performance notes.
- -