FsStorm / FsStorm.WordCount

A starter Apache Storm topology example for FsStorm:

Home Page:http://fsstorm.github.io/FsStorm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FsStorm.WordCount

A simple example of the usage of the FsStorm library. Inspired by the example in storm-starter.

Building

Build in Visual Studio.

Submitting the topology

Have a local Storm installed and running. Make sure F# interpreter is in the path and from the build output folder (/bin/Debug by default):

fsi Submit.fsx

Seeing the topology in action

Open Storm UI and see the Storm worker logs for runtime details.

About

A starter Apache Storm topology example for FsStorm:

http://fsstorm.github.io/FsStorm/

License:MIT License


Languages

Language:F# 100.0%