Building your first MongoDB app
This is the classic MongoDB tutorial for beginners, where you can learn about the JSON and JavaScript based MongoDB query language, as well as how to design schemas in a document based data model. This tutorial has been a popular way to learn something new — and a new way to think — for people that have strong experience with relational databases.
0
Понравилось
How MongoDB replication follows and improves upon the Raft algorithm
MongoDB 3.2 introduced a new replication protocol: version 1, or pv1 for short. While still similar to the original replication protocol (pv0), it adds some robustness improvements found in the Raft algorithm. Raft is an algorithm introduced in a series of academic publications by Diego Ongaro. It's a short and simple leader-based replication algorithm, popular in particular due to its design goal of being remarkably simpler than Paxos and other predecessors.
1
Понравилось
Building your first MongoDB app
This is the classic MongoDB tutorial for beginners, where you can learn about the JSON and JavaScript based MongoDB query language, as well as how to design schemas in a document based data model. This tutorial has been a popular way to learn something new — and a new way to think — for people that have strong experience with relational databases.
0
Понравилось
How MongoDB replication follows and improves upon the Raft algorithm
MongoDB 3.2 introduced a new replication protocol: version 1, or pv1 for short. While still similar to the original replication protocol (pv0), it adds some robustness improvements found in the Raft algorithm. Raft is an algorithm introduced in a series of academic publications by Diego Ongaro. It's a short and simple leader-based replication algorithm, popular in particular due to its design goal of being remarkably simpler than Paxos and other predecessors.
1
Понравилось
Building your first MongoDB app
This is the classic MongoDB tutorial for beginners, where you can learn about the JSON and JavaScript based MongoDB query language, as well as how to design schemas in a document based data model. This tutorial has been a popular way to learn something new — and a new way to think — for people that have strong experience with relational databases.
0
Понравилось