mirror of
https://github.com/php/presentations.git
synced 2026-03-23 23:22:22 +01:00
Add slide masters and new images for IPC13s.
This commit is contained in:
69
mongo-ipc13s.xml
Normal file
69
mongo-ipc13s.xml
Normal file
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<presentation css="10gen-strict.css">
|
||||
<topic>mongoDB</topic>
|
||||
<title>Introduction to MongoDB</title>
|
||||
<event>International PHP Conference</event>
|
||||
<location>Berlin, Germany</location>
|
||||
<date>June 3rd, 2013</date>
|
||||
<speaker>Derick Rethans</speaker>
|
||||
<email>derick@10gen.com</email>
|
||||
<twitter>derickr</twitter>
|
||||
<url>http://derickrethans.nl/talks.html</url>
|
||||
<joindin>https://joind.in/8759</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-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>
|
||||
|
||||
<slide>slides/mongodb/selling-points.xml</slide>
|
||||
<slide>slides/mongodb/resources.xml</slide>
|
||||
|
||||
</presentation>
|
||||
65
mongo-osm-ipc13s.xml
Normal file
65
mongo-osm-ipc13s.xml
Normal file
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<presentation css="10gen-strict.css">
|
||||
<topic>Maps</topic>
|
||||
<title>Storing A City, a Country or even a Planet in your DB</title>
|
||||
<event>IPC Spring</event>
|
||||
<location>Berlin, Germany</location>
|
||||
<date>June 3rd, 2013</date>
|
||||
<speaker>Derick Rethans</speaker>
|
||||
<email>derick@10gen.com</email>
|
||||
<twitter>derickr</twitter>
|
||||
<joindin>https://joind.in/8763</joindin>
|
||||
|
||||
<slide>slides/map/title.xml</slide>
|
||||
|
||||
<slide>slides/mongodb/store-city-agenda.xml</slide>
|
||||
<!--
|
||||
In this talk I will be explaining the strong points of OpenStreetMap and why
|
||||
using GoogleMaps for your websites is generally a bad idea. Contrary to popular
|
||||
belief, GoogleMaps isn't as amazing as it looks and they are a lot more evil
|
||||
than they look. OpenStreetMap's data is also easily accessible for use in PHP
|
||||
applications and the generated tiles can easily be embedded into a Web 2.0
|
||||
application. Its open nature is a welcome and powerful geo database that can be
|
||||
added to and used in whatever way imaginary.
|
||||
-->
|
||||
|
||||
<!--
|
||||
What is X?
|
||||
-->
|
||||
<slide>slides/map/store-data-section.xml</slide>
|
||||
<slide>slides/map/osm-what.xml</slide>
|
||||
|
||||
<slide>slides/map/osm-data.xml</slide>
|
||||
|
||||
<slide>slides/map/osm-tags1.xml</slide>
|
||||
<slide>slides/map/osm-tags2.xml</slide>
|
||||
<slide>slides/map/osm-tags3.xml</slide>
|
||||
<slide>slides/map/osm-tags4.xml</slide>
|
||||
|
||||
<slide>slides/map/osm-xapi.xml</slide>
|
||||
|
||||
|
||||
<slide>slides/mongodb/osm-import-mongo-section.xml</slide>
|
||||
<slide>slides/mongodb/osm-to-mongo-data.xml</slide>
|
||||
<slide>slides/mongodb/osm-to-mongo-data2.xml</slide>
|
||||
<slide>slides/mongodb/osm-to-mongo-data3.xml</slide>
|
||||
<slide>slides/mongodb/osm-to-mongo-data4.xml</slide>
|
||||
|
||||
<slide>slides/mongodb/osm-import-4times-section.xml</slide>
|
||||
<slide>slides/mongodb/osm-schema1.xml</slide>
|
||||
<slide>slides/mongodb/osm-schema2.xml</slide>
|
||||
<slide>slides/mongodb/osm-schema4.xml</slide>
|
||||
<slide>slides/mongodb/osm-schema3.xml</slide>
|
||||
<slide>slides/mongodb/osm-schema-summary.xml</slide>
|
||||
|
||||
<slide>slides/mongodb/osm-import-script-section.xml</slide>
|
||||
<slide>slides/map/finding-food-import-mongo2.xml</slide>
|
||||
<slide>slides/map/import-script2.xml</slide>
|
||||
|
||||
<slide>slides/map/finding-food-take2.xml</slide>
|
||||
|
||||
<slide>slides/map/mongo-country.xml</slide>
|
||||
|
||||
<slide>slides/mongodb/resources.xml</slide>
|
||||
|
||||
</presentation>
|
||||
BIN
slides/mongodb/brondesbury.jpg
Normal file
BIN
slides/mongodb/brondesbury.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
BIN
slides/mongodb/tcs.jpg
Normal file
BIN
slides/mongodb/tcs.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 111 KiB |
Reference in New Issue
Block a user