Skip to content

Algorithmically Sound

my takes on software development, architecture, and complexity

  • Home

Tag: mongodb

Analyze Data with MongoDB and Ruby

Authored by Carsten Rösnick-Neugebauer updated November 22, 2016May 29, 2020

This post gives a quick and very brief introduction on how to use MongoDB with Ruby. We will see how to install and connect to a MongoDB, how to populate the database with fake documents generated in just a couple of lines of code, and how to build some queries to gain insights into the stored documents.

Posted in Programming Tagged mongodb, ruby
© Copyright Algorithmically Sound. All rights reserved.