deprecated attempt to build proactive document cache
Go to file
2011-08-04 22:48:33 -04:00
oyster date formatting tweak 2011-08-04 22:48:33 -04:00
LICENSE LICENSE 2011-08-04 11:40:37 -04:00
README.rst some basic tests 2011-08-02 23:40:55 -04:00
requirements.txt flask & nose required 2011-08-04 15:27:59 -04:00

======
oyster
======

oyster is a service for tracking regularly-accessed pages, a sort of proactive cache.

It features a daemon, a command line client for interacting with the tracking list, and a web frontend for viewing the status.

oyster was created by James Turk for `Sunlight Labs <http://sunlightlabs.com>`_.

Source is available via `GitHub <http://github.com/sunlightlabs/oyster/>`_

## ADD PyPI link after release

TODO
====

* oysterweb
    * dashboard
    * document access
* real testing of internals

Installation
============

Requirements
------------

* python 2.7
* mongodb 1.8
* pymongo 1.11
* scrapelib