Sign inSign up

dendra/dendra-json-archive-api

By dendra

Updated almost 4 years ago

Dendra internal API for long-term storage of JSON documents.

Image
0

339

dendra/dendra-json-archive-api repository overview

Dendra JSON Archive API

Provides a Feathers service (REST API) wrapper around the file system. Used internally to store and retrieve archived JSON collected from various sources.

Instructions

  1. Be sure you have Node version 8.7.x. If you’re using nvm, you may need to nvm use 8.7.

  2. Clone this repo.

  3. Make this project directory the current directory, i.e. cd dendra-json-archive-api.

  4. Install modules via npm install.

  5. If all goes well, you should be able to run the predefined package scripts.

To build and publish the Docker image

  1. Make this project directory the current directory, i.e. cd dendra-json-archive-api.

  2. Build the project docker build -t dendra:dendra-json-archive-api ..

  3. Tag the desired image, e.g. docker tag f0ec409b5194 dendra/dendra-json-archive-api:latest.

  4. Push it via docker push dendra/dendra-json-archive-api.

Tag summary

Content type

Image

Digest

sha256:eea5af038

Size

265.6 MB

Last updated

almost 4 years ago

docker pull dendra/dendra-json-archive-api