Skip to content
/ jitsu Public

Jitsu is an open-source Segment alternative. Fully-scriptable data ingestion engine for modern data teams. Set-up a real-time data pipeline in minutes, not days

License

Notifications You must be signed in to change notification settings

jitsucom/jitsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f30f7fe Â· Mar 24, 2025
Feb 5, 2025
May 31, 2023
Jul 12, 2023
Mar 17, 2025
May 31, 2023
Dec 18, 2024
Dec 6, 2024
Jul 31, 2024
Nov 5, 2024
Mar 23, 2025
Mar 13, 2025
Mar 13, 2025
Mar 24, 2025
Feb 1, 2024
Dec 18, 2024
Feb 26, 2024
May 31, 2023
Dec 15, 2023
May 31, 2023
Jan 27, 2024
Feb 1, 2024
Jul 12, 2023
Feb 4, 2025
Oct 10, 2024
Oct 28, 2024
Sep 20, 2024
Jul 15, 2024
Dec 6, 2024
Mar 23, 2025
Mar 23, 2025
Mar 17, 2025
Nov 7, 2024
Sep 26, 2023
Oct 28, 2024

Repository files navigation

Jitsu 2.0

👉Looking for Jitsu Classic? Switch to classic branch, and read about Jitsu Classic and Jitsu Next differences

Learn more »

Slack · Website · Docs · MIT License · Self-hosting


Featured on Hacker News Jitsu - Open-source real-time data collection platform | Product Hunt

What is Jitsu?

Jitsu is a tool for collecting event data from your websites, apps and stream them to your data warehouse or other services. It is a self-hosted, open-source alternative to Segment.

Quick start

1. Install Jitsu

Docker Compose

The fastest way to install jitsu is docker compose:

# Clone the repository
git clone --depth 1 https://github.com/jitsucom/jitsu
cd jitsu/docker
# Copy .env.example to .env, see instructions at https://docs.jitsu.com/self-hosting/quick-start#edit-env-file
cp .env.example .env

Deploy at scale

For productions deployments, read this guide

Jitsu Cloud

Cloud version is available at use.jitsu.com. It's free up to 200k events per month, and comes with a FREE ClickHouse instance

2. Configure Jitsu

3. Send events

Send events. Multiple SDKs are available:

🚚 Bulker

Jitsu is based on Bulker, an open-source data warehouse ingestion engine. Bulker can be used as a standalone tool, if you're comfortable working with low-level APIs.

Contributing

Please see our contributing guidelines.