https://github.com/active-group/active-escsv
Export from Elasticsearch to CSV files and import CSV files to Elasticsearch.
https://github.com/active-group/active-escsv
Last synced: about 2 months ago
JSON representation
Export from Elasticsearch to CSV files and import CSV files to Elasticsearch.
- Host: GitHub
- URL: https://github.com/active-group/active-escsv
- Owner: active-group
- License: epl-1.0
- Created: 2019-10-18T13:05:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T14:55:20.000Z (over 6 years ago)
- Last Synced: 2025-12-26T17:39:57.965Z (6 months ago)
- Language: Clojure
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# active-escsv
Export from Elasticsearch to CSV files and import CSV files to Elasticsearch.
## Usage
Export from Elasticsearch to a CSV file
lein run -m active-escsv.export
Import a CSV file into Elasticsearch
lein run -m active-escsv.import
Both commands accept a `--help` command line argument that prints detailed usage
instructions.
## License
Copyright © 2019 Active Group GmbH
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.