Pattern Samples12 runnable examples

JSON Documents and Duality Pattern

Model flexible JSON documents, stream OSON payloads, run SQL/JSON analytics, and expose relational models through JSON Relational Duality Views.

When to use this pattern

Use this when records need document flexibility, document-shaped APIs, or JSON views over relational data without giving up indexes, SQL, constraints, and transactions.

What these samples show

Model flexible JSON documents, stream OSON payloads, run SQL/JSON analytics, and expose relational models through JSON Relational Duality Views.

Feature coverage
JSON, Duality Views, Spring
Implementation topics
JSON, Duality Views, Indexing
Sample breadth
12 runnable examples, including JDBC Hybrid Search, Spring Boot JSON Relational Duality Views, CRUD with JSON Relational Duality Views, and 9 more.