[zeromq-dev] zmq & mssql queue to insert data
Pieter Hintjens
ph at imatix.com
Wed Aug 5 21:34:00 CEST 2009
On Wed, Aug 5, 2009 at 7:14 PM, Baranski, Antek<abaranski at ea.com> wrote:
> Actually what I am trying to build is a real time telemetry gathering system.
>
> 0MQ is used as the collector / processor of various data streams/sources in the system. We built a simple Java "plug-in" for 0MQ that we can configure using XML and process data using XSLT and its this processed data stream that I need to insert into a DB.
>
> Any ideas on what the best way would be to go about this?
The simplest is perhaps to write to a log file that you process either
continuously or regularly, depending on the volume. You can write a
batch processor in any random language then.
Any reason you don't do the database inserts immediately from the Java plug in?
-Pieter
More information about the zeromq-dev
mailing list