tempest 0.1.0

Realtime message handling framework inspired by Apache Storm and built with Actix
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Tempest

Tempest is a message processing framework for writing topologies, written in Rust, and inspired by Apache Storm (hence the name).

## Motivation

- Take high-level Apache Storm concepts and port them to Rust.
- Use Redis Streams as a source

# Notes

- This is the initial draft. More details to come later.