Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Architecture
Every provisioned tenant receives a dedicated QuestDB instance as part of the Ivory data platform. QuestDB is the real-time tier — designed for high-frequency time-series ingestion with microsecond latency. All data written to QuestDB automatically tiers to your IOMETE Lakehouse (cold storage) after 7 days, creating a seamless hot → warm → cold pipeline:Ingestion methods
| Method | Endpoint | Best for |
|---|---|---|
| ILP over TCP | ilp_host:9009 | Highest throughput — batch inserts, time-series streams |
| ILP over HTTP | http_url/write | Simpler client — no raw TCP needed |
| REST SQL | http_url/exec?query=... | Ad-hoc queries, DDL |
| PostgreSQL wire | ilp_host:8812 | Any psql/JDBC/SQLAlchemy client |
Authentication
All/v1/rtdb/* endpoints require a JWT access token:
POST /v1/auth/login to obtain a token.
