Overview
Installation
Follow these instructions to install GreptimeDB:
- GreptimeDB Standalone runs as a standalone system in a single process.
- GreptimeDB Cluster runs as a distributed, clustered time series database.
Check database status
After starting GreptimeDB, you can check its status to ensure it is running.
curl http://localhost:4000/health
If the GreptimeDB instance is running healthily, you will see the following response:
{}
Next steps
- Quick Start: Ingest and query data in GreptimeDB using MySQL or PostgreSQL clients.