[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10390":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},10390,"mongo","mongodb\u002Fmongo","mongodb","The MongoDB Database","https:\u002F\u002Fwww.mongodb.com\u002F",null,"C++",28356,5783,1240,26,0,14,75,8,84.5,"Other",false,"master",true,[26,27,7,28],"c-plus-plus","database","nosql","2026-06-12 04:00:50","# ![Logo](docs\u002Fleaf.svg) MongoDB README\n\nWelcome to MongoDB!\n\n## Components\n\n- `mongod` - The database server.\n- `mongos` - Sharding router.\n\n## Download MongoDB\n\n- https:\u002F\u002Fwww.mongodb.com\u002Ftry\u002Fdownload\u002Fcommunity\n- Using homebrew `brew tap mongodb\u002Fbrew`\n- Using docker image `docker pull mongodb\u002Fmongodb-community-server`\n\n## Download the MongoDB Shell\n\n- https:\u002F\u002Fwww.mongodb.com\u002Ftry\u002Fdownload\u002Fshell\n- Using homebrew `brew install mongosh`\n\n## Building\n\nSee [Building MongoDB](docs\u002Fbuilding.md).\n\n## Running\n\nFor command line options invoke:\n\n```bash\n$ .\u002Fmongod --help\n```\n\nTo run a single server database:\n\n```bash\n$ sudo mkdir -p \u002Fdata\u002Fdb\n$ .\u002Fmongod\n$\n$ # The mongosh shell connects to localhost and test database by default:\n$ .\u002Fmongosh\ntest> help\n```\n\n## Installing Compass\n\nYou can install compass using the `install_compass` script packaged with MongoDB:\n\n```bash\n$ .\u002Finstall_compass\n```\n\nThis will download the appropriate MongoDB Compass package for your platform and install it.\n\n## Drivers\n\nClient drivers for most programming languages are available at\nhttps:\u002F\u002Fdocs.mongodb.com\u002Fmanual\u002Fapplications\u002Fdrivers\u002F.\n\n## Bug Reports\n\nSee https:\u002F\u002Fgithub.com\u002Fmongodb\u002Fmongo\u002Fwiki\u002FSubmit-Bug-Reports.\n\n## Packaging\n\nPackages are created dynamically by the [buildscripts\u002Fpackager.py](buildscripts\u002Fpackager.py) script.\nThis will generate RPM and Debian packages.\n\n## Learn MongoDB\n\n- Documentation - https:\u002F\u002Fdocs.mongodb.com\u002Fmanual\u002F\n- Developer Center - https:\u002F\u002Fwww.mongodb.com\u002Fdeveloper\u002F\n- MongoDB University - https:\u002F\u002Flearn.mongodb.com\n\n## Cloud Hosted MongoDB\n\nhttps:\u002F\u002Fwww.mongodb.com\u002Fcloud\u002Fatlas\n\n## Forums\n\n- https:\u002F\u002Fmongodb.com\u002Fcommunity\u002Fforums\u002F\n\n  Technical questions about using MongoDB.\n\n- https:\u002F\u002Fmongodb.com\u002Fcommunity\u002Fforums\u002Fc\u002Fserver-dev\n\n  Technical questions about building and developing MongoDB.\n\n## LICENSE\n\nMongoDB is free and the source is available. Versions released prior to October 16, 2018 are\npublished under the AGPL. All versions released after October 16, 2018, including patch fixes for\nprior versions, are published under the\n[Server Side Public License (SSPL) v1](LICENSE-Community.txt). See individual files for details\nwhich will specify the license applicable to each file. Files subject to the SSPL will be noted in\ntheir headers.\n","MongoDB是一个高性能的NoSQL数据库，采用C++编写。它提供了灵活的数据存储方式，支持动态模式设计，允许用户轻松存储和处理各种类型的数据。核心功能包括分布式文件存储、自动分片以支持大数据量以及高可用性配置。技术特点上，MongoDB使用JSON风格的文档来存储数据，并且拥有丰富的查询语言和索引机制，使得数据访问既高效又灵活。此外，它还提供了强大的管理工具如Compass图形界面和mongosh命令行工具，方便用户进行数据库管理和操作。MongoDB适用于需要快速开发迭代、处理非结构化或半结构化数据的应用场景，例如内容管理系统、实时分析平台及物联网应用等。",2,"2026-06-11 03:28:10","top_topic"]