Moving MongoDB components to Go - Norberto Leite - Go Devroom FOSDEM 2015

MongoDB is one of the most popular databases in the world to date and we love Go. As part of MongoDB package comes a set of tools and utilities that allow the user to perform several different tasks on MongoDB like exporting data, important, collecting stats etc. Part of the ecosystem around MongoDB is also MMS(MongoDB Management Service) which allows users to monitor, backup and automate their MongoDB deployments using a centralized SaaS service. MMS agents are already Go applications and we are also migra
Back to Top