Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 784 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 784 Bytes

Elasticsearch on Google App Engine

A single node elasticsearch running on Google App Engine flexible environment with custom runtime. This is just a small experiment to try this out.

To deploy run:

    git clone git://github.com/rcknr/elasticsearch-app-engine.git
    cd elasticsearch-app-engine
    gcloud app deploy

Further ideas