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

10 KiB
Raw Permalink 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 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