Simple interface to retrieve and push data between MATLAB and Elasticsearch
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
You can use this interface to connect between MATLAB and Elasticsearch.
es_obj = Elasticsearch();
es_obj.createConnection('localhost', '9200');
es_obj.getIndices();
This interface provides a getData, getIndices, getAliases, countDocs and more functions which help you access some data on Elasticsearch and converted to traditional MATLAB table datatype. You can also do indexing any data to Elasticsearch by using createBulk, updateBulk.
For more information or any further improvement, please visit the GitHub repository.
(This implementation, tested on Elasticsearch 7.2.0)
Cite As
K.Somkiat (2026). MATLAB Elasticsearch (mlelasticsearch) (https://github.com/ndrsomkiat/mlelasticsearch), GitHub. Retrieved .
General Information
- Version 0.0.0 (8.66 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
Versions that use the GitHub default branch cannot be downloaded
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 0.0.0 |
