App which consumes and transforms SkyBet proprietary mock data generated from stream of packets
The challenge is to consume and transform the proprietary mock data. The proprietary data format will need to be parsed and enriched with the relevant field names and data types. For more information about the feed please read the provider README: https://hub.docker.com/r/sbgfeedme/provider/
To run app Node is required. When in app/ directory, type
npm i
npm run build
npm run start
This will start the TCP server using the Node module Net. This recieves the packets and saves them to the mongoDb running in the docker container