Category Archives: mondoDB

gomongo Unmarshal issues with types that contain slices

There’s been an issue with the gomongo that I’ve been aware of for a while and I’ve just found a fix for it. If you were to take the example that I created here:- – http://go.hokapoka.com/golang/mongodb-golang-gomongo/

Posted in golang, mondoDB | Leave a comment

mongoDB & Golang == gomongo

Golang’s type based design makes it a language that’s good for BigTable / Document Based Databases.  One of the best Document based Database’s is mongoDB used by some very high profile services.   In this article we look at a great mongoDB … Continue reading

Posted in example, mondoDB | 7 Comments