2013-03-26 15:33:04 -03:00
2013-03-26 15:33:04 -03:00
2013-03-25 22:30:29 -04:00
2013-03-26 15:32:13 -03:00
2013-03-26 02:12:56 -04:00
2013-03-25 22:30:40 -04:00

Elephant
========

Basically, this is an HTTP key/value store with full-text search and fast queries. 

Search and query functionality is all provided by a backing Elastic Seach server. Everything is immediately replicated to S3 as JSON documents.

Simplicity — full-text search, HTTP, persitience, data portability.

Enjoy.

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

Elephant expects the following environment variables to be set::

    # AWS Credentials
    AWS_ACCESS_KEY_ID = xxxxxx
    AWS_SECRET_ACCESS_KEY = xxxxxx
 
    # Elastic Search Server
    ELASTICSEARCH_URL = xxxxxx
    
    # Instance Name
    CLUSTER_NAME = xxxxxx
    
    # Instance Password
    API_KEY = xxxxxx

If you need an Elastic Search to test against, checkout `heroku-elasticsearch <https://github.com/kennethreitz/heroku-elasticsearch>`_.

Inpsiration
-----------

Extracted out of the in-progress `blackbox <https://github.com/kennethreitz/blackbox>`_ project.
S
Description
No description provided
Readme 95 KiB
Languages
Python 99.6%
Procfile 0.4%