SpringEcosystem - garyrussell/spring-xd GitHub Wiki
The key Spring projects that lay the foundation for Spring XD are
-
Spring Integration provides a proven model, inspired by the well-established Enterprise Integration Patterns, for managing event-driven data ingestion streams
-
Spring Batch is a powerful solution for managing workflows, with robust support for the most important requirements such as job state management and retry/restart capabilities, and is the basis for JSR-352.
-
The Spring Data family of projects provides support for NoSQL datastores (e.g. Redis, Gemfire, SqlFire, MongoDB, Neo4j) as well as simplifying the development experience with the Spring for Apache Hadoop