Skip to content

Commit

Permalink
Update main README (#10)
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
randyzwitch authored Mar 19, 2019
1 parent 40dcafd commit 2a99ae6
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 1,22 @@
# vehicle-telematics-analytics-demo
Real-time vehicle telematics analytics demo using OmniSci
Real-time vehicle telematics analytics demo using OmniSci, debuted at [NVIDIA GTC 2019](https://www.nvidia.com/en-us/gtc/) San Jose.

![Dash app](/f1dash/assets/dash-screenshot.png)

## Real-Time Dash App
This demo is built using only open-source components:

![Dash app](/f1dash/assets/dash-screenshot.png)
- [OmniSci Core](https://github.com/omnisci/mapd-core)
- [pymapd](https://github.com/omnisci/pymapd)
- [StreamSets Open Source](https://streamsets.com/opensource)
- [Apache Kafka](https://kafka.apache.org/)
- [Dash by Plotly](https://plot.ly/products/dash/)

This repo is set up as a monorepo; see the [data engineering](https://github.com/omnisci/vehicle-telematics-analytics-demo/tree/master/dataengineering) and [f1dash](https://github.com/omnisci/vehicle-telematics-analytics-demo/tree/master/f1dash) folders for the README's for StreamSets and Python/Dash code, respectively.

## Data

We want to see what YOU would build with this dataset!

In addition to providing all of the code, OmniSci is providing the data for all laps in an S3 bucket. The table definitions are in the [ddl folder](https://github.com/omnisci/vehicle-telematics-analytics-demo/tree/updatereadme/ddl); use OmniSci Core or OmniSci Cloud to load the data and to perform your queries, then use OmniSci Immerse or your favorite visualization tool to explore the data.

Please be respectful and make a copy to your own location rather than direct-linking against this bucket: s3://mapd-cloud/DataSets/vehicle_telematics_dataset_f12018/

0 comments on commit 2a99ae6

Please sign in to comment.