Skip to content

zeinababbasi/PythonElasticSearchDataInsertion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PythonElasticSearchDataInsertion

Insert records read from CSV files into ElasticSearch

Usage

python import.py --source-directory ${SOURCE_DIR} --elastic-ip ${IP} --elastic-port ${HTTP_PORT} --index-prefix ${INDEX_PREFIX}

or

python import.py -d ${SOURCE_DIR} -ip ${IP} -port ${HTTP_PORT} -i ${INDEX_PREFIX}

About

Insert records read from CSV files into ElasticSearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages