ClickHouse
communityOpen-source columnar OLAP database for real-time analytics with SQL interface.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://{instance}:8443/Execute SQL query
Parameters
querySQL query (stringrequiredReturns
query results in specified format (JSON, CSV, TabSeparated)POST
https://{instance}:8443/Insert data
Parameters
queryINSERT INTO table VALUES (stringrequiredinput_formatJSONEachRow|CSV (stringoptionalReturns
statusPOST
https://{instance}:8443/List tables
Parameters
querySHOW TABLES (stringrequiredReturns
tables[]