Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glynnbird/nosqlimport-elasticsearch
CSV import plugin for nosqlimport tool
https://github.com/glynnbird/nosqlimport-elasticsearch
Last synced: 5 days ago
JSON representation
CSV import plugin for nosqlimport tool
- Host: GitHub
- URL: https://github.com/glynnbird/nosqlimport-elasticsearch
- Owner: glynnbird
- Created: 2016-07-19T10:24:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T10:50:46.000Z (over 8 years ago)
- Last Synced: 2024-04-17T09:28:15.657Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nosqlimport-elasticsearch
A module for [nosqlimport](https://www.npmjs.com/package/nosqlimport) that allows data to be published to Elasticsearch.
## Installation
```sh
npm install -g nosqlimport nosqlimport-elasticsearch
```## Import data to Elasticsearch
```sh
cat test.tsv | nosqlimport -n elasticsearch -u http://localhost:9200/mydatabase --db mycollection
```See [nosqlimport](https://www.npmjs.com/package/nosqlimport) for further options.