Code Monkey home page Code Monkey logo

mongodb-for-big-data's Introduction

MongoD-Data-Ingestion

steps

  1. imports dataset in MongoDB
  2. queries

resources:

  1. MongoDB documentation: https://docs.mongodb.com/manual/reference/method/db.collection.aggregate/
  2. w3resource: https://www.w3resource.com/mongodb/aggregation/mongodb-aggregatrion-unwind-operator.php
  3. studio3T documentation: https://studio3t.com/knowledge-base/articles/mongodb-aggregation-framework/#aggregation-stages

*Install MongoDB Guides: *

  1. To install MongoDB copy/paste and run the following command in your terminal: docker run -d -p 27017-27019:27017-27019 --name mongodb --restart always mongo

  2. Every time you need to interact with MongoDB via the mongo shell, first execute this command to connect to the container: docker exec -it mongodb bash

  3. And then: mongo

mongodb-for-big-data's People

Contributors

hz2657 avatar

Watchers

James Cloos avatar  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.