16 Sep HPCC Report For Week 5
This week has a great process on the project.
Finish Module
- Test Data Preparation
- Upload the test data and spray it to HPCC cluster
- Convert each row to a JSON object and combine rows to JSON objects group by the trip
- Save all the JSON objects of each trip to a new dataset
- Test Harness
- ECL program in HPCC reads the JSON messages from Kafka periodically
Processing Module
Build a simulated system which will transfer data from the Telematics system to HPCC system
- Connect to Google resource. The firewall will be pushed on this Thursday night, but I check it failed at the morning on Friday and have sent feedback to the network team
- Set up and configure the cluster
- Create a topic for incoming telematics message
- Push JSON messages from simulated Telematics system to Kafka
- The ECL program at HPCC system will receive the JSON messages from Kafka, parse and save them as a dataset
No Comments