Kenneth Reitz 4dec106938 manage.py
2013-03-25 23:46:07 -04:00
2013-03-25 23:46:07 -04:00
2013-03-25 22:30:29 -04:00
2013-03-25 22:40:39 -04:00
2013-03-25 22:28:58 -04:00
2013-03-25 22:30:40 -04:00

Elephant
========

A persistent, full-text searchable key-value store. Powered by Flask, ElasticSearch, and good intensions.

Extracted out of the in-progress `blackbox <https://github.com/kennethreitz/blackbox>`_ project.

Configuration
-------------

Elephant expects the following environment variables to be set::

    AWS_ACCESS_KEY_ID = xxxxxx
    AWS_SECRET_ACCESS_KEY = xxxxxx
    ELASTICSEARCH_URL = xxxxxx
    CLUSTER_NAME = xxxxxx
    API_KEY = xxxxxx


Managing
--------

Seeding the index from S3:

    $ python manage.py seed_index
    Reseeding the index...
S
Description
No description provided
Readme 95 KiB
Languages
Python 99.6%
Procfile 0.4%