| > Can you give an example of another option you are referring to? That depends on the data. What type of data you have and what you want to do with it. MongoDB isn't data specific and it claim to fame is flexible data structure. If you want fast write and look up with very little relation Cassandra is good. If you want searchable text document then anything that is base on Lucene is good (ES, Solr, Raven). If you want time series there are few out there but it's a niche. Likewise if you want graph data then there are NodeJS, Titan, etc.. MongoDB at most company I worked with was use because they don't think about what type of data it is and what performance they want. They want to store unstructure data cause it's easy. I personally think it's a cop out, especially as a statistician/programmer. |
I think you meant Neo4j.