Files
awesome-kubernetes/v2-docs/nosql.md

13 KiB
Raw Blame History

NoSQL Databases and NewSQL

!!! info "Architectural Context" Detailed reference for NoSQL Databases and NewSQL in the context of Data & Advanced Analytics.

Standard Reference

Data Architecture

Databases

Design

  • (2018) Traditional database replication drawbacks [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Technical blog analysis examining the underlying challenges of traditional database replication models. Examines write-scaling limitations, master-slave lag, split-brain scenarios, and the design shifts of NewSQL databases.

Kubernetes

  • (2026) MongoDB and Kubernetes 🌟 [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Focuses on the official MongoDB Enterprise Kubernetes Operator. Standardizes the automation of MongoDB multi-node replica sets, sharded cluster topologies, and integrated storage configuration inside Kubernetes.

Monitoring

  • (2020) MongoDB Cloud Manager [COMMUNITY-TOOL] [GUIDE] — Curator Insight / Live Grounding: Overview of MongoDB Cloud Manager, an automation and monitoring system for self-hosted MongoDB instances. Enables operational automation of deployments, rolling upgrades, granular alert triggers, and continuous backup infrastructure.

NewSQL

NoSQL

  • (2026) Couchdb.apache.org [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Project homepage of Apache CouchDB, an open-source, schema-free document database using JSON for data storage, JavaScript for MapReduce views, and HTTP/RESTful APIs. Famed for its robust sync protocol.
  • (2026) Cassandra.apache.org [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Focuses on Apache Cassandra, a wide-column NoSQL database engine designed for high throughput and linear scaling. Features modern cloud deployments utilizing K8ssandra operators and SNI routing via Istio.
  • (2026) HBase.apache.org [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Technical introduction to Apache HBase, a distributed column-oriented database running on HDFS. It is engineered for low-latency, random access to petabytes of sparse tabular datasets.
  • (2024) rethinkdb.com [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Project homepage for RethinkDB, an open-source distributed document database that supports real-time push architectures. Although corporate backing ended, it remains maintained as a community project.
  • (2021) zdnet.com: SQL, NoSQL? What's the difference these days? [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Examines the modern convergence of traditional relational databases and NoSQL systems. Explores how standard SQL platforms support JSON types, and how modern NoSQL databases offer multi-document ACID transactions, blurring traditional data storage boundaries.
  • (2018) MongoDB Tools - Admin GUIs, Monitoring and Other Good Stuff [LEGACY] — Curator Insight / Live Grounding: A curated registry of legacy and modern MongoDB administration GUIs and monitoring tools. Note: Many independent tools listed here have transitioned to legacy status as modern enterprise setups standardize on MongoDB Atlas and Compass.
  • (2012) NoSQL Guide, by Martin Fowler [COMMUNITY-TOOL] [GUIDE] — Curator Insight / Live Grounding: Martin Fowler's classic architectural overview defining the emergence of NoSQL persistence systems. Introduces core concepts of polyglot persistence, aggregate orientation, and the trade-offs between ACID guarantees and the BASE consistency model across document, graph, and column family databases.

Security

  • (2026) MongoDB security tutorial [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Technical reference manual details enterprise security practices for MongoDB deployment. Covers authentication mechanisms (SCRAM, Kerberos, x.509 certificates), Role-Based Access Control (RBAC), network encryption via TLS, and auditing workflows.

Tooling

  • (2023) 3T MongoChef Your New MongoDB GUI [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Features Studio 3T (formerly MongoChef), a professional IDE and GUI for MongoDB. Highlights its schema analysis capability, visual query builder, SQL-to-JSON translation, and direct migration connections for MongoLab/Atlas.

Data Engineering

In-Memory Databases

Caching

  • Redis [DOCUMENTATION] [DE FACTO STANDARD] — The definitive open-source, in-memory data store used as a database, cache, message broker, and streaming engine. Offers unmatched low-latency read-write cycles and versatile data structures. Highly valued for real-time applications requiring low overhead.

💡 Explore Related: Databases | Crunchydata | Yaml