skip to main | skip to sidebar

Just a little Python

Blog about all things Python that intersect my work and hobbies

Tuesday, June 28, 2011

MongoDC: Rapid, Scalable Web Development with MongoDB, Ming, and Python

Here are the slides from my #mongodc talk for those interested....

Rapid, Scalable Web Development with MongoDB, Ming, and Python
View more presentations from Rick Copeland
Posted by Rick Copeland at 8:49 AM 0 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
View mobile version
Subscribe to: Posts (Atom)

Search

Useful Resources

Interested in practical MongoDB programming?




MongoDB Applied Design Patterns
is available now, both in ebook and dead-tree form. In it, you'll see how to use MongoDB effectively in fields from real-time analytics to content management systems and more. The examples are all in Python, so readers of this blog should have no problem picking it all up.


Want to learn MongoDB using Python?

I just released an 84-page ebook MongoDB with Python and Ming to help you get started. In it, I cover everything from installing MongoDB for the first time, basic pymongo usage, MongoDB aggregation including MapReduce and the new aggregation framework, and GridFS. You'll also learn about Ming, the object-document mapper we built at SourceForge to accelerate our development beyond what we could do with PyMongo.

Want more personalized training?

I'm available for customized onsite Python and MongoDB training classes. You can sign up here for more information on this and other classes I'll be offering in the future including online and public training.




Pages

  • Home
  • Ming Introduction

Rick's Resources

I'm collecting a list of products and services I've found useful in my work & leisure Python programming at Rick's Resources. If you're interested in that sort of thing, I'd love to have you check it out!

FeedBurner FeedCount

Email

View speakerfile profile

Labels

python (55) mongodb (25) programming (17) gevent (12) python programming (12) sqlalchemy (7) zarkov (6) zeromq (6) ming (5) macros (4) pymongo (4) socket.io (4) training (4) aggregation (3) flot (3) mapreduce (3) rickvertisement (3) lisp (2) metapython (2) sourceforge (2) 10gen (1) REST (1) ajax (1) book (1) cascade (1) cherrypy (1) compiler (1) datalog (1) decorator (1) descriptor (1) dynamic (1) gridfs (1) grok (1) hygiene (1) javascript (1) json (1) linux (1) posgresql (1) pycon (1) resources (1) review (1) travel (1) turbogears (1) web2py (1) websockets (1) wsgi (1) wxpython (1) wxwindows (1) zope (1)

Links

  • Rick's Resources
  • @rick446
  • Arborian Consulting LLC (my business)
  • My Lanyrd Profile

Blog Archive

  • ►  2013 (1)
    • ►  April (1)
  • ►  2012 (28)
    • ►  September (2)
    • ►  August (7)
    • ►  July (10)
    • ►  June (4)
    • ►  May (3)
    • ►  January (2)
  • ▼  2011 (17)
    • ►  December (1)
    • ►  October (1)
    • ►  August (2)
    • ►  July (6)
    • ▼  June (1)
      • MongoDC: Rapid, Scalable Web Development with Mong...
    • ►  May (1)
    • ►  March (2)
    • ►  February (3)
  • ►  2010 (1)
    • ►  March (1)
  • ►  2009 (6)
    • ►  December (1)
    • ►  May (1)
    • ►  April (2)
    • ►  March (2)
  • ►  2008 (11)
    • ►  August (4)
    • ►  July (3)
    • ►  June (1)
    • ►  March (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2007 (4)
    • ►  March (2)
    • ►  February (2)
  • ►  2006 (14)
    • ►  April (1)
    • ►  March (2)
    • ►  February (8)
    • ►  January (3)
  • ►  2005 (8)
    • ►  December (6)
    • ►  November (2)
 

Email

Popular Posts

  • MongoDB Pub/Sub with Capped Collections
    If you've been following this blog for any length of time, you know that my NoSQL database of choice is MongoDB. One thing that MongoDB...
  • Python Macros?
    I've been thinking a bit about macros and what use they might be in Python. Basically, I was contemplating writing an import hook that ...
  • MongoDB's Write Lock
    MongoDB, as some of you may know, has a process-wide write lock. This has caused some degree of ridicule from database purists when they dis...
  • Distributed Systems with ZeroMQ
    Departing a bit from my current series on gevent and Python, today I want to take a look at a different networking technology that's be...
  • Gevent, Threads, and Benchmarks
    In a previous post, I gave an introduction to gevent to show some of the benefits your application might get from using gevent greenlets ...