MongoDB教學(一)_下載安裝_基礎指令

記得很久以前寫過Redis的文章 和Redis一樣屬於NoSQL種類DB的mongodb Redis開發學習(2)_In-memory database跟On Disk(Relational) database比較_cli的基礎20大指令(資料型態介紹) MongoDB官網 https://www.mongodb.com/ 是採用json doc 形式的資料庫 無Relation的觀念 因此也不需要預先定義好Schema Included with your free cloud database: 512 MB of Storage Shared RAM Highly available replica sets, end-to-end encryption, automated patches, REST API Additionally, get access to the following when you launch a dedicated cluster: 10 GB or more of storage Dedicated RAM Performance optimization tools Backups & point-in-time recovery Enterprise security features including encryption key management, LDAP integration, and granular database auditing Global Clusters 電腦必須要64bit (MongoDB ver 2.2 之後就不再支持 Windows XP 系统。也無 32bit 的安裝文件維護在官網了) 載點: https://www.mongodb.com/try/download/community 這裡使用community版本 選custom可以自己決定安裝在哪 (預設C:\Program Files\MongoDB\Server\4.4.3 ) MongoDB安裝過程就要先指定Data及Log存放的資料夾位置。 ver4之後督添加可以做為Network Service user https://docs.mongodb.com/manual/tutorial/inst...