quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Integrate RAW events with streaming context

tomas-quix opened this issue · comments

Is your feature request related to a problem? Please describe.
The API for RAW events in the custom schema is very hidden in the current implementation. Also is not used by Quix platform so data is not surfaced in SaaS.

Describe the solution you'd like
RAW events surfaced with existing events API.

Describe alternatives you've considered
Flattening of messages into existing data frame solution. Will come later.