I'm thinking about using ES to index FIX messages (www.fixprotocol.org).
Based on what I've read so far I need to implement river to push records to
ES... I just doubt that json API is performant enough to push hundreds of
thousands of FIX messages per second to ES... Is there
howto/template/working example of how to do this?
Also, is implementing a river is the fastest way of pushing data to ES?
I'm thinking about using ES to index FIX messages (www.fixprotocol.org).
Based on what I've read so far I need to implement river to push records to
ES... I just doubt that json API is performant enough to push hundreds of
thousands of FIX messages per second to ES... Is there
howto/template/working example of how to do this?
Also, is implementing a river is the fastest way of pushing data to ES?
I'm thinking about using ES to index FIX messages (www.fixprotocol.org).
Based on what I've read so far I need to implement river to push records to
ES... I just doubt that json API is performant enough to push hundreds of
thousands of FIX messages per second to ES... Is there
howto/template/working example of how to do this?
Also, is implementing a river is the fastest way of pushing data to ES?
I'm thinking about using ES to index FIX messages (www.fixprotocol.org).
Based on what I've read so far I need to implement river to push records
to
ES... I just doubt that json API is performant enough to push hundreds of
thousands of FIX messages per second to ES... Is there
howto/template/working example of how to do this?
You don't have to use a river to push data to elasticsearch, you can just
use the APIs to index data to it. I suggest not starting with a River,
the code that pulls data and index it will be the same regardless of where
it runs, so start with it.
I'm thinking about using ES to index FIX messages ( www.fixprotocol.org).
Based on what I've read so far I need to implement river to push
records to
ES... I just doubt that json API is performant enough to push
hundreds of
thousands of FIX messages per second to ES... Is there
howto/template/working example of how to do this?
Also, is implementing a river is the fastest way of pushing data to
ES?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.