Created
December 4, 2019 14:42
-
-
Save jeroenr/1621d156f2de887d4fee78faf9e4c7ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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