Spring XD 1.0 Milestone 2 Released
Today we are pleased to announce the 1.0 M2 release of Spring XD (download) Spring XD is a unified, distributed, and extensible system for data ingestion, real time analytics, batch processing, and data export. The project’s goal is to simplify the development of big data applications.
The second milestone release of Spring XD introduces several new features that make it even easier to ingest and process real-time streams of data as well as orchestrate Hadoop based batch jobs. In this blog post we will cover
- Shell
- New sources, sinks and transports
- DSL improvements
- Batch Jobs
Shell
The most noticeable new feature is the introduction of the interactive shell. The shell provides you an easy way to create new streams and jobs, view metrics, interact with Hadoop, and more. As an introduction to the shell I will redo some of the examples from the M1 blog post.Start…