OPI Blog
Learn from experts in their fields

Browsing Tags: MongoDB

Apr 3, 2018
Getting Groovy with Mongo Monitoring
MongoDB does something interesting that we aren’t used to in the Java world – if you use the MongoClient object, it manages the pooling for you on the server side. This is different than how ...
Nov 28, 2017
Missing Codecs in MongoDB
When upgrading a project’s Mongo driver from 2.13.0 to 3.4.2, we got the following exception: org.bson.codecs.configuration.CodecConfigurationException: can't find a codec for class java.math.BigDecimal. Well it seems that Mongo doesn’t support BigDecimal any longer. There we ...
We want you to be MEAN ! (Part 2)
In this second installment on the MEAN stack,  we are going to complete an integration between a service layer module written in NodeJS, and MongoDB as our document persistence.  We will be using the NodeJS ...
We want you to be MEAN !
Welcome to this blog series on the MEAN stack!  We hope you are not a mean person, but that you will be a MEAN developer.  This blog assumes you are new to MEAN, and would ...