Dropping ACID with MongoDB

Organiser
The San Francisco MySQL Meetup Group
Date
Tue, 13 Apr 2010, 01:30 - 03:30 (Add to calendar) GMT
Venue
(Exact location not available) , San Francisco, US
Cost
Free

MongoDB (from "humongous") is a high-performance, open source, schema-free document-oriented database. Trading off a few traditional features of databases (notably joins and transactions) in order to achieve much better performance, MongoDB is fast, scalable, and designed for web development. This talk will cover:


  • Scaling with MongoDB (replica pairs, master/slave, sharding)
  • Getting started - CRUD and the JavaScript shell
  • Creating schemas for a document-oriented DB
  • Interesting features for developers (capped collections, file storage, upserts and more)


Mongo occupies a sweet spot for powering web apps, and is in use at SourceForge, Justin.tv, Github, the New York Times, The Business Insider, and many other companies.

Presenter Bio - Kristina Chodorow
Kristina Chodorow is a software engineer at 10gen, the company that provides commercial support and training for MongoDB. She maintains the MongoDB Perl and PHP drivers and gives talks at conferences and meetups around the world.




Agenda:
6:30 - 7:00 -- Doors open/general socializing & food provided by Percona
7:00 - 7:15 -- Intro/announcements
7:15 - 8:00(ish) -- Main presentation by Kristina Chodorow
8:00 - 9:00 -- Main presentation Q&A
9:00 - 10:00 -- General discussion/Q&A/networking/etc.
10:00ish -- post-event socializing... aka beers someplace nearby

You might also like...

Comments

Other nearby events

Map

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Every language has an optimization operator. In C++ that operator is ‘//’”