Author: Manuel Lemos
Viewers: 172
Last month viewers: 2
Categories: Notable Packages
ElasticSearch is a well know search engine software that can associate data documents with keys that are used for performing fast searches.
Often applications need to store in ElasticSearch large amounts of data to be searched.
This package provides a solution to reduce the time to insert large data record sets in an ElasticSearch server instance.
Read this article to learn more details about how this notable PHP package works.
Often applications need to store in ElasticSearch large amounts of data to be searched.
This package provides a solution to reduce the time to insert large data record sets in an ElasticSearch server instance.
Read this article to learn more details about how this notable PHP package works.
The package PHP ElasticSearch Bulk Insert is one of the few PHP packages that was considered notable recently because it does something that is worth paying attention.
The basic purpose is: Insert many record values at once in ElasticSearch
Here follows in more detail what it does:
This class can insert many record values at once in ElasticSearch.
It can connect to one ElasticSearch server instance and takes an array of data values to insert in a given ElasticSearch index.
The class takes the array and splits it in chunks of configurable size, so it can insert the whole data array sending multiple requests to the ElasticSearch server.
The class can also connect to one or more possible server instances, so it can fallback to another server when the first one is not available for some reason.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
The basic purpose is: Insert many record values at once in ElasticSearch
Here follows in more detail what it does:
This class can insert many record values at once in ElasticSearch.
It can connect to one ElasticSearch server instance and takes an array of data values to insert in a given ElasticSearch index.
The class takes the array and splits it in chunks of configurable size, so it can insert the whole data array sending multiple requests to the ElasticSearch server.
The class can also connect to one or more possible server instances, so it can fallback to another server when the first one is not available for some reason.
Notable PHP packages can be often considered innovative. If this package is also innovative, it can be nominated to the PHP Innovation Award and the author may win prizes and recognition for sharing innovative packages.
If you also developed your own notable or innovative packages consider sharing them, so you can also earn more visibility for your package.
You need to be a registered user or login to post a comment
1,616,770 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.