jon-esperanza / silk-engine

Simple library for event processing with Kafka. Built on top of KafkaJS and inspired by Robinhood's Faust. Will be moved to Scala soon.
MIT License
0 stars 0 forks source link

Implement storage #4

Closed jon-esperanza closed 2 years ago

jon-esperanza commented 2 years ago

Description

Implemented storage.

In-memory key/value database available by default. Redis cache can also be configured to be the database used when storing values.

Related issues, pull requests, and links

Documentation

(x) No documentation is needed. ( ) Sufficient documentation is included in this PR. ( ) Documentation will be handled later....maybe...