Apache Storm is a free and open source project licensed under the Apache License, Version 2.0
Apache Storm ships with a set of integrations for common systems:
- Spouts: Integrations with queueing systems such as JMS and Kafka.
- Database integrations: Helper bolts for integrating with JDBC-compatible databases, HDFS, and Redis.
- Flux: A framework for defining Storm topologies declaratively with YAML.
See the Apache Storm documentation for a full list of available modules.