F1-demo icon indicating copy to clipboard operation
F1-demo copied to clipboard

Real-time vehicle telematics analytics demo using OmniSci

Results 3 F1-demo issues
Sort by recently updated
recently updated
newest added

Per feedback from StreamSets, there might be a performance improvement if we switch to using Avro instead of JSON

enhancement

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...