mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-27 03:24:53 +00:00
10 KiB
10 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]
- NoSQL Guide, by Martin Fowler [COMMUNITY-TOOL]
- Diferencias entre SQL y NoSQL ¿Sabes cuál usar? [COMMUNITY-TOOL]
- zdnet.com: SQL, NoSQL? What's the difference these days? [COMMUNITY-TOOL]
- NoSQL Databases: 4 Game-Changing Use Cases [COMMUNITY-TOOL]
- blog.couchbase.com podcast: NoSQL in the Perspective of Industry Leaders [COMMUNITY-TOOL]
- MongoDB Tools - Admin GUIs, Monitoring and Other Good Stuff [COMMUNITY-TOOL]
- blog.mongodirector.com: Which is the best MongoDB GUI? [COMMUNITY-TOOL]
- mongodirector: MongoDB Hosting [COMMUNITY-TOOL]
- MongoDB security tutorial [COMMUNITY-TOOL]
- MongoDB Tutorial – A Scalable NoSQL DB [COMMUNITY-TOOL]
- MongoDB Cloud Manager [COMMUNITY-TOOL]
- 3T MongoChef – Your New MongoDB GUI [COMMUNITY-TOOL] — - Connecting to your MongoDB at MongoLab
- MongoDB and Kubernetes 🌟 [COMMUNITY-TOOL]
- Couchdb.apache.org [COMMUNITY-TOOL]
- Cassandra.apache.org [COMMUNITY-TOOL] — - solo.io: Step by Step: Datastax Cassandra with Istio and SNI routing Connecting applications running outside of the Kubernetes cluster to the Cassandra database running inside the cluster.
- HBase.apache.org [COMMUNITY-TOOL]
- rethinkdb.com [COMMUNITY-TOOL]
- NuoDB, elastically scalable database. A revolution compared to traditional monolithic 1-box databases. NuoDB is ACID,SQL, distributed/scalable and support flexible schemas [COMMUNITY-TOOL]
- Traditional database replication drawbacks [COMMUNITY-TOOL]
- medium.com: A chance for NewSQL databases [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]
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: Yaml | Message Queue | Databases