Thanks!
Thanks for attending my talk "MongoDB schema design" at PHP Benelux UG that I gave on March 28th, 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.
Slides
The talks slides can be downloaded at mongo-schema-bnl.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)
Great talk, interesting topic. Thanks for sharing
Great talk, lot of concrete examples and clear slides.
Good and informative talk, some real eye openers concerning schema design in mongoDb (especially the pagination trick). Derick can certainly bring his message over and has a fluent style of presenting his talks. Even though there were some moments he seemed to have lost track he always recovered quickly and continued with interesting facts and practical advice. Top!
Very interesting talk. Really learned what MongoDb is all about, together with its benefits and cons. Excellent talk!
Very interesting talk. Really learned what MongoDb is all about, together with its benefits and cons. Excellent talk!
It's frustrating to be on the end where EAV and 6NF have been discussed in detail, only to hear that MongoDB is the perfect solution for those use cases. :-) I've thoroughly enjoyed the talk and learned a lot, I liked to practical examples and pitfalls you mentioned and the general overview on MongoDB with extra slides on the scaling/sharding part. Very good presentation on a very interesting topic!
This talk gave me some interesting insights in MongoDB, filling some of the gaps I had. Great talk !