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.
If you’re using the Snowflake Node.js or Python client, set the host to your proxy domain.
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).
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:
Copy
Ask AI
export ISOFOLD_VERIFY_MODE=true
Verification runs side-by-side queries and surfaces mismatches for debugging or audit purposes.Need to host Isofold yourself? Follow the Self-hosted setup.