Thanks!
Thanks for attending my talk "PHP and MongoDB" at PHP London that I gave on February 25th, 2012. Here you can find some extra information about the talk if they are available. For this talk we have:
Questions?
If you have any questions about the talk, feel free to contact me. My details are on the contact page.
Video/Audio
There is a recording of this talk available at https://www.youtube.com/watch?v=lHo3zB88qXU
Slides
The talks slides can be downloaded at mongo-london12.pdf
Resources
- Atomic Operations: http://www.mongodb.org/display/DOCS/Atomic+Operations
- BSON Spec: http://bsonspec.org/
- Disambiguating ACID and CAP: https://voltdb.com/blog/disambiguating-acid-and-cap
- Download MongoDB: http://www.mongodb.org/downloads
- Explain output explained: https://docs.mongodb.com/manual/reference/explain-results/
- Google S2 Internals: https://docs.google.com/presentation/d/1Hl4KapfAENAOf4gv-pSngKwvS_jwNVHRPZTTDzXXn6Q/view#slide=id.i0
- Indexing Freeform-Tagged Data: http://drck.me/freetagidx-9gm
- MongoDB Cursors with PHP: http://drck.me/mongocur-9f8
- MongoDB PHP driver documentation: https://php.net/mongodb
- MongoDB PHP library documentation: https://docs.mongodb.com/php-library/
- MongoDB Presentation: How to Write Resilient MongoDB Applications: https://emptysqua.re/blog/how-to-write-resilient-mongodb-applications/
- MongoDB Presentation: Itβs 10pm: Do You Know Where Your Writes Are? β Jeremy Mikola: https://speakerdeck.com/jmikola/its-10pm-do-you-know-where-your-writes-are
- MongoDB documentation: Retryable Writes: https://docs.mongodb.com/manual/core/retryable-writes/
- MongoDB documentation: Transactions: https://docs.mongodb.com/manual/core/transactions/
- MongoDB driver specifications: https://github.com/mongodb/specifications
- MongoDB geohashes: http://www.kchodorow.com/blog/2011/06/08/mongo-in-flatland/
- OpenSSL master key interceptor: https://git.lekensteyn.nl/peter/wireshark-notes/tree/src/sslkeylog.c
- Single machine replicaset tutorial: http://www.mongodb.org/display/DOCS/Replica+Set+Tutorial
Comments (through joind.in)
Good talk on mongo today. got ideas wherre to use it just by listening
Interesting subject and presented well. I'll. Have to have a play
Interesting topic but considering it's still a bit new thing for a lot of us, I was expecting more of usage cases where the model would excel rather than a manual how to use it. But regardless - worth attending and I will definitely have a go. Thanks.
Always enjoy Derick's code heavy talks. Very practical introduction to the subject. Only criticism would be that the talk felt like it needed more structure, i.e. it felt like the talk almost just stopped rather than reaching a conclusion. Good discussion at the end though and I'm definitely going to be investigating more.
The introduction to Mongo I wanted. Great job.
Really good introduction to mongo. Made me want to use it everywhere I can!
Very interesting, and plenty of examples. Having used Mongo via an ORM for the best part of a year, I ended up taking away a few interesting tips from this. Makes you realise how much the ORM abstracts away, and how you need to know the technology under the hood really before using one. Thanks!