Skip to content
forked from jitsucom/jitsu

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

saurabharch/jitsu

This branch is 446 commits behind jitsucom/jitsu:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2022
Mar 22, 2022
Jul 1, 2021
Dec 8, 2021
Dec 13, 2021
Mar 22, 2022
Apr 5, 2021
Mar 15, 2022
Mar 21, 2022
Mar 22, 2022
Mar 11, 2022
Mar 18, 2022
May 12, 2021
Jan 25, 2022
Mar 31, 2021
Mar 19, 2021
Aug 19, 2020
Mar 19, 2021
Jun 25, 2021
Dec 16, 2021
Dec 16, 2021
Apr 14, 2021
Jan 16, 2022
Oct 17, 2021
Jan 20, 2022
Dec 16, 2021
Mar 3, 2022
Mar 3, 2022
Jan 24, 2022
Jan 24, 2022
Mar 11, 2022
Mar 11, 2022
Aug 6, 2020
Jan 24, 2022
Feb 9, 2022
Dec 7, 2021
Jan 26, 2022
Feb 18, 2022
Dec 16, 2021
Mar 3, 2022
Mar 3, 2022
Dec 16, 2021

Repository files navigation


Latest Version Jitsu Documentation Jitsu Slack Master Build License

Jitsu is an open source high-performance data collection service. It can:

  • Capture events your application generates and stream to Data Warehouse;
  • Pull data from APIs and save it to Data Warehouse

Read more about our features and check out the platform overview!

Quick Start

Two easiest ways to start Jitsu are Heroku deployment and local docker-compose.

1-click Heroku deploy

It may take up to 5 minutes for Heroku to install environment. After that you can visit <your_app_name>.herokuapp.com

Docker Compose

Start Jitsu using docker-compose:

git clone https://github.com/jitsucom/jitsu.git
cd jitsu

Add permission for writing log files:

#Ubuntu/Mac OS
chmod -R 777 compose-data/

For running latest version use:

docker-compose up

Note: latest image will be downloaded and started.

Visit http://localhost:8000/configurator after the build is complete.

To learn more check out Jitsu deployment documentation:

Also, we maintain a Jitsu.Cloud — a hosted version of Jitsu. Jitsu.Cloud is free for up to 250,000 events per month. Each project comes with demo PostgresSQL Database (up 10,000 records).

Documentation

Please see our extensive documentation here. Key sections include:

  • Deployment - Getting Jitsu running on Heroku, Docker, and building from source.
  • Configuration - How to modify Jitsu Server's yaml file.
  • Geo Data - Configuring data enrichment with MaxMind.
  • Scaling - How to setup a distributed deployment of Jitsu.

Reporting Bugs and Contributing Code

About

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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 49.1%
  • Go 45.6%
  • Less 1.4%
  • JavaScript 1.4%
  • Dockerfile 1.2%
  • HTML 0.7%
  • Other 0.6%