top | item 12465242

(no title)

jkodumal | 9 years ago

We had a lot of operational experience with Mongo from our previous jobs at Atlassian, and started out storing almost everything in Mongo. As we scaled out, we migrated all of our high volume data into other stores-- analytics into DynamoDB, searchable data into ElasticSearch, etc.

The last remaining piece is our core data, and there's no strong push to move it out of Mongo.

discuss

order

kornish|9 years ago

So, just to clarify, you use DynamoDB and ElasticSearch as primary datastores for those types of data and don't replicate data from Mongo into them?

jkodumal|9 years ago

That's mostly right. We don't use ES as a primary datastore, though.