Jitsu
Jitsu is an open-source, real-time event data pipeline and customer data platform (a Segment alternative). It collects events from websites, apps, and servers and streams them to data warehouses and other destinations. Jitsu is available as MIT-licensed self-hosted software (github.com/jitsucom/jitsu) and as a managed Jitsu Cloud (use.jitsu.com); both expose the same HTTP event ingestion API authenticated with a Write Key.
APIs
Jitsu Event Ingestion API (Track / Identify / Page)
Real-time event ingestion endpoint at POST /api/s/{type} (and the server-to-server variant /api/s/s2s/{type}) for page, track, identify, and group events. Payloads follow the Se...
Jitsu Bulk / Batch API
Batch ingestion via POST /v1/batch using the Segment-compatible batch envelope (a batch array of events), plus a bulk archive endpoint POST /api/s/bulk that accepts large multip...
Jitsu Configuration / Management
Configuration surface for managing workspaces, sites/streams, write keys, destinations, and connections. In self-hosted Jitsu this is backed by the Console application and its c...