Capture user click and signup events from your web app and store them in BigQuery for analysis without paying per-event fees.
Replace Segment with a self-hosted pipeline so your event data never passes through a third-party company's servers.
Pull data from third-party APIs on a schedule and load it automatically into your data warehouse.
Set up real-time event tracking for free using the hosted cloud tier up to 250,000 events per month.
Requires Docker Compose and a running data warehouse destination (PostgreSQL, BigQuery, etc.) to receive events.
Jitsu is an open-source tool for collecting data from your applications and sending it to a data warehouse. If your app generates events when users click buttons, sign up, or complete purchases, Jitsu can capture those events in real time and route them to storage systems like PostgreSQL, BigQuery, Redshift, or ClickHouse. It can also pull data from third-party APIs on a schedule and store the results in the same way. The project positions itself as a self-hosted alternative to Segment, a popular commercial data pipeline service. The key difference is that you run Jitsu on your own infrastructure, so your event data never passes through a third-party company's servers. This can matter for teams with privacy requirements or those who want to avoid per-event fees that add up at scale. Getting it running is meant to be straightforward. You can deploy it with a single click to Heroku or bring it up locally with Docker Compose using a few commands. Once running, a web-based configurator at localhost:8000/configurator lets you connect data sources and set up destinations without editing config files manually. For teams that do not want to self-host, the company also offers a hosted cloud version with a free tier up to 250,000 events per month. The README points to documentation covering deployment options, YAML-based configuration, geographic data enrichment using an external database called MaxMind, and scaling the service across multiple machines. The project is written in TypeScript and Go and is open source under an Apache-style license. A Slack community and a support email address are available for questions.
← jitsucom on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.