Skip to content

Ivann-Perez/codeop_2_nosql_mongodb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Warehousing with Postgres

Introduction

MONGODB Playground

Getting started

Requirements

  • Docker
  • Docker compose

The project

To start the project you will need to enter the following command in the root of the project:
docker-compose up
This will start a MongoDB database, a mongoimport process to seed the db and a Jupyter Lab with all the dependencies you need to start working with your project, everything is already setup for you. Whenever you want to bring down the containers don't forget to docker-compose down.

get_started.ipynb => In this notebook you will find a couple of examples on how to query a Mongodb and all the questions you need to find and answer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 83.2%
  • Dockerfile 14.6%
  • Shell 2.2%