Skip to content

REST API for a rt106-datastore. This repo serves as a base image for concrete implementations of a datastore, e.g. rt106-datastore-local.

License

Notifications You must be signed in to change notification settings

sarachan/rt106-datastore

 
 

Repository files navigation

Datastore

CircleCI

Copyright (c) General Electric Company, 2017. All rights reserved.

Base container for Rt 106 data stores. This container defines the datastore API, and requires one of the datastore implementations.

Docker container

To build the docker container for the front-end:

$ docker build -t rt106/rt106-datastore:latest .

If you use HTTP proxies in your environment, you may need to build using

$ docker build -t rt106/rt106-datastore:latest  --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy --build-arg no_proxy=$no_proxy  .

About

REST API for a rt106-datastore. This repo serves as a base image for concrete implementations of a datastore, e.g. rt106-datastore-local.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.0%
  • Shell 4.0%