mastbaum / websno

real-time monitoring for ALL the things
0 stars 4 forks source link

implement real OrcaJSONStream #10

Open mastbaum opened 12 years ago

mastbaum commented 12 years ago

The current OrcaJSONStream(InputStream) is just a guess at the actual interface, but has the basics: listens on a ZeroMQ socket (PUB/SUB? REQ/REP?) for incoming JSON objects, parses them as necessary, and hands them off for storage.

This should be developed in parallel with the new, combined JSON-over-ZMQ dispatch in Orca.