Recently I had a real life encounter with a scenario where I had to design a solution with a strategy which turned out to be strategy called Polyglot persistence, which I learnt later doing some research. Actually 4 years ago from when I wrote this post Martin Fowler put forth the concept Polyglot persistence. So what’s polyglot persistence ?… Continue reading
Post Category → NoSQL and Search
ElasticSearch on Hadoop
Some background on how ElasticSearch indexes documents For those who already have a back ground on Elastic Search, it is just a special purpose full text search document based data store with real time indexing abilities. How does Elastic Search does this? If you are already aware of the Search engines and the underlying data… Continue reading