F1-demo
F1-demo copied to clipboard
Real-time vehicle telematics analytics demo using OmniSci
Per feedback from StreamSets, there might be a performance improvement if we switch to using Avro instead of JSON
Queries currently use slowest method to create pandas dataframes. Switching to `select_ipc` or `select_ipc_gpu` should allow for lowering the current query time of 7 seconds.
In the Dash app, several queries are very similar in nature. It's likely possible that queries could be combined in a way such as to remove a few queries (even...