This is a Jitsu.Classic documentation. For the lastest version, please visit docs.jitsu.com. Read about differences here.

πŸ“œ Configuration

Configuration UI

πŸ‘©β€πŸ”¬ Extending Jitsu

Overview
Destination Extensions
Source Extensions
API Specs

Jitsu Internals

Jitsu Server

Docker compose

The easiest way to start Jitsu locally is docker-compose. Just few clicks

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

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

Jitsu provides docker-compose that contains @jitsucom/jitsu docker image and Redis.

Docker compose should not be used in production. Please, take a look at deployment architecture page and a Jitsu scaling manual