Skip to content

pebble/keen-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keen.io Caching Server

This nodeJS project implements a simple caching server to proxy requests to keen.io.

You will need a mongo db instance. Set MONGOHQ_URL environment variable to point to it (heroku does this automatically).

Timeout of cached replies is done automatically by MongoDB with an index and an expire field. If you change the timeout, you need to delete the index and restart the app. The index will be re-created automatically.

About

A node js caching proxy for keen.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published