Connect Your Database
Connect Vuon to your data warehouse or database to start analyzing your data. We support the most popular cloud data warehouses and databases with secure, read-only access.
Supported databases
Vuon supports the following data warehouses and databases:
BigQuery
Google Cloud's serverless data warehouse. Connect using a service account with read-only permissions.
Snowflake
Cloud data platform with fine-grained access control. Connect using a dedicated user and role with read-only permissions.
Redshift
Amazon's cloud data warehouse. Connect using AWS PrivateLink for secure, private access without exposing your cluster to the internet.
PostgreSQL
Open-source relational database. Connect using a read-only user with private connectivity (AWS PrivateLink or GCP Private Service Connect), SSH tunnel, or direct connection.
MySQL
Popular open-source relational database. Connect using a read-only user with private connectivity (AWS PrivateLink or GCP Private Service Connect), SSH tunnel, or direct connection.
Trino / Athena
Connect to Amazon Athena with IAM role authentication, or connect a self-hosted Trino deployment with username/password and your preferred network path.
Connection methods
Vuon supports multiple connection methods to fit your security requirements:
Cloud data warehouses
For cloud-native data warehouses like BigQuery, Snowflake, Redshift, and Athena, Vuon uses native authentication methods:
- BigQuery: Service account with JSON key file
- Snowflake: Username and password authentication with optional key-pair or OAuth
- Redshift: AWS PrivateLink with VPC endpoint for secure private connectivity
- Athena (via Trino): IAM Role authentication with permissions to query Athena, read Glue metadata, and access S3 data and results buckets
Traditional databases
For PostgreSQL and MySQL, Vuon supports multiple connection methods:
| Method | Security | Use Case | Setup Complexity |
|---|---|---|---|
| AWS PrivateLink | Highest | Production databases in AWS | Medium |
| GCP Private Service Connect | Highest | Production databases in GCP | Medium |
| SSH Tunnel | High | Any database behind a bastion host | Low |
| Direct Connection | Medium | Development or VPN-protected databases | Low |
Recommendation: Use AWS PrivateLink for AWS-hosted databases, GCP Private Service Connect for GCP-hosted databases, or SSH tunnel for other environments. Direct connections should only be used for development or when the database is behind a VPN.
Security best practices
All Vuon database connections follow security best practices:
Read-only access
- Vuon only requires SELECT permissions on your data
- No write, update, or delete permissions are needed
- Database users are configured with least-privilege access
Encrypted connections
- All connections use SSL/TLS encryption
- Credentials are encrypted at rest
- Network traffic never leaves the cloud provider's network (when using PrivateLink or PSC)
Credential management
- Credentials are stored securely in encrypted storage
- Passwords can be rotated without service interruption
- Service accounts and API keys can be revoked at any time
Network isolation
- PrivateLink: Traffic stays within AWS network, never exposed to the internet
- PSC: Traffic stays within Google Cloud private networking, never exposed to the internet
- SSH Tunnel: Encrypted tunnel through a bastion host
- Direct Connection: IP allowlisting restricts access to known Vuon addresses
Getting started
To connect your database to Vuon:
- Choose your database: Select your data warehouse or database from the list above
- Follow the setup guide: Each guide provides step-by-step instructions for creating a read-only user and configuring network access
- Configure in Vuon: Add your database connection in the Vuon admin panel
- Start querying: Once connected, Vuon automatically discovers your schema and you can start analyzing your data
Need help? Contact your Vuon account manager for assistance with database setup, network configuration, or security requirements.
Frequently asked questions
Can Vuon write to my database?
No. Vuon only requires read-only (SELECT) permissions. Our setup guides explicitly configure users with only SELECT grants, ensuring Vuon cannot modify, delete, or insert data.
How does Vuon discover my schema?
After you connect your database, Vuon automatically scans the accessible databases, schemas, and tables. This process typically completes within 5 minutes. You can manually trigger a schema refresh at any time from the admin panel.
Can I connect multiple databases?
Yes. You can connect multiple databases from the same or different providers. Each connection is configured independently in the Vuon admin panel.
What happens if I rotate credentials?
Simply update the credentials in the Vuon admin panel. Vuon will use the new credentials for all future connections. There is no service interruption—just update and test the connection.
Does Vuon cache my data?
Vuon caches query results for performance, but does not replicate your entire database. All queries run directly against your database, and cached results respect your data's freshness requirements.
Can I restrict access to specific schemas or tables?
Yes. When creating the read-only user, you can grant SELECT permissions only on specific schemas or tables. Vuon will only be able to access the data you explicitly grant access to.
How do I monitor Vuon's database activity?
Each database setup guide includes instructions for enabling audit logging. You can monitor all queries executed by the Vuon user in your database's query logs or audit logs.
What if my database is behind a firewall?
Use AWS PrivateLink (for AWS databases), GCP Private Service Connect (for GCP databases), or SSH tunnel (for any database) to securely connect without exposing your database to the public internet. See the individual database guides for detailed setup instructions.
Does Vuon support database proxies or connection poolers?
Yes. You can configure Vuon to connect through proxies like PgBouncer (PostgreSQL) or ProxySQL (MySQL). Use the proxy's hostname and port in the connection settings.
Additional resources
- AWS PrivateLink setup guide
- GCP Private Service Connect setup guide
- Custom S3 storage configuration
- Custom GCS storage configuration
For additional support or questions, contact your Vuon account manager.