Skip to content

Configuration and software to serve VSS signals from a GraphQL based server

License

Notifications You must be signed in to change notification settings

QPC-github/vss-graphql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

git submodule init
git submodule update

If you want to clone the whole setup including vss-grapqhl and vss-feeder:

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

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.

About

Configuration and software to serve VSS signals from a GraphQL based server

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • Dockerfile 11.6%