https://github.com/ashwin-pc/opensearch-csv
https://github.com/ashwin-pc/opensearch-csv
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashwin-pc/opensearch-csv
- Owner: ashwin-pc
- Created: 2022-05-05T12:48:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T01:33:47.000Z (about 3 years ago)
- Last Synced: 2025-02-26T06:31:56.807Z (over 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: changelogs/fragments/Readme.md
Awesome Lists containing this project
README
# Ingest simple csv into OpenSearch Dashboards
this is a simple package to ingest smple data into your local instance of opensearch
## Installation
```sh
npm install
```
## Useage
```sh
# To ingest a specific file (test file for demo purposes in ./data/test.csv)
npm start -- --csv
# To overwirte an index
npm start -- --index --csv --overwrite
```
e.g.
```sh
```
For more details on how to use the tool, run `npm run help` or `npm start -- --help`