mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
88 lines
2.9 KiB
XML
88 lines
2.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<presentation css="10gen-strict.css">
|
|
<topic>MongoDB</topic>
|
|
<title>Introduction to MongoDB</title>
|
|
<event>ZendCon Europe 2013</event>
|
|
<location>Paris, France</location>
|
|
<date>November 20th, 2013</date>
|
|
<speaker>Derick Rethans</speaker>
|
|
<email>derick@mongodb.com</email>
|
|
<twitter>derickr</twitter>
|
|
<url>http://derickrethans.nl/talks.html</url>
|
|
<joindin>https://joind.in/9272</joindin>
|
|
<slide>slides/mongodb/title.xml</slide>
|
|
<slide>slides/mongodb/databasefield.xml</slide>
|
|
<slide>slides/mongodb/me.xml</slide>
|
|
|
|
<slide>slides/mongodb/section-intro.xml</slide>
|
|
<slide>slides/mongodb/collections-documents.xml</slide>
|
|
<slide>slides/mongodb/document.xml</slide>
|
|
<slide>slides/mongodb/connecting.xml</slide>
|
|
<slide>slides/mongodb/insert.xml</slide>
|
|
|
|
<slide>slides/mongodb/query.xml</slide>
|
|
<slide>slides/mongodb/query2.xml</slide>
|
|
- findOne
|
|
- find
|
|
|
|
<slide>slides/mongodb/cursors.xml</slide>
|
|
- cursor
|
|
<slide>slides/mongodb/limit-skip.xml</slide>
|
|
|
|
Common Patterns
|
|
|
|
- RDBMS-normalisation.
|
|
<slide>slides/mongodb/section-schema-design.xml</slide>
|
|
|
|
<slide>slides/mongodb/blog.xml</slide>
|
|
<slide>slides/mongodb/blog2.xml</slide>
|
|
|
|
<slide>slides/mongodb/considerations.xml</slide>
|
|
|
|
**OSMify**
|
|
<slide>slides/mongodb/inherit-rdbms.xml</slide>
|
|
<slide>slides/mongodb/inherit-mongo.xml</slide>
|
|
|
|
<slide>slides/mongodb/osm-to-mongo-data.xml</slide>
|
|
<slide>slides/mongodb/osm-to-mongo-data2.xml</slide>
|
|
|
|
<slide>slides/mongodb/one-to-many2.xml</slide>
|
|
<slide>slides/mongodb/one-to-many4.xml</slide>
|
|
|
|
<slide>slides/mongodb/embed-vs-link.xml</slide>
|
|
|
|
<slide>slides/mongodb/commands-aggregation.xml</slide>
|
|
<slide>slides/mongodb/aggregation-example-cuisine.xml</slide>
|
|
<slide>slides/mongodb/aggregation-example-cuisine1-match.xml</slide>
|
|
<slide>slides/mongodb/aggregation-example-cuisine2-unwind.xml</slide>
|
|
<slide>slides/mongodb/aggregation-example-cuisine3-match.xml</slide>
|
|
<slide>slides/mongodb/aggregation-example-cuisine4-group.xml</slide>
|
|
<slide>slides/mongodb/aggregation-example-cuisine5-group-with-sum.xml</slide>
|
|
<slide>slides/mongodb/aggregation-example-cuisine6-sort.xml</slide>
|
|
|
|
<slide>slides/mongodb/section-indexes.xml</slide>
|
|
<slide>slides/mongodb/osm-to-mongo-data3.xml</slide>
|
|
<slide>slides/mongodb/osm-to-mongo-data4.xml</slide>
|
|
<slide>slides/mongodb/idx-create-php.xml</slide>
|
|
|
|
<slide>slides/mongodb/idx-recap1.xml</slide>
|
|
<slide>slides/mongodb/idx-recap2.xml</slide>
|
|
|
|
<!-- REPLICATION -->
|
|
<slide>slides/mongodb/section-replication.xml</slide>
|
|
<slide>slides/mongodb/repl-use-cases.xml</slide>
|
|
<slide>slides/mongodb/repl-features.xml</slide>
|
|
<slide>slides/mongodb/repl-works-basic.xml</slide>
|
|
<slide>slides/mongodb/repl-works-normal.xml</slide>
|
|
<slide>slides/mongodb/repl-works-failover.xml</slide>
|
|
<slide>slides/mongodb/repl-oplog.xml</slide>
|
|
|
|
<slide>slides/mongodb/replication-setup.xml</slide>
|
|
|
|
<slide>slides/mongodb/repl-eventual-consistency.xml</slide>
|
|
|
|
<slide>slides/mongodb/selling-points.xml</slide>
|
|
<slide>slides/mongodb/resources.xml</slide>
|
|
|
|
</presentation>
|