Giter Site home page Giter Site logo

atelier-mongodb-devoxx's Introduction

{ développeur: "viens découvrir mongoDB"}

Le NoSQL est de plus en plus présent dans les projets Java. Avec plus de 5 millions de téléchargements et plus de 600 grand comptes : MongoDB fait parti des bases leader dans le domaine des bases de données Big Data.

Dans cet atelier pratique, ludique et dynamique : Vous, développeur Java, venez découvrir comment utiliser MongoDB et comment l'intégrer dans un site web.

On partira du shell, on passera à l'utilisation de drivers MongoDB en Java, puis on intégrera l'ensemble dans un site web.

Installation de mongodb

Dézipper mongodb dans un répertoire. Puis ajouter le répertoire bin de mongodb dans votre PATH. Pour vérifier votre installaton :

mongo --version

Lancer le serveur via maven

mvn exec:java -Dexec.mainClass="com.github.mongo.labs.Main"

Création du repository local pour accès offline

mvn clean install dependency:go-offline -Dmaven.repo.local=repository -Pdev -Dmaven.test.skip=true

Requirements

  • Java 7
  • Mongo 2.6
  • Git
  • Maven 3

atelier-mongodb-devoxx's People

Contributors

dwursteisen avatar karesti avatar tgrall avatar

Watchers

 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.