Recommend this page to a friend! |
Classes of Mostafa Abd-El-Hamid | PHP ElasticSearch Bulk Insert | README.md | Download |
|
Downloadelasticsearchbulkinsertion (Future Mode)Elastic Search Bulk Insertion LibraryThis class will seed the data into elastic search database using async requests and a PHP library called elasticsearch/elasticsearch Installation:
TODO:1) Install elastic search library using composer:
2) Set the host and port number if needed 3) Set the memory limit of the execution of the function 4) Put the index name which is equivalent to database name in SQL 5) Put the type which is equivalent to the table name in SQL 6) Put the chunk size which is going to be the number of records
7) Pass the data you want to insert into elastic search ## Example:
|