Use Isofold Cloud
Isofold Cloud is the fastest way to get started—no infrastructure required. It runs in Fly.io edge regions and proxies your queries to BigQuery, Snowflake, or Aurora.Step 1 — Get your proxy URL
- Sign up at isofold.com
- Go to the Dashboard
- Copy your team’s assigned proxy URL
Example:
https://myteam.proxy.isofold.com
Step 2 — Configure your application or CLI
Update your client or application to point to the Isofold proxy.BigQuery
BigQuery
Use the Or set it in code:
--api_endpoint
flag when calling the bq
CLI or configure it in your client library.Snowflake
Snowflake
Update your connection URL to point to the Isofold proxy.If you’re using the Snowflake Node.js or Python client, set the host to your proxy domain.
Aurora
Aurora
Aurora clients should update their connection string to point to the Isofold proxy, typically using a hostname override or a proxy-aware connection pooler (e.g. PgBouncer).
Step 3 — Confirm traffic is flowing
Once connected, use the Isofold dashboard or logs to:- Monitor query traffic
- Confirm optimizations are being applied
- View query diffs or cost savings
Optional — Enable verification mode
Isofold supports verification mode, which runs both the original and optimized query to confirm that results match exactly. Enable it in the dashboard or by setting the environment variable:Need to host Isofold yourself? Follow the Self-hosted setup.