Skip to content

naniroot/Red-Pill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red-Pill

Red-Pill exercise in Node-js with Redis key-value store support. There two important files parser.js query.js

parser.js parses the given JSON file and stores the content into redis key-value store. It stores data based on UTC so retrieval and processing is easier.

query.js Is used to process the data stored in the redis database. I have implemented the basic retrieval of data but processing requires me to implement async libraries so that processing is not interrupted in between. This is not complete yet and I am working on it.

About

Node-js with Redis key-value store support for Red-Pill exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published