jitsu icon indicating copy to clipboard operation
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

Results 125 jitsu issues
Sort by recently updated
recently updated
newest added

### Problem Installing Jitsu on k8s takes some work ### Solution install Jitsu on k8s in a click ( almost ) using a community maintained helm chart --- I've developed...

❤️ Feature
🐳 Distribution

We need to find a way to respect google ads api quotas keeping in mind multiple node configuration

🚀 Jitsu Server
🔗 Connector

### Problem Currently user recognition works only for ReplacingMergeTree. Some user may prefer CollapsingMergeTree for better control with manual aggregations ### Solution Add settings to choose column for "Sign" parameter...

🚀 Jitsu Server

### Problem Currently we basically don't use any logging frameworks (except for https://github.com/natefinch/lumberjack for file rolling) and instead implement logging ourselves. The implementation is pretty dumb and it would be...

🚀 Jitsu Server
⚙️ Configurator Backend

### Problem Events submitted via HTTP (`/api/v1/s2s/event`, for example) currently are buffered in memory (as in "the whole request body is read into a byte slice"). This can cause memory...

🚀 Jitsu Server

### Problem At the moment Jitsu has two servers with JSON-based APIs: - Configurator - Server Both of them have manual API documentation which are not always in sync with...

📖 Documentation
🚀 Jitsu Server
❤️ Feature

## Description A short description of the bug and its impact ## Steps to reproduce Steps to reproduce the behavior: - Go to source editor dialog via direct link, e.g....

🪲 Bug
💅 Configurator UI

### Problem At present Jitsu creates string columns with `TEXT` or `character varying(65535)` SQL type even if they are used in the primary key constraint. Downside: data type `text` requires...

🚀 Jitsu Server

### Problem In UI version of jitsu is not possible to setup plugin based destination. ### Solution There are two possible approaches: 1. Dynamically adding destination type from plugin to...

💅 Configurator UI

### Problem At present Jitsu writes data from sources into destinations (data warehouses) without any SQL typecasts. Sometimes it leads to SQL types errors. We should improve it by adding...

🚀 Jitsu Server