[][src]Crate tempest

Tempest is a message processing framework

Inspired by Apache Storm and written in Rust.

Book

  • Take a look at the Tempest Book. Still trying to determine best place to host the generated book output.

Documentation

  • Docs are hosted on http://docs.rs

Examples

Modules

common

Shared code

metric

Module for wiring up Counters, Gauges, and Timers to Statsd, Prometheus, Log, Files, etc.

pipeline

Topology pipeline utilities

prelude

Base imports for implementing and running topologies

rt

Topology runtime module

task

Module for working with Tasks

topology

Topology module and actors