If your company is in the business of using, handling or depending on data, chances are you're in need of a document-oriented, NoSQL database. If you're unfamiliar with the term, a NoSQL database is a non-relational database that doesn't use tables filled with rows and columns. Instead, they make use of a storage model that is optimized specifically for the data. These types of … [Read more...] about How to Install MongoDB on Ubuntu Server 18.04
MongoDB
Which is the Best MongoDB GUI? 2019 Update
A good UI is an important part of the development experience. The MongoDB Shell works great for administrative actions, but when working with larger amounts of data, the UI becomes fairly important. In 2014, we discussed 4 of the top MongoDB GUIs: MongoVue, MongoHub, RockMongo, and Robo 3T (formerly Robomongo), and again in 2016: MongoDB Compass, Robo 3T, Studio 3T, and … [Read more...] about Which is the Best MongoDB GUI? 2019 Update
Connecting MongoDB to Ruby with Self-Signed Certificates for SSL
Given the popularity of our post on connecting MongoDB SSL with Self-Signed Certificates in Node.js, we decided to write a tutorial on connecting MongoDB with Ruby. In this blog, we'll show you how to connect to a MongoDB server configured with self-signed certificates for SSL using both the Ruby MongoDB driver and the popular Object-Document-Mapper (ODM) mongoid. ScaleGrid … [Read more...] about Connecting MongoDB to Ruby with Self-Signed Certificates for SSL
2019 Open Source Database Report: Top Databases, Public Cloud vs. On-Premise, Polyglot Persistence
Ready to transition from a commercial database to open source, and want to know which databases are most popular in 2019? Wondering whether an on-premise vs. public cloud vs. hybrid cloud infrastructure is best for your database strategy? Or, considering adding a new database to your application and want to see which combinations are most popular? We found all the answers you … [Read more...] about 2019 Open Source Database Report: Top Databases, Public Cloud vs. On-Premise, Polyglot Persistence
PyMongo Tutorial: Testing MongoDB Failover in Your Python App
Python is a powerful and flexible programming language used by millions of developers around the world to build their applications. It comes as no surprise that Python developers commonly leverage MongoDB hosting, the most popular NoSQL database, for their deployments due to its flexible nature and lack of schema requirements. So, what's the best way to use MongoDB with … [Read more...] about PyMongo Tutorial: Testing MongoDB Failover in Your Python App