Excited? Share it!
MongoDB Community Resources
Meghan Gill
Meghan Gill leads the marketing efforts at 10gen, and supports the open source community around MongoDB. She organizes developer events to educate and grow the MongoDB community, including conferences, user groups, contests, training, webcasts, and m
Scaling with MongoDB
Eliot Horowitz
Eliot Horowitz is the CTO and a Co-Founder of 10gen, the company that sponsors the open source MongoDB project.
Open Q&A with Eliot Horowitz
Eliot Horowitz
Eliot Horowitz is the CTO and a Co-Founder of 10gen, the company that sponsors the open source MongoDB project.
Welcome to MongoUK
Eliot Horowitz
Eliot Horowitz is the CTO and a Co-Founder of 10gen, the company that sponsors the open source MongoDB project.
MongoDB Project Roadmap
Eliot Horowitz
Eliot Horowitz is the CTO and a Co-Founder of 10gen, the company that sponsors the open source MongoDB project.
Morphia: MongoDB for Java Developers
Philipp Krenn
Philipp lives to demo interesting technology. Having worked as a web, infrastructure, and database engineer for over ten years, Philipp is now working as a developer advocate at Elastic — the company behind the Elastic Stack consisting of Elasticsearch, Kibana, Beats, and Logstash. Based in Vienna, Austria, he is constantly traveling Europe and beyond to speak and discuss open source software, search, databases, infrastructure, and security.
Monitoring MongoDB
David Mytton
David Mytton, founder of Server Density, has been a PHP/Python programmer for 10 years. His code and server infrastructure now processes in excess of 1bn documents (10TB data) each month, using MongoDB extensively for the primary data store deployed
Building Your 1st MongoDB Application
Nosh Petigara
Nosh Petigara is director of Product Strategy at 10gen, the company that sponsors and provides commercial support for the open source project MongoDB.
Deployment Strategies
Nosh Petigara
Nosh Petigara is director of Product Strategy at 10gen, the company that sponsors and provides commercial support for the open source project MongoDB.
Geo & capped collections with MongoDB - use cases & performance in the real world
Russell Smith
Russell is a PHPconsultancy, PHP web development and supports web applications and ecommerce sites around the world. He is a co-organiser of the MongoDB User Group.
Project Phoenix
Ashok Subramanian
Ashok is has been principal consultant of Thoughtworks for over 10 years. His extensive skill-set extends from Spring and .Net to Scrum and Agile Methodologies.
-
Mastering the MongoDB Shell
Featuring Richard Kreuter
This advanced talk, Richard Kreuter, Software Engineer at 10gen will talk about the many operations that can be performed with MongoDB through a command-line interface. We'll cover basic CRUD operations, database commands, scripting with JavaScript, and ways to get help on the fly. By the end...
mongodb mongodb-shell -
Building Your 1st MongoDB Application
Featuring Nosh Petigara
In this talk, Nosh Petigara, Director of Product Strategy at 10gen, will give an introduction to the open source, document-oriented database and its features.
mongodb nosql -
Mastering the MongoDB Shell - Part II
Featuring Richard Kreuter
Richard Kreuter will talk about Mastering the MongoDB Shell - Part II
mongodb-shell nosql mongodb -
MongoDB Community Resources
Featuring Meghan Gill
Meghan Gill, Community Manager at 10Gen, will speak on Community Resources
mongodb nosql -
Schema Design: Data as Documents
Featuring Richard Kreuter
In this talk on Schema Design and Data as Documents, Richard Kreuter, (Software Engineer at 10gen), will discuss one of the challenges that comes with moving to MongoDB: figuring how to best model your data. Richard will explain how the simple fact that documents can represent rich, schema-free...
schema-design mongodb nosql -
MongoDB at the Guardian
Featuring Graham Tackley
In this talk Graham Tackley will discuss the process that led to the choice of MongoDB as a key technology for the future of guardian.co.uk. He will focus on aspects of MongoDB that have allowed The Guardian to sucessfuly reduce complexity in their code & systems architecture while at the...
mongodb nosql -
Geo & capped collections with MongoDB - use cases & performance in the real world
Featuring Russell Smith
You've probably heard a lot about Geo and capped collections - in this talk I'll run you through use cases for two separate projects using each, and explain why MongoDB was the our choice
geo mongodb nosql -
Indexing and Query Optimizer
Featuring Richard Kreuter
We all know that MongoDB is one of the most flexible and feature-rich databases available. In this session we'll discuss how you can leverage this feature set and maintain high performance with your project's massive data sets and high loads. We'll cover how indexes can be designed to...
mongodb nosql -
Bikesheds made of BSON and ZMQ
Featuring Geoff Watts
I'll run through our zmq/bson based MQ system, including some live code
bson mq mongodb nosql -
Administration
Featuring Mathias Stearn
This talk centers around the responsibilities of anyone administering MongoDB: security, server status, replication, and backups are all covered in detail. We'll describe how to integrate with monitoring services, discuss the output of various important diagnostic command, provide hardware...
mongodb nosql operations administration -
Open Q&A with Eliot Horowitz
Featuring Eliot Horowitz
An open white board session with one of the key architects of MongoDB.
mongodb -
2
Project Phoenix
Featuring Ashok Subramanian and Stephen Rose
Phoenix is a flexible and powerful platform for analysis, primarily aimed at time-series data, such physiological signals, location information, or the weather. The platform is designed to allow custom algorithms to be used to pre-process, combine, and derive insight from time-series data. This...
phoenix mongodb -
Morphia: MongoDB for Java Developers
Featuring Philipp Krenn
While NoSQL in general and MongoDB in specific are gaining massive popularity in dynamic programming languages, many Java developers are rather conservative. They are often too accustomed to their approaches and tools, for example JPA to access relational databases. Morphia is successfully...
-
Scaling with MongoDB
Featuring Eliot Horowitz
For applications that outgrow the resources of a single database server, MongoDB can convert to a sharded cluster, automatically managing failover and balancing of nodes, with few or no changes to the original application code. This talk discusses when to shard and continues on to describe...
mongodb nosql sharding scaling -
-
Deployment Strategies
Featuring Nosh Petigara
Now that you have developed your application, it is time to deploy it into production. In this session we examine the tradeoffs of some of the standard deployment configurations. We'll highlight how to scale for read/write and maximum availability.
mongodb nosql -
Monitoring MongoDB
Featuring David Mytton
What you need to keep tabs on to make sure your MongoDB cluster stays running healthily. At Boxed Ice, David uses MongoDB to handle billions of database documents.
mongodb nosql -