Skip to main content
Version: 0.9

Overview

Installation​

Follow these instructions to install GreptimeDB:

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.