Skip to content

Consider adding Redis memory as event storage

Currently we implemented version event storage (used to cach emitting evetns and send them in batches) as memory storage.

The storage needed implementation because the wrappet Snowplow library has only sqllite db as storage which is intended to be used in mobile apps.

We can consider adding Redis as a optional storage, to prevent events to be lost on server reboot or better containerised apps support.