An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Welcome to the Vehicle Edge reference implementation

[![Gitter](https://badges.gitter.im/vehicle-edge/community.svg)](https://gitter.im/vehicle-edge/community)
[![License](https://img.shields.io/badge/License-MPL%202.0-blue.svg)](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/)