2
chriss
7y

I don't know what's up with MongoDB. It looks like a huge mess to me...

Comments
  • 2
    DocumentDb's are awesome.

    If you are doing web, why not use docdb as read/viewstore? It's json all the way
  • 1
    @viking8 I agree. Technically it's BSON, but NoSQL is the way to go in many scenarios when your schema might change...
  • 0
    @Lasse combined with CQRS it's absolutely a gamechanger.

    Yeah, it's stored as bson, thank God :)
  • 0
    @viking8 it really is! And mLab can host MongoDB as PaaS on Azure!
Add Comment