Jitsu is an open-source event data platform that collects data from websites, apps, and servers and delivers it to data warehouses and other tools.
Jitsu solves the problem of building real-time data pipelines by providing a self-hostable alternative to commercial platforms. It collects event data from multiple sources and routes it to destinations like BigQuery, Clickhouse, Postgres, Redshift, and Snowflake. The platform operates as a fully-scriptable data ingestion engine, allowing teams to configure pipelines through code rather than manual setup. Data delivery is faster than comparable services: Jitsu can batch data as frequently as every minute or deliver row-by-row depending on the destination, whereas traditional alternatives typically load warehouses once or twice daily.
Teams should choose Jitsu if they want to avoid vendor lock-in, need data to arrive in their warehouse quickly, or prefer to run their entire pipeline within their own infrastructure. The tool suits organizations that have the infrastructure expertise to self-host or those comfortable using a managed cloud offering. Jitsu explicitly positions itself as an alternative to Segment, offering the same core functionality with different deployment and billing models: self-hosting eliminates usage-based billing entirely, while the managed cloud option bills by event volume rather than by tracked users, making costs predictable for high-volume data collection scenarios.
The project maintains active development across its TypeScript and Go codebase, with ongoing work to expand destination support and improve pipeline configuration capabilities. Documentation is comprehensive and includes guidance for both self-hosting and cloud deployment. The team provides a Slack community channel and maintains an MCP Server integration for additional extensibility.