SlideShare a Scribd company logo
Accra MongoDB User Group
Meeting held on 10th November 2012
Presented by Yusuf Hamza(Founder and Co-Organizer)
What is MongoDB?

- Database Management System

-Open Source

-Document Oriented

-Schema less

-Scalability

-Agility

-Rich Text Query
A Brief on 10gen

Founders
-Dwight Merriman: former DoubleClick Founder and CTO

-Eliot Horowitz: former DoubleClick engineer and ShopWiki Founder and
CTO

Dwight + Eliot =experiences building large scale, high availability, robust
systems.

Management

-Dwight Merriman, CEO & Co-Founder
Twitter: http://twitter.com/dmerr blog: http://dmerr.tumblr.com/

-Max Schireson, President
Twitter: http://twitter.com/mschireson blog: http://maxmschireson.com/

Eliot Horowitz, CTO & Co-Founder
Twitter: http://twitter.com/elliothorowitz blog: http://elliothorowitz.com/
Offices

-New York City (New York)

-Palo Alto (Carlifornia)

-Reston (Virginia)

-London(Great Britain)

-Dublin(Ireland)

-Barcelona(Spain)

-Sydney( Australia)
Investors

-Flybridge Capital Partners: www.flybridge.com

-Sequoia Capital: http://www.sequoiacap.com/us/technology

-Union Square Ventures: http:// www.usv.com/

-New Enterprise Associate, Inc. (NEA): http:// www.nea.com/


Customer Portofolio : USA
-Buddy Media                 -Prizee                -Wordnik
-Cisco                         -Rangespan            - Zuberance

-Craiglist                      -Server Density
-CustomLink                    -Shopcade
-Disney                        -Shurterfly
-Forbes                        -Smartling
-Foursquare                   -Sruq
-Intuit                       - The Guardian
-Mtv Networks                -Tracckr
Why Join MongoDB User Group?

-Stimulate your intelligence

-Job Trends

-New way of dealing with Data

-Meet the demands of the future

- Learn and Share ideas in a relaxed and free session

- Get solutions to your database problems

- Collaborate to undertake new projects

- Any issue worth pursuing.
Cloud and Hosting Partners:

-Amazon Web Services

-Engine Yard

-Joyent

-Windows Azure

-MongoHQ

-MongoLab

-Rackspace Hosting

-RedHat

-VMWare

- Enovance
Use Cases:

- Operational Intelligence

- Content Management

- Product Data Management

- High Volume Data Feeds

- User Profile Management

- Hadoop.
Basic MongoDB Operations
    Queries and what they
    match
  • http://www.10gen.com/static/downloads/mongodb_qrc_queries
    .pdf
       MongoDB Commands

    • http://www.10gen.com/static/downloads/mongodb_qrc_commands.pd
      f
The rise of NoSQL and why MongoDB   is leading the pack.




  Credit:Matthew Asslet
Credit: Mathew Asslet




MongoDB accounts for 43% of all mention of NoSQL technologies in
linked in Profiles.
MongoDB 2.2. what’s new?


   Concurrency

    • DB level Locking
        -Replication not impeded by other operations
         -Can be spited into Dbs

    • Yielding with Disk Acess
        - Finish making sure no disk acess in a lock
        - can measure globally and per db if it happens
        - Can measure faults per db
Aggregation Framework




Map Reduce = complicated (javascrip codes) and not too awesome

MongoDB 2.2 Proves a simpler and more awesome approach
 e.g Simple JSON Aggegation
     db.post.aggregate(
     { $unwind : “$tags” ,
     { $group : { id : “$tags” ,
                  total : { $sum : 1 } } } )
TTL Collections

 • Currently works with dates

 • Db.sessions.ensureindex({ lastupdated : 1 } ,
   { expiresAfterSeconds :
 86400 } ) ;

 • Background Job deleting entries

 • Storage engines configured for no fragmentation
Fragmentation

Reasons why it’s a problem

  Storage engine free list stored by a power of 2

   - Non heterogeneous sized data can fragment

    -Always allocate power of 2

    - db.carts.runCommand(

     - “collmod” ,

   -{ usePowerOf2sizes : true } )

  Benefit: Consistency in performance

  Setback: Unused disk spaces(Expensive)
Data Center Awareness
• Tagging for sharding
• Can tag shard –A, B,C
• Can define tag ranges
  - 0 -100 > A
  - 100-200 > B
  - ……

Use Cases
• Geo Collocating Data

• Isolating Collections/data to specific shards/regions/types

• Non heterogeneous hardware

• Multi tenancy
A simple Applicationsusing MongoDB




     Developing an application to find nearby restaurant serving
     ‘Fufu ‘Using MongoDB as datasore.

     “Fufu” is a favorite delicacy in Ghana
• Geolocation Primer: Mehods to determine location

• Detecting the location of a web visitor: The W3C geolocation API

• Browsers support for the API

• The Geolocation object: getCurrentPosition() method

• Drawing map using the Google Maps API

• Geospational Indexes: creating geospatial indexe

• Performing location queries:finding restaurants near you using
  geoNear()
Command and bounded queries

• Geospatial Haystack Indexing: finding restaurants near you serving
  “fufu”
Free online courses from 10gen Education

   10gen Education

   • An online learning platform run by 10gen (the MongoDB company)
     available to anyone in the world with an internet connection.

   • free courses will teach you how to develop for and administer
     MongoDB quickly and efficiently.

   • Frequent assessments help you verify your understanding, and at the
     end of a course, you'll receive a certificate of completion from 10gen.

   • You'll also become a member of 10gen's community of cutting-edge
     NoSQL technologists.

   • Over time, 10gen will be adding classes on schema design, advanced
     scaling and replication, and other topics, so check back often!

   • 10gen's education platform was developed under a collaboration with
     edX, the not-for-profit consortium between MIT, Harvard and Berkeley.
Courses
Accra MongoDB User Group
For your information

On 5th August 2012                 Red Planet(Mars)

                          +   on
Thank You Very Much


Join us on   http://www.facebook.com/AccraMongodbUserGroup?
             ref=hl
             http://www.meetup.com/Accra-MongoDB-UG/

             @AccraMongoDB
Ad

Recommended

PPT
Introduction to MongoDB
Ravi Teja
 
DOCX
Mongo db report
Hyphen Call
 
PPTX
MongoDB presentation
Hyphen Call
 
PDF
Introduction to mongo db
Rohit Bishnoi
 
ODP
Introduction to MongoDB
Dineesha Suraweera
 
PDF
An introduction to MongoDB
César Trigo
 
PPTX
MongoDB introduction
Edward Yoon
 
PDF
Mongodb tutorial at Easylearning Guru
KCC Software Ltd. & Easylearning.guru
 
PPTX
Mongo DB
Karan Kukreja
 
PDF
U C2007 My S Q L Performance Cookbook
guestae36d0
 
PPTX
Mongo db workshop # 02
FarhatParveen10
 
PPTX
Introduction to MongoDB
MongoDB
 
PDF
10 mongo db
Ahmed Elbassel
 
PDF
MongoDB Administration 101
MongoDB
 
PPTX
Introducción a NoSQL
MongoDB
 
PPT
Introduction to mongoDB
Cuelogic Technologies Pvt. Ltd.
 
PPTX
MongoDB + Spring
Norberto Leite
 
PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
PPTX
Introduction to mongo db
NexThoughts Technologies
 
PPTX
Why MongoDB over other Databases - Habilelabs
HabileLabs
 
KEY
Mongo Seattle - The Business of MongoDB
Justin Smestad
 
PDF
MongoDB World 2016: Poster Sessions eBook
MongoDB
 
PDF
Intro Couchdb
selvamanisampath
 
PDF
Repository As A Service (RaaS) at ICPSR
Harshakumar Ummerpillai
 
PPTX
Eagle6 Enterprise Situational Awareness
MongoDB
 
PPT
Introduction to MongoDB (Webinar Jan 2011)
MongoDB
 
PPTX
Python and MongoDB as a Market Data Platform by James Blackburn
PyData
 
PPTX
Mongodb introduction and_internal(simple)
Kai Zhao
 
PPTX
Building your first java application with MongoDB
MongoDB
 
KEY
Discover MongoDB - Israel
Michael Fiedler
 

More Related Content

What's hot (20)

PPTX
Mongo DB
Karan Kukreja
 
PDF
U C2007 My S Q L Performance Cookbook
guestae36d0
 
PPTX
Mongo db workshop # 02
FarhatParveen10
 
PPTX
Introduction to MongoDB
MongoDB
 
PDF
10 mongo db
Ahmed Elbassel
 
PDF
MongoDB Administration 101
MongoDB
 
PPTX
Introducción a NoSQL
MongoDB
 
PPT
Introduction to mongoDB
Cuelogic Technologies Pvt. Ltd.
 
PPTX
MongoDB + Spring
Norberto Leite
 
PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
PPTX
Introduction to mongo db
NexThoughts Technologies
 
PPTX
Why MongoDB over other Databases - Habilelabs
HabileLabs
 
KEY
Mongo Seattle - The Business of MongoDB
Justin Smestad
 
PDF
MongoDB World 2016: Poster Sessions eBook
MongoDB
 
PDF
Intro Couchdb
selvamanisampath
 
PDF
Repository As A Service (RaaS) at ICPSR
Harshakumar Ummerpillai
 
PPTX
Eagle6 Enterprise Situational Awareness
MongoDB
 
PPT
Introduction to MongoDB (Webinar Jan 2011)
MongoDB
 
PPTX
Python and MongoDB as a Market Data Platform by James Blackburn
PyData
 
PPTX
Mongodb introduction and_internal(simple)
Kai Zhao
 
Mongo DB
Karan Kukreja
 
U C2007 My S Q L Performance Cookbook
guestae36d0
 
Mongo db workshop # 02
FarhatParveen10
 
Introduction to MongoDB
MongoDB
 
10 mongo db
Ahmed Elbassel
 
MongoDB Administration 101
MongoDB
 
Introducción a NoSQL
MongoDB
 
Introduction to mongoDB
Cuelogic Technologies Pvt. Ltd.
 
MongoDB + Spring
Norberto Leite
 
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
Introduction to mongo db
NexThoughts Technologies
 
Why MongoDB over other Databases - Habilelabs
HabileLabs
 
Mongo Seattle - The Business of MongoDB
Justin Smestad
 
MongoDB World 2016: Poster Sessions eBook
MongoDB
 
Intro Couchdb
selvamanisampath
 
Repository As A Service (RaaS) at ICPSR
Harshakumar Ummerpillai
 
Eagle6 Enterprise Situational Awareness
MongoDB
 
Introduction to MongoDB (Webinar Jan 2011)
MongoDB
 
Python and MongoDB as a Market Data Platform by James Blackburn
PyData
 
Mongodb introduction and_internal(simple)
Kai Zhao
 

Viewers also liked (9)

PPTX
Building your first java application with MongoDB
MongoDB
 
KEY
Discover MongoDB - Israel
Michael Fiedler
 
PPTX
Indexing and Query Optimisation
MongoDB
 
PPT
Giftivo mongodb
MongoDB
 
PPT
A Morning with MongoDB - Helsinki
MongoDB
 
PPTX
Webinar: Replication and Replica Sets
MongoDB
 
PPTX
MongoDB Roadmap
MongoDB
 
PPTX
Webinar: Schema Design
MongoDB
 
PPTX
Branf final bringing mongodb into your organization - mongo db-boston2012
MongoDB
 
Building your first java application with MongoDB
MongoDB
 
Discover MongoDB - Israel
Michael Fiedler
 
Indexing and Query Optimisation
MongoDB
 
Giftivo mongodb
MongoDB
 
A Morning with MongoDB - Helsinki
MongoDB
 
Webinar: Replication and Replica Sets
MongoDB
 
MongoDB Roadmap
MongoDB
 
Webinar: Schema Design
MongoDB
 
Branf final bringing mongodb into your organization - mongo db-boston2012
MongoDB
 
Ad

Similar to Accra MongoDB User Group (20)

PDF
10gen MongoDB Video Presentation at WebGeek DevCup
WebGeek Philippines
 
PDF
Quick overview of MongoDB
Bradley Whittington
 
PPTX
Welcome to MongoDB Tokyo 2012
MongoDB
 
PDF
MongoDB.pdf
KuldeepKumar778733
 
PPTX
Intro to mongodb mongouk jun2010
Skills Matter
 
PDF
Building Apps with MongoDB
Nate Abele
 
PDF
OSDC 2012 | Building a first application on MongoDB by Ross Lawley
NETWAYS
 
PPTX
An Evening with MongoDB Detroit 2013
MongoDB
 
PPTX
MongoDB Partner Program Update - November 2013
MongoDB
 
PDF
Introduction to MongoDB
Mike Dirolf
 
PPTX
MongoDB Evenings Minneapolis: MongoDB is Cool But When Should I Use It?
MongoDB
 
KEY
Mongodb intro
christkv
 
PDF
Mongo bbmw
TechMeetups
 
PPTX
Mongo db intro.pptx
JWORKS powered by Ordina
 
PPTX
Business Jumpstart: The Right (and Wrong) Use Cases for MongoDB
MongoDB
 
PPTX
Webinar: General Technical Overview of MongoDB for Dev Teams
MongoDB
 
PDF
Building Your First MongoDB Application
Tugdual Grall
 
PPTX
How to learn MongoDB for beginner's
surajkumartpoint
 
PDF
Mongo db 3.4 Overview
Norberto Leite
 
KEY
Seedhack MongoDB 2011
Rainforest QA
 
10gen MongoDB Video Presentation at WebGeek DevCup
WebGeek Philippines
 
Quick overview of MongoDB
Bradley Whittington
 
Welcome to MongoDB Tokyo 2012
MongoDB
 
MongoDB.pdf
KuldeepKumar778733
 
Intro to mongodb mongouk jun2010
Skills Matter
 
Building Apps with MongoDB
Nate Abele
 
OSDC 2012 | Building a first application on MongoDB by Ross Lawley
NETWAYS
 
An Evening with MongoDB Detroit 2013
MongoDB
 
MongoDB Partner Program Update - November 2013
MongoDB
 
Introduction to MongoDB
Mike Dirolf
 
MongoDB Evenings Minneapolis: MongoDB is Cool But When Should I Use It?
MongoDB
 
Mongodb intro
christkv
 
Mongo bbmw
TechMeetups
 
Mongo db intro.pptx
JWORKS powered by Ordina
 
Business Jumpstart: The Right (and Wrong) Use Cases for MongoDB
MongoDB
 
Webinar: General Technical Overview of MongoDB for Dev Teams
MongoDB
 
Building Your First MongoDB Application
Tugdual Grall
 
How to learn MongoDB for beginner's
surajkumartpoint
 
Mongo db 3.4 Overview
Norberto Leite
 
Seedhack MongoDB 2011
Rainforest QA
 
Ad

More from MongoDB (20)

PDF
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
PDF
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB
 
PDF
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB
 
PDF
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB
 
PDF
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB
 
PDF
MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
PDF
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB
 
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB
 
PDF
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB
 
PDF
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB
 
PDF
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB
 
PDF
MongoDB .local Paris 2020: Les bonnes pratiques pour sécuriser MongoDB
MongoDB
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB
 
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB
 
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB
 
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB
 
MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB
 
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB
 
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB
 
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB
 
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB
 
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB
 
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB
 
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB
 
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB
 
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB
 
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB
 
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB
 
MongoDB .local Paris 2020: Les bonnes pratiques pour sécuriser MongoDB
MongoDB
 

Accra MongoDB User Group

  • 1. Accra MongoDB User Group Meeting held on 10th November 2012 Presented by Yusuf Hamza(Founder and Co-Organizer)
  • 2. What is MongoDB? - Database Management System -Open Source -Document Oriented -Schema less -Scalability -Agility -Rich Text Query
  • 3. A Brief on 10gen Founders -Dwight Merriman: former DoubleClick Founder and CTO -Eliot Horowitz: former DoubleClick engineer and ShopWiki Founder and CTO Dwight + Eliot =experiences building large scale, high availability, robust systems. Management -Dwight Merriman, CEO & Co-Founder Twitter: http://twitter.com/dmerr blog: http://dmerr.tumblr.com/ -Max Schireson, President Twitter: http://twitter.com/mschireson blog: http://maxmschireson.com/ Eliot Horowitz, CTO & Co-Founder Twitter: http://twitter.com/elliothorowitz blog: http://elliothorowitz.com/
  • 4. Offices -New York City (New York) -Palo Alto (Carlifornia) -Reston (Virginia) -London(Great Britain) -Dublin(Ireland) -Barcelona(Spain) -Sydney( Australia)
  • 5. Investors -Flybridge Capital Partners: www.flybridge.com -Sequoia Capital: http://www.sequoiacap.com/us/technology -Union Square Ventures: http:// www.usv.com/ -New Enterprise Associate, Inc. (NEA): http:// www.nea.com/ Customer Portofolio : USA -Buddy Media -Prizee -Wordnik -Cisco -Rangespan - Zuberance -Craiglist -Server Density -CustomLink -Shopcade -Disney -Shurterfly -Forbes -Smartling -Foursquare -Sruq -Intuit - The Guardian -Mtv Networks -Tracckr
  • 6. Why Join MongoDB User Group? -Stimulate your intelligence -Job Trends -New way of dealing with Data -Meet the demands of the future - Learn and Share ideas in a relaxed and free session - Get solutions to your database problems - Collaborate to undertake new projects - Any issue worth pursuing.
  • 7. Cloud and Hosting Partners: -Amazon Web Services -Engine Yard -Joyent -Windows Azure -MongoHQ -MongoLab -Rackspace Hosting -RedHat -VMWare - Enovance
  • 8. Use Cases: - Operational Intelligence - Content Management - Product Data Management - High Volume Data Feeds - User Profile Management - Hadoop.
  • 9. Basic MongoDB Operations Queries and what they match • http://www.10gen.com/static/downloads/mongodb_qrc_queries .pdf MongoDB Commands • http://www.10gen.com/static/downloads/mongodb_qrc_commands.pd f
  • 10. The rise of NoSQL and why MongoDB is leading the pack. Credit:Matthew Asslet
  • 11. Credit: Mathew Asslet MongoDB accounts for 43% of all mention of NoSQL technologies in linked in Profiles.
  • 12. MongoDB 2.2. what’s new? Concurrency • DB level Locking -Replication not impeded by other operations -Can be spited into Dbs • Yielding with Disk Acess - Finish making sure no disk acess in a lock - can measure globally and per db if it happens - Can measure faults per db
  • 13. Aggregation Framework Map Reduce = complicated (javascrip codes) and not too awesome MongoDB 2.2 Proves a simpler and more awesome approach e.g Simple JSON Aggegation db.post.aggregate( { $unwind : “$tags” , { $group : { id : “$tags” , total : { $sum : 1 } } } )
  • 14. TTL Collections • Currently works with dates • Db.sessions.ensureindex({ lastupdated : 1 } , { expiresAfterSeconds : 86400 } ) ; • Background Job deleting entries • Storage engines configured for no fragmentation
  • 15. Fragmentation Reasons why it’s a problem Storage engine free list stored by a power of 2 - Non heterogeneous sized data can fragment -Always allocate power of 2 - db.carts.runCommand( - “collmod” , -{ usePowerOf2sizes : true } ) Benefit: Consistency in performance Setback: Unused disk spaces(Expensive)
  • 16. Data Center Awareness • Tagging for sharding • Can tag shard –A, B,C • Can define tag ranges - 0 -100 > A - 100-200 > B - …… Use Cases • Geo Collocating Data • Isolating Collections/data to specific shards/regions/types • Non heterogeneous hardware • Multi tenancy
  • 17. A simple Applicationsusing MongoDB Developing an application to find nearby restaurant serving ‘Fufu ‘Using MongoDB as datasore. “Fufu” is a favorite delicacy in Ghana
  • 18. • Geolocation Primer: Mehods to determine location • Detecting the location of a web visitor: The W3C geolocation API • Browsers support for the API • The Geolocation object: getCurrentPosition() method • Drawing map using the Google Maps API • Geospational Indexes: creating geospatial indexe • Performing location queries:finding restaurants near you using geoNear() Command and bounded queries • Geospatial Haystack Indexing: finding restaurants near you serving “fufu”
  • 19. Free online courses from 10gen Education 10gen Education • An online learning platform run by 10gen (the MongoDB company) available to anyone in the world with an internet connection. • free courses will teach you how to develop for and administer MongoDB quickly and efficiently. • Frequent assessments help you verify your understanding, and at the end of a course, you'll receive a certificate of completion from 10gen. • You'll also become a member of 10gen's community of cutting-edge NoSQL technologists. • Over time, 10gen will be adding classes on schema design, advanced scaling and replication, and other topics, so check back often! • 10gen's education platform was developed under a collaboration with edX, the not-for-profit consortium between MIT, Harvard and Berkeley.
  • 22. For your information On 5th August 2012 Red Planet(Mars) + on
  • 23. Thank You Very Much Join us on http://www.facebook.com/AccraMongodbUserGroup? ref=hl http://www.meetup.com/Accra-MongoDB-UG/ @AccraMongoDB