Skip to content

Docker container with Python script that randomly generates data and stores it in Elasticsearch

Notifications You must be signed in to change notification settings

buddemat/random-elastic-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker container with Python script that randomly generates data and stores it in Elasticsearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages