Local Emulator for Google Cloud Workflows
Google Cloud Workflows emulator eliminates deploy-to-cloud edit cycle friction.
Snowflake emulator written in Rust
This actually implements a surprisingly large slice of Snowflake: VARIANT/ARRAY/OBJECT types, LATERAL FLATTEN, QUALIFY, MERGE, COPY, transactions and ~90 JSON/array/window functions — all exposed via Snowflake SQL API v2 and compatible with the Go driver so most clients can point at localhost. Running on DataFusion in Rust and shipped as a Docker image with testcontainers/GHA examples makes it immediately useful in CI; just remember it's an emulator, not Snowflake's full runtime, so you may hit edge-case behavioral differences.
Backend developers, data engineers, QA/CI engineers, and teams building/testing Snowflake-dependent applications
Problem: Snowflake is cloud-only. Testing requires real compute costs.
Solution: A local emulator that's compatible with Snowflake SQL API v2 and the official Go driver.
Supports VARIANT types, JSON functions, LATERAL FLATTEN, window functions, and transactions.
Useful for CI pipelines and local development.
Google Cloud Workflows emulator eliminates deploy-to-cloud edit cycle friction.
Replaces slow TestContainers with dialect-specific in-memory SQL; fills real testing pain.
The only open-source BigQuery emulator with multi-client conformance testing.
Local Cognito emulator with admin UI beats LocalStack for focused authentication testing.
LocalStack went proprietary—this AGPL binary fills the gap with 54k test variants.
Hard-coded DROP command blocks beat prompt engineering for database safety.