Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pebble/keen-cache
A node js caching proxy for keen.io
https://github.com/pebble/keen-cache
Last synced: 7 days ago
JSON representation
A node js caching proxy for keen.io
- Host: GitHub
- URL: https://github.com/pebble/keen-cache
- Owner: pebble
- Created: 2014-02-18T23:13:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-18T17:40:47.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:16:38.390Z (7 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 9
- Watchers: 57
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keen.io Caching Server
This nodeJS project implements a simple caching server to proxy requests to [keen.io](http://www.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.