falcon
falcon copied to clipboard
Can this App connect clickhouse database ?
Can this App connect clickhouse database ?
Please ask usage questions at https://community.plot.ly/c/falcon-sql-client
For anyone interested in implementing a connector for ClickHouse:
- ClickHouse documentation
- ClickHouse HTTP API
- Node.js drivers:
- @apla/clickhouse: promises, callbacks and streams, authentication
- clickhouse: callbacks and streams, no authentication
- clickhouse_client: very basic driver
- clickhouse-nodejs: very basic driver