Avro binary serializer for Energstics Transport Protocol (ETP)
#etp-avro
This is an Apache Avro serialization library for the Energistics Transfer protocol (ETP).
ETP is a proposed specification for streaming real-time data from oil field drilling and production facilities. It uses websockets for transport and Apache Avro for serialization. This node package
contains:
1. A set of routines for serializing and deserialing binary Avro messages in javascript.
#Prerequisites
- Install Node from nodejs.org - v0.10 min required.
#Installation