FsStorm
A project for defining and running Apache Storm topologies in F#
See this blog post for an intro and docs for an overview.
Building
build
Running the tests
Building from command line runs the unit tests. IDE: Install NUnit plugin for VS or MonoDevelop to see the unit-tests in Test Explorer and step through the code under debugger.
Submitting the topology
Have a local Storm installed and running. Make sure F# interpreter is in the path and from the repository root run:
fsi src\FstSample\Submit.fsx
or, if running on Mono:
fsharpi src/FstSample/Submit.fsx
Seeing the topology in action
Open Storm UI and see the Storm worker logs for runtime details.