Open source · Apache 2.0
Query every datasource. As one.
Connect any data source, query across all of them with a single command, and get instant insights that used to take hours of manual work.
No signup required · 2-minute setup
kvatch — zsh
# install and run your first query
$ brew install kvatch
$ kvatch init
$ kvatch query --plan analytics.yaml
✓ 2-minute setup · no signup required
PostgreSQL
Google Sheets
CSV
Kvatch
-- one query, every source joined
SELECT c.name, s.region, f.total
FROM postgres.customers c
JOIN sheets.sales s
ON s.customer_id = c.id
JOIN csv.finance f
ON f.customer_id = c.id
PostgreSQL
Google Sheets
CSV
Kvatch
-- one query, every source joined
SELECT c.name, s.region, f.total
FROM postgres.customers c
JOIN sheets.sales s
ON s.customer_id = c.id
JOIN csv.finance f
ON f.customer_id = c.id
Kvatch Product Suite
Three tools to federate your data sources across different environments and use cases.
Available Now
Kvatch CLI
Perfect for developers and DevOps teams. Command-line interface for querying and joining data across multiple sources with simple commands.
$ brew install kvatch
Kvatch Runtime
Available Now
Open Source
Self-host the runtime for application APIs and orchestration workflows.
Kvatch Portal
Coming Soon
Visual query builder for business users. Visit portal.kvatch.com.