Sign inSign up

dendra/dendra-json-api-file

By dendra

Updated almost 4 years ago

Dendra API for JSON document storage via files.

Image
0

494

dendra/dendra-json-api-file repository overview

Dendra JSON API (File)

A generic JSON document store built around a file system. Can be used to cache or archive JSON documents. Built using Feathers.

Instructions

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

  2. Clone this repo.

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

  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-api-file.

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

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

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

Tag summary

Content type

Image

Digest

sha256:3dba92f17

Size

346 MB

Last updated

almost 4 years ago

docker pull dendra/dendra-json-api-file