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

1.30.0 - 21 Apr 2021

Jitsu 1.30.0 is out! Here are the biggest changes:

Columns DDL Configuration

Now you can configure a certain SQL column DDL for a certain JSON field in mappings! Specify a certain column encoding in Redshift by adding column_type in mapping section configuration.

Read more about configuration Β»

Reloadable Sources Configuration

Can I change Jitsu Sources configuration and apply it without restart? Yes, you can! Now Sources section can be downloaded from an external resource β€” file or HTTP end-point. The configuration will be refreshed automatically.

Read more about reloadable sources configuration Β»

Sync Sources Tasks and Logs

Keep abreast with your sources sync jobs and process logs with a new API!

Read more about sync task API Β»

See more detailed changelog on GitHub