Hi Roberto, Thank you for the reply, basically it's like the following:
read Mysql (Relational data) -> Convert to NoSQL (Json) -> Store in some NOSQL db (such as couchbase) -> cache the data (in Memcached with help of couchbase) -> make it available to the application. Map/Reduce is to be applied to Json Documents (in this case to couchbase), but won't be transferred back to mysql or memcached. I hope this explains it better. Thanks, On Sunday, July 7, 2013 8:49:18 PM UTC+1, Cloud User wrote: > > Hi there, > > > > I need to implement an idea and wondering whether you can help me find the > solution or may be a good part of the solution. > > > > Basically I want to use Memcached to cache data for my application. > However the data in the Memcached is to be loaded from NoSQL (probably Json > documents), and the data in Json documents is to be imported automatically > from database (Mysql) (periodically or upon modifications of Memcached > data). > > > > Also during the process I will need to apply some Map/Reduce operations on > the Json documents (periodically). > > > > I hope this makes sense to you, and I look forward to receiving your > suggestions. > > > > Your reply is very much appreciated. > > > > Thanks > -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
