https://github.com/covesa/vehicle-edge
Vehicle Edge is a software stack, which acts as an interface between vehicle specific data sources and vehicle agnostic applications
https://github.com/covesa/vehicle-edge
Last synced: about 1 month ago
JSON representation
Vehicle Edge is a software stack, which acts as an interface between vehicle specific data sources and vehicle agnostic applications
- Host: GitHub
- URL: https://github.com/covesa/vehicle-edge
- Owner: COVESA
- License: mpl-2.0
- Created: 2021-03-01T12:33:44.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-10-11T09:29:21.000Z (over 3 years ago)
- Last Synced: 2025-04-30T05:43:05.182Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 241 KB
- Stars: 17
- Watchers: 11
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the Vehicle Edge reference implementation
[](https://gitter.im/vehicle-edge/community)
[](https://opensource.org/licenses/MPL-2.0)## What is Vehicle Edge?
Vehicle Edge is a software stack, which acts as an interface within the software stack of domain or vehicle computers.
The Vehicle Edge stack is built from various software components. It is built around the IoT Event Analytics Platform, which offers to write vehicle agnostic applications so called _"Vehicle Applications"_.A deployment and component overview can be found [here](./docs/deployment.md)
## Initialize and/or update the iot-event-analytics submodule
Since the repository uses submodules, you have to clone it with the option `--recurse-submodules`. If you already have a clone without the submodule, then simply run `git submodule update --init --recursive` to fetch the submodule.
## Getting started using docker-compose
- For building/running the stack using docker-compose continue reading here [the description here](./docker-compose)
## Writing your first Vehicle App (aka IoT Event Analytics Talent) using the NodeJS SDK
- Use the instructions given [here](https://github.com/GENIVI/iot-event-analytics/)