An open API service indexing awesome lists of open source software.

https://github.com/ashwin-pc/opensearch-csv


https://github.com/ashwin-pc/opensearch-csv

Last synced: about 1 year ago
JSON representation

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`