Tool to build modules for Sinfonier project.
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.