Storage access from Java
# Storage access by kind — relational, Redis, document/NoSQL, time series, graph — across the frameworks.
❯ cat documents/
-
Storage access from Java — the map
Concept
2026-08-09
How Java reaches every storage kind — drivers, mapping layers, and the Spring, Quarkus, and Micronaut integrations for each.
-
Document and NoSQL stores from Java
Concept
2026-08-09
MongoDB, Cassandra, Couchbase, and DynamoDB access layers per framework, and how document modeling and tunable consistency surface in the client.
-
Graph databases from Java
Concept
2026-08-09
Neo4j via Bolt, Cypher, Spring Data Neo4j and OGM, TinkerPop/Gremlin as the vendor-neutral layer, and when graphs beat recursive SQL.
-
Redis from Java
Concept
2026-08-09
Jedis vs Lettuce vs Redisson, Spring Data Redis and Session, Quarkus and Micronaut clients, plus cache, lock, rate-limit, and messaging patterns.
-
Relational databases from Java
Concept
2026-08-09
The JDBC-to-ORM stack — HikariCP, JPA/Hibernate and its pitfalls, jOOQ/MyBatis alternatives, framework data layers, R2DBC, migrations, and transactions.
-
Time-series stores from Java
Concept
2026-08-09
InfluxDB and QuestDB clients, TimescaleDB over plain JDBC, and Micrometer as the JVM metrics facade feeding Prometheus and friends.