How to store EMA data ? Any best practice that can be suggested (capturing in elastic search / Hadoo

How to store EMA data ? Any best practice that can be suggested (capturing in elastic search / Hadoop) ?

Best Answer

  • Gurpreet
    Answer ✓

    Hi @ashwathguru.s, If you are interested in storing level 1 data, it comes in the form of a map of key/value pairs; where the keys are Field Identifiers and the values are the data for that field.

    For storage, I think best option might be to serialize the OMM message into a JSON object, since it is the format used by Elasticsearch and Hadoop is able to read it as well. If following this approach, ensure that your callback method is not slowed down by field decoding or file I/O operations.