Skip to content

Instantly share code, notes, and snippets.

@jeroenr
Created December 4, 2019 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeroenr/1621d156f2de887d4fee78faf9e4c7ce to your computer and use it in GitHub Desktop.
Save jeroenr/1621d156f2de887d4fee78faf9e4c7ce to your computer and use it in GitHub Desktop.
blueprint {
streamlets {
http-ingress = com.github.jeroenr.rain.radar.PrecipitationDataHttpIngress
partitioner = com.github.jeroenr.rain.radar.RainClutterPartitioner
rain-logger = com.github.jeroenr.rain.radar.RainLogger
clutter-logger = com.github.jeroenr.rain.radar.ClutterLogger
}
connections {
http-ingress.out = [partitioner.in]
partitioner.rain = [rain-logger.in]
partitioner.clutter = [clutter-logger.in]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment