Set up Isofold
Isofold acts as a proxy between your app and your data warehouse. This guide walks you through connecting your application to Isofold Cloud.Choose your setup path
Use Isofold Cloud (Recommended)
Use Isofold Cloud (Recommended)
The fastest way to get started.
- Sign up at isofold.com
- Retrieve your team’s proxy URL
- Configure your application or warehouse client to point to the Isofold endpoint
Run Isofold Yourself
Run Isofold Yourself
You can self-host Isofold using Docker or deploy to your own Fly.io region.
- Follow the self-hosted guide
- Point your application or client to your proxy’s IP or domain
- Ensure your proxy has network access to your data warehouse
Connect your warehouse
Isofold works with several major data warehouses.BigQuery
Works with
bq
, client libraries, and the REST API.Snowflake
Easily integrates with Snowflake clients and JDBC/ODBC tools.
Aurora
Use a Postgres-compatible connection string.
Verify your integration
Once connected, Isofold will begin optimizing your queries. You can verify:- Queries are passing through Isofold
- Optimizations are applied
- Results match exactly
Log inspection
Log inspection
Enable verbose logging or connect to your Isofold dashboard to confirm that queries are reaching the proxy and being rewritten.
Check rewritten output
Check rewritten output
Use the
/verify
endpoint or dashboard comparison view to see how your query was rewritten—and confirm result equivalence.