1. 程式人生 > >MongoDB之學習路線

MongoDB之學習路線

mongodb






MongoDB Atlas
Database as a Service

Deploy, operate, and scale a MongoDB database in the cloud with just a few clicks. MongoDB Atlas is fully elastic — seamlessly scale up or out — and highly available by default.

  • Available on AWS, GCP, Azure — MongoDB Atlas is available on over 14 regions on AWS, 4 GCP regions, and 23 regions worldwide on Microsoft Azure.

  • Secure from the start — Authentication, network isolation, encryption, and role-based access controls keep your data protected. MongoDB Atlas has been independently audited and confirmed to meet privacy and compliance standards.

  • Continuous backups — MongoDB Atlas includes a continuous backup solution with point-in-time restores and queryable snapshots, which allow you to perform queries against your backup snapshots and restore data at the document level in minutes.

  • Comprehensive monitoring and customizable alerts — Optimized dashboards highlight key historical metrics. View performance in real-time, customize alerts, or dig into the details with ease. Easily integrate with Datadog, New Relic, Sumo Logic and other monitoring tools.

  • Live migration — Live migrate your data into MongoDB Atlas with minimal impact to your application.


三節點副本集架構

主節點(Primary)和備節點(Secondary)提供服務,當主節點出現故障,系統自動從三個節點中選舉出新的主節點。 當備節點不可用,由隱藏節點(Hidden)接管服務,多重保障系統服務可用性。


集群架構

分片服務(shard)和配置服務(configserver)采用三節點副本集架構,穩定可靠;支持代理服務(mongos)和分片服務(mongos)靈活配置個數,線性擴展數據庫系統的存儲空間及讀寫性能。


彈性擴展

單分片(shard)最大支持25600的IOPS,最大存儲2T數據,單分片最大可承載近 10萬 QPS 的應用壓力;且Sharding模式支持水平無限擴展。


備份機制及恢復

每天自動備份數據,數據容災能力強,免費支持7天內的任意時間點數據的恢復,有效防範數據誤操作,業務損失降到最低。


VPC私有網絡

實例部署在利用OverLay技術在物理網絡基礎上構建的專有VPC虛擬網絡上,在TCP層直接進行網絡隔離保護。


DDOS防護

在網絡入口實時監測,當發現超大流量攻擊時,對源IP進行清洗,清洗無效情況下可以直接將惡意IP拉進黑洞。


IP白名單配置

最多支持配置1000個以上的白名單規則,直接從訪問源進行風險控制。


DTS平臺

數據庫傳輸平臺,支持RDBMS(關系型數據庫)、NoSQL、OLAP等多種數據源之間數據進行交互,提供了數據遷移、實時數據訂閱及數據實時同步等多種數據傳輸能力。


多實例間數據同步

可以實現MongoDB實例間自動雙向同步數據,輕松應對多活架構,容災有保障。


數據閉環流通

通過DTS數據傳輸服務,可實現異構數據庫之間雲上流通,全面打通不同數據庫;雲上雲下同構數據庫暢通無阻。


大數據分析對接

可與大數據E-MapReduce系統對接,大數據分析遊刃有余。



監控平臺

提供CPU利用率、IOPS、連接數、磁盤空間等實例信息實時監控及報警,隨時隨地了解實例動態。


可視化管理平臺

管理控制平臺對實例重啟、備份、數據恢復等高頻高危操作可便捷的進行一鍵式操作。


可視化DMS平臺

專業的DMS數據管理平臺,提供可視化的MongoDB數據管理,圖形化輕松管理數據庫、表、集合等對象,全面提升研發、運維效率。


數據庫內核版本管理

主動升級,快速修復缺陷,免去日常版本管理苦惱;優化MongoDB參數配置,最大化利用系統資源。




https://www.aliyun.com/product/mongodb/?utm_medium=text&utm_source=baidu&utm_campaign=MongoDB&utm_content=se_460297






http://www.runoob.com/mongodb/mongodb-tutorial.html

mongodb Tutorial

https://www.mongodb.com/









https://docs.mongodb.com/manual/

官方手冊






https://www.aliyun.com/product/mongodb/?utm_medium=text&utm_source=baidu&utm_campaign=MongoDB&utm_content=se_460297

阿裏雲 mongodb








本文出自 “運維自動化” 博客,請務必保留此出處http://shower.blog.51cto.com/4926872/1975237

MongoDB之學習路線