VOOZH about

URL: https://www.javacodegeeks.com/tag/mongodb/page/6

⇱ MongoDB Archives - Page 6 of 12 - Java Code Geeks


  • Scala👁 Image
    Alexey ZvolinskiyFebruary 5th, 2015
    0 126

    ReactiveMongo: Work with array

    I’ve been working with ReactiveMongo during 6 months. It’s pretty nice realisation of MongoDB driver for Scala. I just have…

    Read More »
  • Software Development👁 Image
    Mohamed SanaullaFebruary 5th, 2015
    7 220

    Setting up sharded mongodb cluster in localhost

    I have been playing around with MongoDb, thanks to the M101J Course offered by Mongodb University. These NoSQL datastores are…

    Read More »
  • Software Development👁 Image
    Paris ApostolopoulosFebruary 4th, 2015
    0 129

    How to install 3 popular NoSQL databases for development in MacOSX for newbies Part 1 (mongodb)

    Part 1(Mongodb) Part 2 (Cassandra) Part 3 (CouchBase) This post aims to help all developers (not only Java) that want…

    Read More »
  • Software Development👁 Image
    Tugdual GrallFebruary 3rd, 2015
    0 114

    Moving My Beers From Couchbase to MongoDB

    Few days ago I have posted a joke on Twitter:                    …

    Read More »
  • Scala👁 Image
    Viktor FarcicJanuary 29th, 2015
    1 282

    Microservices Development with Scala, Spray, MongoDB, Docker and Ansible

    This article tries to provide one possible approach to building microservices. We’ll use Scala as programming language. API will be…

    Read More »
  • Software Development👁 Image
    Tugdual GrallJanuary 16th, 2015
    0 471

    How to create a pub/sub application with MongoDB ? Introduction

    In this article we will see how to create a pub/sub application (messaging, chat, notification), and this fully based on…

    Read More »
  • Enterprise Java👁 Image
    Attila Mihaly BalazsDecember 23rd, 2014
    0 120

    Creating a REST API with Spring Boot and MongoDB

    Spring Boot is an opinionated framework that simplifies the development of Spring applications. It frees us from the slavery of…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaOctober 18th, 2014
    0 151

    MongoDB Incremental Migration Scripts

    Introduction An incremental software development process requires an incremental database migration strategy. I remember working on an enterprise application where…

    Read More »
  • Software Development👁 Image
    Vlad MihalceaOctober 14th, 2014
    0 205

    Integration testing done right with Embedded MongoDB

    Introduction Unit testing requires isolating individual components from their dependencies. Dependencies are replaced with mocks, which simulate certain use cases.…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
  • 10
  • ...
  • Last
Back to top button
Close