Skip to content

johnboy14/zeromq-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zeromq-example

Small Application that streams data from EVE Onlines Market Relay See here

Usage

lein repl //start repl

user=> (use 'zeromq-example.core `clojure.core.async)

user=> (def market-chan (market-data)) (def writer-chan (chan 1024))

user=> (start market-chan writer-chan) //writes market data to /tmp/data.txt

user=> (stop market-chan writer-chan) //close both channels

License

Copyright © 2015 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published