deprecated attempt to build proactive document cache
Go to file
2011-10-05 15:57:32 -04:00
oyster pass metadata to extract_text 2011-10-05 15:57:32 -04:00
.gitignore oyster_settings to .gitignore 2011-10-03 15:47:28 -04:00
LICENSE LICENSE 2011-08-04 11:40:37 -04:00
README.rst non-absolute path for media 2011-09-21 12:05:23 -04:00
requirements.txt replace oysterd with celery 2011-08-05 19:09:33 -04:00
setup.py change description 2011-09-20 17:15:15 -04:00

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

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

Oyster intends to provide a command line client for interacting with the list of tracked documents and web frontend for viewing the status and retrieving data.  Behind the scenes it uses a celery queue to manage the documents it is tasked with keeping up to date.

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

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

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

oyster is available on PyPI: `oyster <http://pypi.python.org/pypi/oyster>`_.

The recommended way to install oyster is to simply ``pip install oyster``

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

* python 2.7
* mongodb 1.8
* pymongo 1.11
* scrapelib 0.5.5

Usage
=====

* Run celeryd with beat ``celeryd -B --config=oyster.celeryconfig``
* Run oyster HTTP portal ``python oyster/web.py``
* Use oyster.client.Client to add new documents & query the store