1

In SpringXD site link

Features

Data from anywhere, to anywhere

Data-driven apps require refined and consolidated data at scale. Spring XD’s stream and batch workflow lets you build pipelines to consume data from various endpoints and consolidate them in Hadoop, in-memory data grids such as Redis or GemFire, and virtually any data store.

Greg Chase
  • 173
  • 8
USB
  • 6,019
  • 15
  • 62
  • 93

1 Answers1

0

SpringXD is the data ingestion layer. If you want to do you want to use SpringXD to sink your data into Gemfire,Redis, or JBDC and do your in memory processing there, SpringXD gives you tools out of the box to do so. For example you could use SpringXD to mine the TwitterStream, take all those tweets and sink them into Gemfire where you would then do processing. SpringXD is meant to be the ingestion layer as opposed to the computation layer.

mross1080
  • 144
  • 1
  • 7