Thanks!
Thanks for attending my talk "One Extension, three Engines" at PHP NorthWest 2015 that I gave on October 3rd, 2015. 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 phphhvm-phpnw15.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 as always
Great talk - literally the only thing I'd like is to have a shorter "history of mongo(db) extension", and longer on the technical implementations, but that's my personal preference :)
good talk, felt complete and good to follow, sometimes a bit much text on slides but it was summarised verbally. distinguishing between platforms and versions was very useful, good to see the progress being made. thank you also for putting the slides online!
Great talk, looking forward to playing with the new extension - I liked the comparison examples , felt would benefit from a basic description of each new object
Great talk, seeing the comparison between the different engines gave a real insight into what it takes to support an extension like this. Perhaps a little less time spent on the history would have been good.
Good talk! Can't say anything bad. James say's that there was too much "history". However I really liked that it was covered from early days. Now I have complete picture of how things were at the beginning how they started to evolve and how you landed on the design you have now. Really cool!
This was interesting. A lot of talk about things I don't really know anything about; MongoDB, HHVM, PHP extensions. I'm not sure you really made it clear why you decided to make the HHVM extension totally separate from the PHP ones.