Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The MongoDB Database

License

NotificationsYou must be signed in to change notification settings

mongodb/mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo MongoDB README

Welcome to MongoDB!

Components

  • mongod - The database server.
  • mongos - Sharding router.

Download MongoDB

Download the MongoDB Shell

Building

SeeBuilding MongoDB.

Running

For command line options invoke:

$ ./mongod --help

To run a single server database:

$ sudo mkdir -p /data/db$ ./mongod$$# The mongosh shell connects to localhost and test database by default:$ ./mongoshtest>help

Installing Compass

You can install compass using theinstall_compass script packaged with MongoDB:

$ ./install_compass

This will download the appropriate MongoDB Compass package for your platformand install it.

Drivers

Client drivers for most programming languages are available athttps://docs.mongodb.com/manual/applications/drivers/.

Bug Reports

Seehttps://github.com/mongodb/mongo/wiki/Submit-Bug-Reports.

Packaging

Packages are created dynamically by thebuildscripts/packager.py script.This will generate RPM and Debian packages.

Learn MongoDB

Cloud Hosted MongoDB

https://www.mongodb.com/cloud/atlas

Forums

LICENSE

MongoDB is free and the source is available. Versions released prior toOctober 16, 2018 are published under the AGPL. All versions released afterOctober 16, 2018, including patch fixes for prior versions, are publishedunder theServer Side Public License (SSPL) v1.See individual files for details which will specify the license applicableto each file. Files subject to the SSPL will be noted in their headers.

Packages

No packages published

Contributors854


[8]ページ先頭

©2009-2025 Movatter.jp