Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 483 Bytes

README.rdoc

File metadata and controls

14 lines (10 loc) · 483 Bytes

Welcome to Stretchpants!

Stretchpants is a really basic rails app that stores its data in elasticsearch. Normally one would store data in a database or key-value store and then add elastic search to it, but as this app shows it’s entirely possible to store the data directly in elastic search.

Getting Started

  1. bundle install

  2. start elasticsearch

  3. ELASTICSEARCH_URL=“localhost:9200” bundle exec rails s

  4. point your favourite browser to localhost:3000