memcached data access in Matlab

8 visualizzazioni (ultimi 30 giorni)
Khader
Khader il 26 Mar 2019
Risposto: Guillaume il 26 Mar 2019
Hi,
i have a huge data set (around 40 GB) available in memchached service.
how can i access this data using matlab?
are there any built-in function(s) or third party tools available for this?
please help urgently!
Regards,

Risposte (1)

Guillaume
Guillaume il 26 Mar 2019
No there is no support in matlab for memcached. You would have to create a custom datastore where you'd have to implement yourself the data fetching from memcached probably with a custom mex file or dll.
On the other hand, datastore support several big data storage systems out of the box: Amazon S3, Azure, and Hadoop. Not exactly the same as memcached, but perhaps you can migrate to one of these.

Categorie

Scopri di più su Big Data Processing in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by