Learning Paths
A tutorial teaches one skill. A learning path builds a mental model. Nine paths cover the full journey across both architectures. For schema-driven: Foundations takes you from cluster setup through transactions, then Schema Design, Data Pipelines, Caching, and a capstone Real-Time Application branch from there. Operations covers deployment, security, and monitoring. The API Deep Dive adds advanced SQL and query optimization. For cache-centric: Foundations gets you running, and Beyond Key-Value shows where the distributed platform goes further than standalone caching. Start at the beginning or jump to the path you need.
Cache-Centric Foundations
From a bare laptop to a working cache-aside implementation backed by real benchmark data. You start a single-node Docker cluster, learn the cache API, connect Java clients, then add a MariaDB database and see the cache offload read pressure under sustained production-like workload. The path closes with transactions and a grounded mental model of how entries are distributed across the cluster. This path covers the transition from Single System to Specialized Persistence in the Data Architecture Maturity Model.
Cache-Centric Foundations
BeginnerFrom a bare laptop to a working cache-aside implementation backed by real benchmark data. You start a single-node Docker cluster, learn the cache API, connect Java clients, then add a MariaDB database and see the cache offload read pressure under sustained production-like workload. The path closes with transactions and a grounded mental model of how entries are distributed across the cluster. This path covers the transition from Single System to Specialized Persistence in the Data Architecture Maturity Model.
Complete items in order. Each step builds on the last.
- 1Tutorial20 min
- 2Tutorial45 min
- 3Tutorial45 min
- 4Tutorial60 min
- 5Tutorial60 min
- 6Tutorial45 min
Beyond Key-Value: When Caching Isn't Enough
IntermediateFor developers whose caching layer has created new challenges. Each module maps to an architectural transition from Specialized Persistence through Managed Consistency in the Data Architecture Maturity Model. Covers SQL-on-cache queries, cross-key ACID transactions, colocated compute, cache-store consistency patterns, distributed data structures, and real-time event processing.
Complete items in order. Each step builds on the last.
- 1Tutorial60 min
- 2Tutorial40 min
- 3Tutorial60 min
- 4Tutorial60 min
- 5Tutorial45 min
- 6Tutorial60 min
Design for Data Locality
AdvancedAffinity and data locality are the defining design concerns on Apache Ignite 2 and GridGain 8. This path teaches the subject as a design discipline for senior developers building real systems. You design keys for colocation, verify colocation at runtime, write affinity-aware compute that scales, and learn when to deliberately break colocation for reference data.
Complete items in order. Each step builds on the last.
- 1Tutorial60 min
- 2Tutorial60 min
- 3Tutorial75 min
- 4Tutorial60 min
- 5
- 6Guide30 min
Explore individual content
Browse all tutorials and guides without following a structured path. Guides are task-focused; tutorials are learning-focused. Both use the same 3-node Docker cluster and the Music Store dataset.