Giter VIP home page Giter VIP logo

mdas_mongodb's Introduction

CircleCI

MDAS Bases de datos no estructuradas - MongoDB

Bienvenidos a la imagen de MongoDB para a la asignatura de Bases de datos no estructuradas del master Máster en Desarrollo y Arquitectura de Software (MDAS)

Para arrancar el MongoDB y empezar a utilizar la imagen de docker realizar lo siguiente:

Requisitos previo tener instalado docker

  1. Clonar el repositorio
git clone https://github.com/eloirobe/mdas_mongodb.git
  1. Arrancar la imagen de docker
cd mdas_mongodb
## En modo stdout
docker-compose up
## En modo silencioso
docker-compose up -d
  1. Una vez haya arrancado loguearse en la console
docker-compose exec mongo bash
  1. Importar la base de datos de test
mongoimport --db test --collection restaurants --drop --file /dataset/restaurants.json
  • Deberia devolver algo parecido:
2019-04-28T15:26:24.535+0000	connected to: localhost
2019-04-28T15:26:24.536+0000	dropping: test.restaurants
2019-04-28T15:26:25.639+0000	imported 25359 documents

Dataset Utilizados

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.