StarRocks
StarRocks is a high-performance, open-source (Apache 2.0) OLAP / lakehouse engine. Clients run SQL via the MySQL protocol, while the FE HTTP server exposes REST endpoints for management and Stream Load is an HTTP-based ingestion API. CelerData provides the managed cloud offering.
APIs
StarRocks Stream Load HTTP API
Stream Load is a synchronous HTTP-based ingestion API. Clients PUT a CSV or JSON payload to /api/{db}/{table}/_stream_load with HTTP Basic authentication and headers like `label...
StarRocks FE HTTP API
The Frontend (FE) HTTP server exposes REST endpoints for cluster administration, metrics, query profiling, and load monitoring. Most administrative operations are additionally a...
StarRocks Query Interface (MySQL Wire)
StarRocks is wire-compatible with MySQL on port 9030, so any MySQL/MariaDB client or JDBC driver can connect to issue SQL queries.