Category: NoSQL

How to Install MongoDB on FreeBSD 13

NoSQL

Introduction MongoDB is a document-oriented NoSQL database used for managing, storing, and retrieving document-oriented information structured in a JSON-like format of key and value pairs. MongoDB is mostly used in big data applications and working with ever-growing data sets that don’t fit into a relational data model. MongoDB performs well…

How to Use Geospatial Data Type in Redis®

NoSQL

Introduction Redis® is an open-source, in-memory data structure store. Its core data types include String, List, Hash, Set, Sorted Set, HyperLogLog, Bitmap, and Geospatial indexes. The Geospatial data type allows you to store location data in form of coordinates. When stored, you can use Geospatial indexes to query this data in different ways. This article explains how to use…

How to Install CouchBase Database on Ubuntu 22.04

NoSQL

Introduction Couchbase is a distributed NoSQL database management designed to deliver high performance, scalability, and flexibility while managing large volumes of data. It combines key-value and document-oriented database functionalities to optimize the storage and retrieval of unstructured data. The Couchbase memory-first architecture focuses on in-memory storage over server storage to…

How to Use Vultr’s MongoDB Community Edition Marketplace Application

NoSQL

Introduction MongoDB Community Edition is an open-source version of the popular NoSQL database, offering a flexible document data model for storing information. Unlike traditional relational databases, it stores data in JSON-like documents, making it easy to work with complex data structures. You can leverage MongoDB Community Edition for local development…

How to Install Apache CouchDB on Ubuntu 22.04

NoSQL

Introduction Apache CouchDB is an open-source NoSQL document-oriented database that supports multiple formats and protocols. It uses JSON to store data with an HTTP API endpoint for interacting with the databases. In addition, CouchDB also includes the Fauxton web interface to interactively manage databases on the server with either a…

Install an Apache CouchDB Database Server on Ubuntu 20.04

NoSQL

Introduction Apache CouchDB is an open-source NoSQL database server designed to store data as JSON documents. CouchDB accepts JavaScript MapReduce syntax and HTTP API as the primary query languages to process data. Developed in Erlang, CouchDB implements real-time scalability and replication features for highly-available distributed database systems to sync data…

Load More