-
Notifications
You must be signed in to change notification settings - Fork 20
Home
The idea with this project is to emulate the acquisition and processing of operational data from race cars. You can see a basic outline of the data flow here
Telemetry data is passed from the cars on the track to a data receiver which pushes the data into a MapR stream. Data for each team is split out into a special stream for each team. This stream can reside on a different cluster (or not).
The data for each team is converted into a time series database and the rendered as a visualization to show the performance of each car on the team.
For this demo, the data from the cars is only simulated data and the link to the data receiver isn't really a radio. Other than that, the data transfer, storage and visualization is a realistic rendition of how you can process high speed time series data.
You may also find these other pages interesting:
[Driving Simulators](Car Simulators)
[Data Format](Data Format)