This repository provides sample starter applications and code for use with the Spring XD project. The following samples are available:
Standalone project which shows how you can use the D3 Javascript library to create visualizations for Spring XD counters.
Shows how to deploy a simple Spring Batch process in Spring XD, without having to compile any code or install any jars.
This sample will take an input file with Twitter JSON data and count the occurrences of hashtags.
This sample will take an input file containing payment data, and import the data into a database using Spring XD's batch job support. During import, various notification events are triggered and printed to the console.
This is the quintessential Hello World example for Spring XD. It consists of only one Spring Batch Tasklet which prints out Hello Spring XD!
.
This is the Spring Batch word-count sample for Hadoop adapted for Spring XD. This sample will take an input file and count the occurrences of each word within that document.
This sample project implements a custom processor and demonstrates the use of the Tuple data type.
Demo using Spring XD with Pivotal HD.