Data Sources
ClickHouse
This guide explains how to connect to ClickHouse with Oxy. ClickHouse is an open-source column-oriented DBMS for real-time analytics.
Configuration Options
Add your ClickHouse configuration to config.yml
. Here are all available parameters:
Example Configurations
1
Prepare password environment variable
Export the environment variable:
Or put it in .env
file:
2
Add ClickHouse configuration
Troubleshooting
- Verify server status:
clickhouse-client --query "SELECT 1"
- Check system logs:
/var/log/clickhouse-server/
- Common ports: 8123 (HTTP), 9000 (TCP), 9009 (replication)
- Monitor server metrics:
system.metrics
table