mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-20 22:01:16 +00:00
13 KiB
13 KiB
NoSQL Databases and NewSQL
!!! info "Architectural Context" Detailed reference for NoSQL Databases and NewSQL in the context of Data & Advanced Analytics.
Standard Reference
- NoSQL vs. SQL: Choosing a Data Management Solution [COMMUNITY-TOOL]
- Diferencias entre SQL y NoSQL ¿Sabes cuál usar? [COMMUNITY-TOOL]
- NoSQL Databases: 4 Game-Changing Use Cases [COMMUNITY-TOOL]
- blog.couchbase.com podcast: NoSQL in the Perspective of Industry Leaders [COMMUNITY-TOOL]
- blog.mongodirector.com: Which is the best MongoDB GUI? [COMMUNITY-TOOL]
- mongodirector: MongoDB Hosting [COMMUNITY-TOOL]
- MongoDB Tutorial – A Scalable NoSQL DB [COMMUNITY-TOOL]
- NoSQL - Wikipedia [COMMUNITY-TOOL]
- Youtube: Introduction to NoSQL by Martin Fowler [COMMUNITY-TOOL]
- thoughtworks.com: NoSQL Databases, an overview [COMMUNITY-TOOL]
- How to Evolve from RDBMS to NoSQL + SQL 🌟 [COMMUNITY-TOOL]
- NoSQL Databases: a Survey and Decision Guidance [COMMUNITY-TOOL]
- dev.to: NoSQL Database Design for E-Commerce Apps in 2021 [COMMUNITY-TOOL]
- stackoverflow.blog: Have the tables turned on NoSQL? [COMMUNITY-TOOL]
- vishnu.hashnode.dev: 4 Types Of NoSQL Databases [COMMUNITY-TOOL]
- medium: When to Use MongoDB Rather than MySQL [COMMUNITY-TOOL]
- sysadminxpert.com: Demystifying NoSQL Databases 🌟 [COMMUNITY-TOOL]
- intellipaat.com: NoSQL vs. SQL - Difference between SQL and NoSQL [COMMUNITY-TOOL]
- medium.com/@suvankar.dey80: Time Series SQL vs No SQL [COMMUNITY-TOOL]
- thenewstack.io: Why Choose a NoSQL Database? There Are Many Great Reasons [COMMUNITY-TOOL]
- thenewstack.io: How to Choose and Model Time Series Databases [COMMUNITY-TOOL]
- wikipedia: Couchbase Server [COMMUNITY-TOOL]
- couchbase.com [COMMUNITY-TOOL]
- blog.couchbase.com: How to Build Observability Dashboards with Prometheus,' Grafana & Couchbase [COMMUNITY-TOOL]
- Query JSON Using SQL With Couchbase Query Workbench [COMMUNITY-TOOL]
- MongoLab: Fully managed MongoDB-as-a-Service [COMMUNITY-TOOL]
- Orchestrate: DBaaS|NoSQL with One REST API [COMMUNITY-TOOL]
- Avoiding pitfalls running Mongo 3.2 in Docker on OSX [COMMUNITY-TOOL]
- betterprogramming.pub: MongoDB Schema Validation Rules [COMMUNITY-TOOL]
- hashinteractive.com: MONGODUMP AND MONGORESTORE VS MONGOEXPORT AND MONGOIMPORT [COMMUNITY-TOOL]
- adamtheautomator.com: How To Perform a MongoDB Kubernetes Installation' 🌟 [COMMUNITY-TOOL]
- code.likeagirl.io: Docker: Setup Simple Application with MongoDB for Data' Storage [COMMUNITY-TOOL]
- thenewstack.io: Deploy MongoDB in a Container, Access It Outside the Cluster [COMMUNITY-TOOL]
- github.com/oslabs-beta: Odin's Eye [COMMUNITY-TOOL]
- Hive.apache.org [COMMUNITY-TOOL]
- Apache Drill [COMMUNITY-TOOL]
- dzone: SQL Syntax for Apache Drill [COMMUNITY-TOOL]
- medium.com: A chance for NewSQL databases [COMMUNITY-TOOL]
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
- (2025) NuoDB, elastically scalable database. A revolution compared to traditional monolithic 1-box databases. NuoDB is ACID,SQL, distributed/scalable and support flexible schemas [ADVANCED LEVEL] [COMMUNITY-TOOL] — Curator Insight / Live Grounding: Features NuoDB, an elastic, cloud-native distributed SQL database. Decouples processing and storage engines to deliver high-performance transaction scaling, elastic resource tuning, and strict ACID SQL enforcement.
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