Git Product home page Git Product logo

mongodb_pymongo_tutorial's Introduction

MongoDB usage with PyMongo

Introduction to MongoDB and tutorial to access to database with Python using PyMongo

It is no longer possible to use Google Colab to run MongoDB server, I keep the following notebook as a reference to run a MongoDB server in linux 1_Run_MongoDB_in_colab.ipynb.

Part1 : Open Notebook 1_1_First_steps_with_MongoDB_PyMongo.ipynb to learn:

Connection to Mongo
Basic database, collection management
CRUD one document
CRUD many documents

Practice with example 1_2_Bicing.ipynb:

How to connect to MongoDB
How to import CSV data
Query with a filter

Part2 : Open Notebook 2_Basic_PyMongo_guide.ipynb to learn:

CRUD part 2
Query operators

        Count
        Maximum and Minimum
        Inclusion, exclusion operators IN and NIN
        Relational operators "greater than or equal", "greater than", "equal", "little than", "little than or equal"
        Logical Query Operators
        Exists & not exists

List items that belong to a list or not
Indexes

Practice with example 2_1_Mobile_coverage.ipynb:

How to connect to MongoDB
How to import CSV data
Query with agregations

mongodb_pymongo_tutorial's People

Contributors

giffy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.