SlideShare une entreprise Scribd logo
1  sur  20
Télécharger pour lire hors ligne
!"#$%&'()*+'*,+!"#$%&'+-"./+


   01%23.+4"55%6'*+78,6"559+
            :;2"*+
           <6)*2)=5+
>"*"5'$+?3%$)/)#3@+
•  -3'5,%*2+=)5+-&'$"ABC.+
•  !"#$%&'()*+=)5+DE+




•  F%.3+.3"+)&&'/%)*'$+"G&"#()*+
  –  -6'$$+,'.'+/".H+6)/.$@+5"',/+
I'/%&/+
•  E+J%.+$%K"+4@-LM+5"#$%&'()*+
  –  E/@*&35)*)C/+6'/."5N/$'O"+
  –  M".P/+.5@+%.Q+
R)66'*,+M%*"+
•  AA6'/."5+SAA)#$)2-%T"+U4IVW+
•  AA/$'O"+X/)C5&"+U3)/.V+SAA)*$@+U,JVW+
Y3"+$)&'$+,J+
•  0)"/*P.+5"#$%&'."+
•  B*+6'/."5Z+
   –  $)&'$[)#$)2[6'%*+
   –  $)&'$[/$'O"/+
•  B*+/$'O"Z+
   –  $)&'$[/)C5&"/+
      > use local
      > db.sources.find()
E,6%*%/.5'()*+
>   // master
>   use local
>   db.printReplicationInfo()
>   db.slaves.find()
>   db.oplog.$main.findOne()

// slave
> use local
> db.printSlaveReplicationInfo()
Y)#)$)2%"/+
M->S

M->S
 ->S
 ->S

M->S(db1)
 ->S(db2)
 …

M->S
 ->delayed_S

M->S               one machine can back up many
M-/                (if it has enough resources)

M<->M              *very limited –
                   best for experiments

And Replica Sets   (see below)
!"#$%&'+-"./+
• +>"*"5'$%T"H+%6#5)O"H+'*,+5"#$'&"+!"#$%&'+?'%5/+
• +E+&$C/."5+)=+]+/"5O"5/+
• +E*@+7)*"9+*),"+&'*+J"+#5%6'5@+
• +R)*/"*/C/+"$"&()*+)=+#5%6'5@+
• +EC.)6'(&+='%$)O"5+
• +EC.)6'(&+5"&)O"5@+
• +E$$+15%."/+.)+#5%6'5@+
• +!"',/+&'*+J"+.)+#5%6'5@+)5+'+/"&)*,+
• +0'.'+&"*."5+'1'5"+
• +^*+O:[_+7`YE+aC$@+b;:;9+
!"#$%&'+-"./+X+0"/%2*+R)*&"#./+
:[  E+15%."+%/+)*$@+.5C$@+&)66%c",+)*&"+%.+3'/+5"#$%&'.",+
    .)+'+6'd)5%.@+)=+/"5O"5/+%*+.3"+/".[++7!"#$%&#'%()#*+,#
    $+&-,.%/+&#+*#)0(1#)0+230H+1%.3+2".M'/.`55)5[9+
b[  F5%."/+13%&3+'5"+&)66%c",+'.+.3"+6'/."5+)=+.3"+/".+
    6'@+J"+O%/%J$"+J"=)5"+.3"+.5C"+&$C/."5A1%,"+&)66%.+
    3'/+)&&C55",[++Y3%/+#5)#"5.@H+13%&3+%/+6)5"+5"$'G",+
    .3'*+/)6"+.5',%()*'$+#5),C&./H+6'K"/+.3")5"(&'$$@+
    '&3%"O'J$"+#"5=)56'*&"+'*,+'O'%$'J%$%.@+3%23"5[+
e[  B*+'+='%$)O"5H+%=+.3"5"+%/+,'.'+13%&3+3'/+*).+5"#$%&'.",+
    =5)6+.3"+#5%6'5@H+.3"+,'.'+%/+,5)##",+7/""+<:9[+
E+-".+

4"6J"5+:+
                        4"6J"5+e+




            4"6J"5+b+
E+-".+

4"6J"5+:+
                        4"6J"5+e+




            4"6J"5+b+
            ?!^4E!f+
E+-".+

4"6J"5+:+
                        4"6J"5+e+
                        ?!^4E!f+




            4"6J"5+b+
             0BF]+
E+-".+

4"6J"5+:+
                        4"6J"5+e+
                        ?!^4E!f+




            4"6J"5+b+
            !`RBg`!A
               ^]>+
E+-".+

4"6J"5+:+
                        4"6J"5+e+
                        ?!^4E!f+




            4"6J"5+b+
R)*h2C5'()*+
{
    _id : <setname>,

    members: [
       {
         _id : <ordinal>,
         host : <hostname[:port]>,
         [, priority: <priority>]
         [, arbiterOnly : true]
         [, votes : n]
         [, delay : time]
       }
       , ...
    ],

    settings: {
      [heartbeatSleep : <seconds>]
      [, heartbeatTimeout : <seconds>]
      [, heartbeatConnRetries : <n>]
      [, getLastErrorDefaults: <lasterrdefaults>]
    }
}
^*%('()*+
> cfg = {
... _id : "acme_a",
... members : [
... { _id : 0, host : "sf1.acme.com" },
... { _id : 1, host : "sf2.acme.com" },
... { _id : 2, host : "sf3.acme.com" } ] }
> use admin
> db.runCommand({replSetInitiate:cfg})
R)66'*,/+
!"#$%&$'()"*"+","
   +R3"&K/+%=+.3"+*),"+.)+13%&3+1"+'5"+&)**"&(*2+%/+&C55"*.$@+#5%6'5@[+
    4)/.+,5%O"5/+,)+.3%/+&3"&K+'C.)6'(&'$$@+'*,+.3"*+/"*,+5"iC%5"/+.)+
    .3"+&C55"*.+#5%6'5@[+
!")(-./('0('/'&'1$"*"+","
   +-.'.C/+%*=)56'()*+)*+.3"+5"#$%&'+/".+=5)6+.3%/+*),"j/+#)%*.+)=+O%"1[+
   +3c#ZNN$)&'$3)/.Zbk;:lN5"#$-".>".-.'.C/m."G.+
!")(-./('23#4&'("*"567389:","
   +^*%('."+'+5"#$%&'+/".[++
!")(-./(';)((<("*"5=77.:","
   +n5""T%*2+'+5"#$%&'+/".+#5"O"*./+='%$)O"5/+=5)6+)&&C55%*2[+Y3%/+&'*+J"+
    C/"=C$+,C5%*2+6'%*."*'*&"[+
-".+4"6J"5+Y@#"/+
•  ])56'$+
•  o0!p+7#5%)5%.@+U+:[;9+
   –  Y@#%&'$$@+,%/.'*.+$)&'()*+)5+/6'$$"5+3'5,1'5"+
•  ?'//%O"+7#5%)5%.@+qq+;9+
•  E5J%."5+7*)+,'.'H+JC.+&'*+O)."9+
F%.3+-3'5,%*2+
0)&/Z+111[6)*2),J[)52N,%/#$'@N0BR-N!"#$%&'r-"./+



            LC"/()*/m+

453"&#(1#0(,(&3#6#(&#72,+8"#9#:;<;#6#".%(=#21>#

            ?'(30)@453"&;$+.#



                                                   ]"G.+/"//%)*Z+
                                                   +EC.)A/3'5,%*2+
                                                   s#/.'%5/Z+
                                                   +D'&K+/"//%)*+

Contenu connexe

Tendances

Torneo baloncesto
Torneo baloncestoTorneo baloncesto
Torneo baloncestoIES Tias
 
ΠΛΗ31 PROLOG ΜΑΘΗΜΑ 2 (ΕΚΤΥΠΩΣΗ)
ΠΛΗ31 PROLOG ΜΑΘΗΜΑ 2 (ΕΚΤΥΠΩΣΗ)ΠΛΗ31 PROLOG ΜΑΘΗΜΑ 2 (ΕΚΤΥΠΩΣΗ)
ΠΛΗ31 PROLOG ΜΑΘΗΜΑ 2 (ΕΚΤΥΠΩΣΗ)Dimitris Psounis
 
¿Que hacer con los miedos? Aquí encontrarás 12 claves
¿Que hacer con los miedos? Aquí encontrarás 12 claves¿Que hacer con los miedos? Aquí encontrarás 12 claves
¿Que hacer con los miedos? Aquí encontrarás 12 clavesCrearte Transformación
 
CONCURSO DE RELATOS: ¿QUÉ ES UN LIBRO PARA TI?
CONCURSO DE RELATOS: ¿QUÉ ES UN LIBRO PARA TI?CONCURSO DE RELATOS: ¿QUÉ ES UN LIBRO PARA TI?
CONCURSO DE RELATOS: ¿QUÉ ES UN LIBRO PARA TI?BIBLIOTECAIESSIERRAMIJAS
 
Self Review and Personal Growth
Self Review and Personal GrowthSelf Review and Personal Growth
Self Review and Personal Growthelkako38
 
Story bird resources_part_3
Story bird resources_part_3Story bird resources_part_3
Story bird resources_part_3Eric Brace
 
iPhone勉強会資料
iPhone勉強会資料iPhone勉強会資料
iPhone勉強会資料Shoot Morii
 
ΠΛΗ31 ΤΥΠΟΛΟΓΙΟ ΕΝΟΤΗΤΑΣ 4
ΠΛΗ31 ΤΥΠΟΛΟΓΙΟ ΕΝΟΤΗΤΑΣ 4ΠΛΗ31 ΤΥΠΟΛΟΓΙΟ ΕΝΟΤΗΤΑΣ 4
ΠΛΗ31 ΤΥΠΟΛΟΓΙΟ ΕΝΟΤΗΤΑΣ 4Dimitris Psounis
 
имидж pr ганелина
имидж pr ганелинаимидж pr ганелина
имидж pr ганелинаeganelina
 
XWiki: A perfect match for collaboration in the Open Cloud
XWiki: A perfect match for collaboration in the Open CloudXWiki: A perfect match for collaboration in the Open Cloud
XWiki: A perfect match for collaboration in the Open CloudXWiki
 
Actividadesfimdesemana 16e17 junho
Actividadesfimdesemana 16e17 junhoActividadesfimdesemana 16e17 junho
Actividadesfimdesemana 16e17 junhoFUNDAÇÃO EDP
 
Understanding Cause & Effect in Customer Behaviour
Understanding Cause & Effect in Customer BehaviourUnderstanding Cause & Effect in Customer Behaviour
Understanding Cause & Effect in Customer BehaviourData Science London
 

Tendances (19)

Torneo baloncesto
Torneo baloncestoTorneo baloncesto
Torneo baloncesto
 
ΠΛΗ31 PROLOG ΜΑΘΗΜΑ 2 (ΕΚΤΥΠΩΣΗ)
ΠΛΗ31 PROLOG ΜΑΘΗΜΑ 2 (ΕΚΤΥΠΩΣΗ)ΠΛΗ31 PROLOG ΜΑΘΗΜΑ 2 (ΕΚΤΥΠΩΣΗ)
ΠΛΗ31 PROLOG ΜΑΘΗΜΑ 2 (ΕΚΤΥΠΩΣΗ)
 
¿Que hacer con los miedos? Aquí encontrarás 12 claves
¿Que hacer con los miedos? Aquí encontrarás 12 claves¿Que hacer con los miedos? Aquí encontrarás 12 claves
¿Que hacer con los miedos? Aquí encontrarás 12 claves
 
Sani 2013 satisfaction.
Sani 2013   satisfaction.Sani 2013   satisfaction.
Sani 2013 satisfaction.
 
CONCURSO DE RELATOS: ¿QUÉ ES UN LIBRO PARA TI?
CONCURSO DE RELATOS: ¿QUÉ ES UN LIBRO PARA TI?CONCURSO DE RELATOS: ¿QUÉ ES UN LIBRO PARA TI?
CONCURSO DE RELATOS: ¿QUÉ ES UN LIBRO PARA TI?
 
Self Review and Personal Growth
Self Review and Personal GrowthSelf Review and Personal Growth
Self Review and Personal Growth
 
Rachel N. Ryan Resume
Rachel N. Ryan ResumeRachel N. Ryan Resume
Rachel N. Ryan Resume
 
FVS Training Bolzano 8/9
FVS Training Bolzano 8/9FVS Training Bolzano 8/9
FVS Training Bolzano 8/9
 
Story bird resources_part_3
Story bird resources_part_3Story bird resources_part_3
Story bird resources_part_3
 
iPhone勉強会資料
iPhone勉強会資料iPhone勉強会資料
iPhone勉強会資料
 
alongamentos
alongamentosalongamentos
alongamentos
 
Tervetuloa - MobileMonday - Jari Tammisto
Tervetuloa - MobileMonday - Jari TammistoTervetuloa - MobileMonday - Jari Tammisto
Tervetuloa - MobileMonday - Jari Tammisto
 
ΠΛΗ31 ΤΥΠΟΛΟΓΙΟ ΕΝΟΤΗΤΑΣ 4
ΠΛΗ31 ΤΥΠΟΛΟΓΙΟ ΕΝΟΤΗΤΑΣ 4ΠΛΗ31 ΤΥΠΟΛΟΓΙΟ ΕΝΟΤΗΤΑΣ 4
ΠΛΗ31 ΤΥΠΟΛΟΓΙΟ ΕΝΟΤΗΤΑΣ 4
 
имидж pr ганелина
имидж pr ганелинаимидж pr ганелина
имидж pr ганелина
 
Entrevista miquel
Entrevista miquelEntrevista miquel
Entrevista miquel
 
XWiki: A perfect match for collaboration in the Open Cloud
XWiki: A perfect match for collaboration in the Open CloudXWiki: A perfect match for collaboration in the Open Cloud
XWiki: A perfect match for collaboration in the Open Cloud
 
Actividadesfimdesemana 16e17 junho
Actividadesfimdesemana 16e17 junhoActividadesfimdesemana 16e17 junho
Actividadesfimdesemana 16e17 junho
 
Understanding Cause & Effect in Customer Behaviour
Understanding Cause & Effect in Customer BehaviourUnderstanding Cause & Effect in Customer Behaviour
Understanding Cause & Effect in Customer Behaviour
 
IoT Context-aware mobile services - Jarno Malaprade - Tietotalo
IoT Context-aware mobile services - Jarno Malaprade - TietotaloIoT Context-aware mobile services - Jarno Malaprade - Tietotalo
IoT Context-aware mobile services - Jarno Malaprade - Tietotalo
 

En vedette

2011 mongo sf-schemadesign
2011 mongo sf-schemadesign2011 mongo sf-schemadesign
2011 mongo sf-schemadesignMongoDB
 
Setting up mongo replica set
Setting up mongo replica setSetting up mongo replica set
Setting up mongo replica setSudheer Kondla
 
MongoDb scalability and high availability with Replica-Set
MongoDb scalability and high availability with Replica-SetMongoDb scalability and high availability with Replica-Set
MongoDb scalability and high availability with Replica-SetVivek Parihar
 
High Availabiltity & Replica Sets with mongoDB
High Availabiltity & Replica Sets with mongoDBHigh Availabiltity & Replica Sets with mongoDB
High Availabiltity & Replica Sets with mongoDBGareth Davies
 
An Introduction To NoSQL & MongoDB
An Introduction To NoSQL & MongoDBAn Introduction To NoSQL & MongoDB
An Introduction To NoSQL & MongoDBLee Theobald
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDBMike Dirolf
 
Intro To MongoDB
Intro To MongoDBIntro To MongoDB
Intro To MongoDBAlex Sharp
 

En vedette (7)

2011 mongo sf-schemadesign
2011 mongo sf-schemadesign2011 mongo sf-schemadesign
2011 mongo sf-schemadesign
 
Setting up mongo replica set
Setting up mongo replica setSetting up mongo replica set
Setting up mongo replica set
 
MongoDb scalability and high availability with Replica-Set
MongoDb scalability and high availability with Replica-SetMongoDb scalability and high availability with Replica-Set
MongoDb scalability and high availability with Replica-Set
 
High Availabiltity & Replica Sets with mongoDB
High Availabiltity & Replica Sets with mongoDBHigh Availabiltity & Replica Sets with mongoDB
High Availabiltity & Replica Sets with mongoDB
 
An Introduction To NoSQL & MongoDB
An Introduction To NoSQL & MongoDBAn Introduction To NoSQL & MongoDB
An Introduction To NoSQL & MongoDB
 
Introduction to MongoDB
Introduction to MongoDBIntroduction to MongoDB
Introduction to MongoDB
 
Intro To MongoDB
Intro To MongoDBIntro To MongoDB
Intro To MongoDB
 

Similaire à Replica Sets

Arduino notebook v1-1
Arduino notebook v1-1Arduino notebook v1-1
Arduino notebook v1-1Anil Yadav
 
Blenderbookv01 2
Blenderbookv01 2Blenderbookv01 2
Blenderbookv01 2whiedhie
 
Blenderbookv01 2
Blenderbookv01 2Blenderbookv01 2
Blenderbookv01 2whiedhie
 
Blenderbookv01
Blenderbookv01Blenderbookv01
Blenderbookv01whiedhie
 
Blenderbookv01
Blenderbookv01Blenderbookv01
Blenderbookv01whiedhie
 
Succeeding in the Mobility Game
Succeeding in the Mobility GameSucceeding in the Mobility Game
Succeeding in the Mobility GameCRMreviews
 
Materializing Energy
Materializing EnergyMaterializing Energy
Materializing EnergyJames Pierce
 
Courdimanche demain... la suite ! Présentation du 17 octobre 2011
Courdimanche demain... la suite ! Présentation du 17 octobre 2011Courdimanche demain... la suite ! Présentation du 17 octobre 2011
Courdimanche demain... la suite ! Présentation du 17 octobre 2011courdimanche95
 
Consultoría y Formación Turismo y Hotelería
Consultoría y Formación Turismo y Hotelería Consultoría y Formación Turismo y Hotelería
Consultoría y Formación Turismo y Hotelería Formastur
 
Formagrupo - Consultoría y Formación Turística y Hotelera
Formagrupo - Consultoría y Formación Turística y HoteleraFormagrupo - Consultoría y Formación Turística y Hotelera
Formagrupo - Consultoría y Formación Turística y HoteleraJorge Vallina Crespo
 
Talk on ICT in Education
Talk on ICT in EducationTalk on ICT in Education
Talk on ICT in Educationtavicha
 
Laboratoire nomade 2015 mai
Laboratoire nomade 2015 maiLaboratoire nomade 2015 mai
Laboratoire nomade 2015 maiMarc Zammit
 
Rapid Team Performance Assessment
Rapid Team Performance AssessmentRapid Team Performance Assessment
Rapid Team Performance AssessmentRofty
 
Mazzeo's Sample Graphs from Internship Report
Mazzeo's Sample Graphs from Internship ReportMazzeo's Sample Graphs from Internship Report
Mazzeo's Sample Graphs from Internship ReportMichelle Mazzeo
 
Start-up: FanpageTrender.pl - pomiar działań marketingowych na Facebooku
Start-up: FanpageTrender.pl - pomiar działań marketingowych na FacebookuStart-up: FanpageTrender.pl - pomiar działań marketingowych na Facebooku
Start-up: FanpageTrender.pl - pomiar działań marketingowych na Facebookucendoo1
 

Similaire à Replica Sets (20)

Arduino notebook v1-1
Arduino notebook v1-1Arduino notebook v1-1
Arduino notebook v1-1
 
Mailings Sublevación de Abril
Mailings Sublevación de AbrilMailings Sublevación de Abril
Mailings Sublevación de Abril
 
Blenderbookv01 2
Blenderbookv01 2Blenderbookv01 2
Blenderbookv01 2
 
Blenderbookv01 2
Blenderbookv01 2Blenderbookv01 2
Blenderbookv01 2
 
Blenderbookv01
Blenderbookv01Blenderbookv01
Blenderbookv01
 
Blenderbookv01
Blenderbookv01Blenderbookv01
Blenderbookv01
 
Cores e Sensações no Varejo
Cores e Sensações no VarejoCores e Sensações no Varejo
Cores e Sensações no Varejo
 
Succeeding in the Mobility Game
Succeeding in the Mobility GameSucceeding in the Mobility Game
Succeeding in the Mobility Game
 
Csi Process Workshop February 2010
Csi Process Workshop   February 2010Csi Process Workshop   February 2010
Csi Process Workshop February 2010
 
Materializing Energy
Materializing EnergyMaterializing Energy
Materializing Energy
 
Courdimanche demain... la suite ! Présentation du 17 octobre 2011
Courdimanche demain... la suite ! Présentation du 17 octobre 2011Courdimanche demain... la suite ! Présentation du 17 octobre 2011
Courdimanche demain... la suite ! Présentation du 17 octobre 2011
 
Thai Alcoholic Beverages Regulations 2011
Thai Alcoholic Beverages Regulations 2011Thai Alcoholic Beverages Regulations 2011
Thai Alcoholic Beverages Regulations 2011
 
Ipad gump
Ipad gumpIpad gump
Ipad gump
 
Consultoría y Formación Turismo y Hotelería
Consultoría y Formación Turismo y Hotelería Consultoría y Formación Turismo y Hotelería
Consultoría y Formación Turismo y Hotelería
 
Formagrupo - Consultoría y Formación Turística y Hotelera
Formagrupo - Consultoría y Formación Turística y HoteleraFormagrupo - Consultoría y Formación Turística y Hotelera
Formagrupo - Consultoría y Formación Turística y Hotelera
 
Talk on ICT in Education
Talk on ICT in EducationTalk on ICT in Education
Talk on ICT in Education
 
Laboratoire nomade 2015 mai
Laboratoire nomade 2015 maiLaboratoire nomade 2015 mai
Laboratoire nomade 2015 mai
 
Rapid Team Performance Assessment
Rapid Team Performance AssessmentRapid Team Performance Assessment
Rapid Team Performance Assessment
 
Mazzeo's Sample Graphs from Internship Report
Mazzeo's Sample Graphs from Internship ReportMazzeo's Sample Graphs from Internship Report
Mazzeo's Sample Graphs from Internship Report
 
Start-up: FanpageTrender.pl - pomiar działań marketingowych na Facebooku
Start-up: FanpageTrender.pl - pomiar działań marketingowych na FacebookuStart-up: FanpageTrender.pl - pomiar działań marketingowych na Facebooku
Start-up: FanpageTrender.pl - pomiar działań marketingowych na Facebooku
 

Plus de MongoDB

MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB AtlasMongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB AtlasMongoDB
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!MongoDB
 
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...MongoDB
 
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDBMongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDBMongoDB
 
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...MongoDB
 
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series DataMongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series DataMongoDB
 
MongoDB SoCal 2020: MongoDB Atlas Jump Start
 MongoDB SoCal 2020: MongoDB Atlas Jump Start MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB SoCal 2020: MongoDB Atlas Jump StartMongoDB
 
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]MongoDB
 
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2MongoDB
 
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...MongoDB
 
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!MongoDB
 
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your MindsetMongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your MindsetMongoDB
 
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB .local San Francisco 2020: MongoDB Atlas JumpstartMongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB .local San Francisco 2020: MongoDB Atlas JumpstartMongoDB
 
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...MongoDB
 
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++MongoDB
 
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...MongoDB
 
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep DiveMongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep DiveMongoDB
 
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & GolangMongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & GolangMongoDB
 
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...MongoDB
 
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...MongoDB
 

Plus de MongoDB (20)

MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB AtlasMongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
 
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
 
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDBMongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
 
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
 
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series DataMongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
 
MongoDB SoCal 2020: MongoDB Atlas Jump Start
 MongoDB SoCal 2020: MongoDB Atlas Jump Start MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB SoCal 2020: MongoDB Atlas Jump Start
 
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
 
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
 
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
 
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
 
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your MindsetMongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
 
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB .local San Francisco 2020: MongoDB Atlas JumpstartMongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
 
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
 
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
 
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
 
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep DiveMongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
 
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & GolangMongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
 
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
 
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
 

Dernier

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 

Dernier (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 

Replica Sets