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

128 Views Asked by At

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.

1

There are 1 best solutions below

3
On BEST ANSWER

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.