windowsintellij-ideaprojectintellij-14heron

How to create a Twitter Heron project using IntelliJ IDEA on Windows 10?


I want to create a Twitter Heron project using IntelliJ IDEA on Windows 10. But I cannot find tutorials about it. Any suggestions would be appreciated.


Solution

  • There's a simple Maven-based starter project that you can clone and use here.

    $ git clone https://github.com/streamlio/heron-java-streamlet-api-example
    

    To use the starter in IntelliJ, just click Import Project, select the cloned directory, select "Maven" under Import project from external model, and IntelliJ should take care of the rest. Feel free to respond if you run into any issues.