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

Stretchpants is a demo app for Elastic-Search and the Tire gem.

Notifications You must be signed in to change notification settings

cwalsh/stretchpants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Stretchpants is a demo app for Elastic-Search and the Tire gem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published