vCar Driving Analytics Solution processes the data coming from the connected vehicle and generates advanced driving behavior and driving pattern reports. The data is collected and analysed with the ultimate goal to gain a full understanding of the drivers capability to adjust his driving based on driving conditions.
Install dependencies :
npm install
- Production :
gulp build --prod
Then you need to set DEBUG=False in config/config.py
- Development :
gulp build [--dev]
to generate static files.gulp watch
to watch static files.
- Download at Elasticsearch
- (Optionel) Kibana
- Download at Redis
To run vcar inside docker please make this changes:
Change REDIS_HOST
and ELASTICSEARCH_HOST
in importer/platforms/openxc/constants.py
to :
REDIS_HOST = 'redis'
ELASTICSEARCH_HOST = 'elastic'
then run :
docker-compose up
Python, FLASK, MYSQL, REDIS, ELASTIC, DOCKER, VISJS, NODEJS, BOOTSTRAP, CSS, JINJA2, HTML
- Car data storages
- Data visualization
- Driving Behavior
boubouhkarim