rejson
v0.1.0
Published
Web server for Redis JSON data.
Downloads
260
Readme
rejson
Web server for JSON data stored in Redis.
Installation
cd
git clone https://github.com/evanx/rejson.git
cd rejson
npm install
Alternatively create a docker run
script:
docker build -t rejson https://github.com/evanx/rejson.git
docker run --network=host -i rejson
Usage
Config
See lib/spec.js
https://github.com/evanx/rejson/blob/master/lib/spec.js
Implementation
See lib/main.js
https://github.com/evanx/rejson/blob/master/lib/main.js
Uses application archetype: https://github.com/evanx/redis-koa-app
https://twitter.com/@evanxsummers