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

https://github.com/pavdmyt/gen-elasticsearch-test-data

Create dummy Elasticsearch indices with data.
https://github.com/pavdmyt/gen-elasticsearch-test-data

elasticsearch script test-data

Last synced: 2 months ago
JSON representation

Create dummy Elasticsearch indices with data.

Awesome Lists containing this project

README

          

This is a simple wrapper script around [elasticsearch-test-data](https://github.com/oliver006/elasticsearch-test-data)
to simplify time-based indices creation in Elasticsearch.

## Usage

```bash
$ git clone https://github.com/pavdmyt/gen-elasticsearch-test-data.git
$ cd gen-elasticsearch-test-data/
$ git clone https://github.com/oliver006/elasticsearch-test-data.git
$ pip install -r requirements.txt

# Adjust values in run_jobs.sh and run:
$ ./run_jobs.sh
```