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 At the moment, we have following issues with [Retroactive User Recognition](https://jitsu.com/docs/other-features/retroactive-user-recognition) * BigQuery — retroactive user recognition not implemented at all * RedShift, Snowflake — updates works through...

🚀 Jitsu Server
Postpone⏳

### Problem What problem this feature is going to solve. Why this problem is important Right now, we need to send the events manually by using `jitsu.track('event_name')`. It is difficult...

🔧 Client SDK

### Problem Jitsu writes error logs without a stack trace. It means that you can find a problem by error log message, but it can be inconvenient in the case...

🚀 Jitsu Server
Postpone⏳

### Problem On every incoming event, Jitsu writes JSON payload to the separate in-memory queue in (`server/users/service.go func Event()`). It can lead to increased RAM consumption. It is possible to...

🚀 Jitsu Server
Postpone⏳

As an HTTP destination. [API docs](https://support.gainsight.com/SFDC_Edition/API_and_Developer_Docs/About/API_Documentation_Overview)

🚀 Jitsu Server
❤️ Feature
🎯 Destination

### Problem At present Jitsu doesn't measure performance, but it is nice to have feature: know about what time does an event need to be written into DWH. ### Solution...

🚀 Jitsu Server

### Problem Currently, SDK sends page view events when the user loads a page/website, but one key information missing is sessions. Without sessions, we are missing to find out how...

❤️ Feature

The first version of UI has been released as part of #275, however, further work is required to make the interface more clear: - [x] Reload button on TasksTable -...

❤️ Feature
💅 Configurator UI

### Problem At present Jitsu saves fields of array type as strings into destinations. Some destinations have JSON column types (e.g. Postgres has `jsonb`). So Jitsu can support typing.ARRAY format...

🚀 Jitsu Server

### Problem Jitsu supports storing all events from anonymous users and updates them in DWH with user id after user identification. When identification_nodes is received the events are replayed and...