- A microservice that takes in remote data for a collection at {INGEST_URL} and returns a different view of a collection's references.
- Specify these in your .env file
var | default | valid values |
---|---|---|
DEBUG | - | news-collection:* |
REDIS_PORT | 6378 | |
REDIS_HOST | localhost | |
INGEST_URL |
- Ensure you've ingested some data into Redis by running
npm run ingest
npm start
npm run dev
npm test
See vscode configs for examples of configs for launch.json