- Commands to install MongoDB
- wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | apt-key add -
- echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse" > /etc/apt/sources.list.d/mongodb-org-4.2.list
- sudo apt-get update
- sudo apt-get install -y mongodb-org
- sudo service mongod status
- mongo --version
- pip3 install pymongo
- python3
-
import pymongo
- pymongo.version
-
Notifications
You must be signed in to change notification settings - Fork 0
chemutai254/0x01-NoSQL
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published