Created
October 18, 2017 22:04
-
-
Save lbradstreet/de3df2532b99c99fe389357ab287e52b 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
--- service: name: sensor-counts | |
doc: "A streaming microservice." | |
operations: | |
- operation: readFromTopic | |
params: | |
topicId: << Fill me in >> | |
wrapWithMetadata: false | |
- operation: materializeViews | |
params: | |
groupBy: | |
- sensorId | |
views: | |
- name: counter | |
operation: customView | |
language: javascript params: | |
windowType: global | |
initializeFunction: [./temperature.js, initializeView] | |
updateFunction: [./temperature.js, updateView] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment