MongoDB 是一种流行的开源 NoSQL 数据库管理系统,使用文档导向的数据模型,以类似 JSON 的格式(BSON)存储数据,而非传统的关系型表格结构。
/ˈmɒŋ.ɡoʊ.diː.biː/
MongoDB is a great choice for applications that need to handle large amounts of unstructured data.
MongoDB 是处理大量非结构化数据的应用程序的绝佳选择。
Many modern web developers prefer MongoDB over traditional relational databases because its flexible schema allows them to iterate quickly during the early stages of product development.
许多现代 Web 开发者更偏爱 MongoDB 而非传统关系型数据库,因为其灵活的模式(schema)允许他们在产品开发早期快速迭代。
MongoDB 的名称源自英语单词 humongous(意为"巨大的、庞大的"),暗示该数据库能够处理海量数据。它由 Dwight Merriman 和 Eliot Horowitz 于 2007 年在公司 10gen(后更名为 MongoDB, Inc.)开发,2009 年正式开源发布。名称中的 DB 是 database(数据库)的缩写。