clariBI supports multiple database types and connection methods. This guide covers the most common scenarios.
Supported Databases
- PostgreSQL (recommended)
- MySQL/MariaDB
- Google BigQuery
- AWS Redshift
- Snowflake
- Microsoft SQL Server
- MongoDB
Connection Setup
PostgreSQL/MySQL
- Go to Data Sources → Add Connection
- Select Database → PostgreSQL or MySQL
- Enter connection details:
- Host: your-database-host.com
- Port: 5432 (PostgreSQL) or 3306 (MySQL)
- Database name
- Username and password - Click Test Connection
- Save your connection
Google BigQuery
- Select Google BigQuery as connection type
- Upload your service account JSON key
- Enter your project ID and dataset
- Test and save
Security Best Practices
- Use read-only database users
- Enable SSL connections
- Whitelist clariBI IP addresses
- Rotate credentials regularly
Troubleshooting
- Connection timeout: Check firewall settings
- Permission denied: Verify user privileges
- SSL required: Enable SSL in connection settings
For more help, contact our technical support team.