MCPcopy Index your code
hub / github.com/jitsucom/jitsu

github.com/jitsucom/jitsu @jitsu-services-v2.14.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release jitsu-services-v2.14.0 ↗ · + Follow
1,780 symbols 6,474 edges 584 files 21 documented · 1% 75 cross-repo links updated 1d agojitsu-services2.14.0-beta.139 · 2026-07-08★ 4,79511 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 1,603
Method 100
Interface 49
Class 27
Enum 1

Languages

TypeScript100%

Modules by API surface

libs/jitsu-js/src/analytics-plugin.ts54 symbols
webapps/console/pages/api/admin/notifications.ts25 symbols
webapps/console/components/ConfigObjectEditor/ConfigEditor.tsx25 symbols
webapps/ee-api/lib/store.ts24 symbols
libs/core-functions/src/functions/lib/index.ts24 symbols
webapps/console/pages/[workspaceId]/destinations.tsx22 symbols
webapps/console/lib/store/index.tsx22 symbols
webapps/console/lib/server/sync.ts22 symbols
webapps/console/components/DataView/EventsBrowser.tsx20 symbols
webapps/console/lib/firebase-client.tsx19 symbols
webapps/console/components/PageLayout/WorkspacePageLayout.tsx19 symbols
libs/juava/src/log.ts19 symbols

Dependencies from manifests, versioned

@ant-design/cssinjs1.21.1 · 1×
@ant-design/icons5.5.1 · 1×
@aws-sdk/client-s33.418.0 · 1×
@babel/plugin-transform-regenerator7.22.10 · 1×
@babel/preset-env7.23.2 · 1×
@babel/preset-react7.24.7 · 1×
@babel/preset-typescript7.23.2 · 1×
@clickhouse/client1.10.1 · 1×
@confluentinc/kafka-javascript1.4.1 · 1×
@dnd-kit/core6.0.8 · 1×
@dnd-kit/modifiers6.0.1 · 1×

Datastores touched

(mongodb)Database · 1 repos
postgresDatabase · 1 repos

For agents

$ claude mcp add jitsu \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page