Skip to content

experimental, not done yet -- upload a csv, index with elasticsearch, access via JSON API

Notifications You must be signed in to change notification settings

ultrasaurus/csvtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

brew install elasticsearch
elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
rails s

Run the app

  1. Go to http://localhost:3000
  2. upload /spec/fixture/three-sentences.csv or another csv with headers

Notes

See what's in the index

http://127.0.0.1:9200/myindex/mydata/_search

Delete an elasticsearch index

curl -XDELETE 'http://localhost:9200/myindex'

About

experimental, not done yet -- upload a csv, index with elasticsearch, access via JSON API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published