Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 494 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 494 Bytes

sinfonier-dev-tool

Tool to build modules for Sinfonier project.

How to test your module?

1. Rename YourBolt/YourSpout/YourDrain class to your class name, depending on your module target.
2. Code your module according to the template.
3. Set your input tuple json in src/main/resources/input.json file or use tweet default.
4.  Code your test.  Execute Runner and retrieve result tuple. Write your asserts.
5. Your module is ready to be uploaded to Sinfonier Project.