jitsu
jitsu copied to clipboard
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
### Problem At present EventNative supports multi-hosts ClickHouse configuration. There is load balancing between instances but if a connection error occurred, data will be stored into fallback. As several ClickHouse...
## Environment - **Deploy method**: Tried both cloud and heroku ## Description Content type http header cannot be set. ## Steps to reproduce Create a http destination and add a...
* Configuration changes: ``` server: streaming_retry_delay_minutes: 1 error_retry_period_hours: 24 destinations: destination_id: data_layout: error_retry_period_hours: 12 # Can override server option ``` * All failed errors will be resent after `streaming_retry_delay_minutes` *...
### Problem When a new column is added, it is added in clickhouse real table using alter table, but for a clickhouse cluster, distributed tables are deleted and created again...
Hi community i"m trying to start jitsu on ubuntu 20 (aws EC2 t3.large) i followed the getting started guideline step to step. using the docker-compose i have modified the .env...
It would be nice if in the new version of Jitsu had a support for the env `MAX_MIND_PATH`, to get the geolocation info from a local maxmind file (similar to...
Fixes #1047. If running behind cloudflare, will use the cloudflare managed transform headers if available - https://developers.cloudflare.com/rules/transform/managed-transforms/reference/
I I define the table name dynamically as for example: table_name_template: $.event_type, can i specify different primary keys for the tables?
**Version:** Jitsu Next @ latest Source postgres table:  Destination postgres table:  The source postgres table contains only one row whose `scope` and `workspaceId` fields are null (these fields...
Are there any plans to support oAuth when adding a Salesforce connection?