https://github.com/covesa/vss-graphql
Configuration and software to serve VSS signals from a GraphQL based server
https://github.com/covesa/vss-graphql
Last synced: 11 months ago
JSON representation
Configuration and software to serve VSS signals from a GraphQL based server
- Host: GitHub
- URL: https://github.com/covesa/vss-graphql
- Owner: COVESA
- License: mpl-2.0
- Created: 2020-04-06T07:43:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:47:54.000Z (over 3 years ago)
- Last Synced: 2025-06-18T18:06:20.484Z (12 months ago)
- Language: TypeScript
- Size: 1.13 MB
- Stars: 4
- Watchers: 6
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Server with Data Feeder bundled
This setup is incorporating Data Feeder as a submodule and composed using `docker-compose`
## Downloading sources
To have full repository established, if you have already cloned the _vss-grapqhl_ repository, download the submodule _vss-feeder_ sources:
```bash
git submodule init
git submodule update
```
If you want to clone the whole setup including _vss-grapqhl_ and _vss-feeder_:
```bash
git clone --recursive https://github.com/GENIVI/vss-graphql.git
```
## Docker setup
To deploy the Data Server with Data Feeder using Docker, run the command to build and execute the setup described in `docker-compose.yml`
```bash
docker-compose up
```
When the docker container starts it will log to the console some messages saying
that server is ready and accessible on: `http://localhost:4000`
## Manual Setup
To launch the Data Server from the command line, follow the `README.md` files included in corresponding subdirectories keeping in mind that database needs to be shared across those containers.