Skip to main content

Supported platforms

On Windows every source and sink is available except the Kafka source (its native library has no supported Windows build) — use WSL2 or the container image for Kafka pipelines.

Engine

One line — detects your OS and architecture, verifies checksums, installs to ~/.local/bin:
Pin a version or change the location with env vars:
Specific platform builds are on the releases page.

VentStream Cloud CLI (managed users)

Every artifact ships with SHA256SUMS and per-platform SBOMs; the installer scripts verify checksums before installing.

Verify

The engine and ventstreamctl version independently — the engine follows the 0.1.x release train and the CLI the 0.2.x train, so their versions are not expected to match.

Try it

This is all it takes to stream CDC from MongoDB into Elasticsearch or OpenSearch — every insert, update, and delete, snapshot-bootstrapped and then live from the change stream:
One index per collection, deterministic document ids, deletes propagate. Swap the source for Postgres, MySQL, or Neo4j, or the sink for Meilisearch or Redis — same binary. For a full guided run with seeded data, take the Quickstart.