Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 539 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 539 Bytes

random-elastic-data

Python script that generates random data and stores it in Elasticsearch

Project structure

.
├── .gitignore                     # gitignore
├── load_all_types_random.py       # main script to generate random documents
├── mapping.json                   # mapping for elasticsearch index
├── random_person.py               # module to generate random (German) persons
└── README.md                      # this file

Requirements

There are multiple requirements.txt