Tag: nosql

  • Install MongoDB service on Windows 8

    MongoDB (from “humongous”) is an open-source document database, and the leading NoSQL database. Written in C++. MongoDB is great for modeling many of the entities that back most modern web-apps, either consumer or enterprise: Account and user profiles: can store arrays of addresses with ease CMS: the flexible schema of MongoDB is great for heterogeneous collections of…