Skip to main content
QuestDB is a high-performance time-series database which helps you overcome ingestion bottlenecks.
The driver for QuestDB is supported by its vendor. Please report any issues to their Slack.

Prerequisites

  • The hostname for the QuestDB database server
    • If QuestDB is not running, checkout the QuestDB quick start
  • Docker (optional)

Setup

Docker

Create a dockerfile within the project directory:
docker-compose.yml
Within your project directory, create an .env file:
Finally, bring it all up with Docker:
shell
Access Cube at http://localhost:4000 & QuestDB at http://localhost:9000

Environment Variables