https://github.com/ericlondon/jruby-elasticsearch-csv-import
JRuby Elasticsearch CSV Import
https://github.com/ericlondon/jruby-elasticsearch-csv-import
csv elasticsearch import jruby sidekiq
Last synced: about 1 year ago
JSON representation
JRuby Elasticsearch CSV Import
- Host: GitHub
- URL: https://github.com/ericlondon/jruby-elasticsearch-csv-import
- Owner: EricLondon
- Created: 2016-05-26T14:31:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T18:17:31.000Z (over 1 year ago)
- Last Synced: 2025-01-12T01:23:24.145Z (about 1 year ago)
- Topics: csv, elasticsearch, import, jruby, sidekiq
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JRuby Elasticsearch CSV Import
```
# Usage:
# put pipe delimited files in ./import/
# start sidekiq
sidekiq -r ./lib/bootstrapper.rb
# monitor sidekiq: http://localhost:9494/
./main.rb --monitor-queue
# queue and import files:
./main.rb --queue-files
```