JSON
AI blog Database docker Duality Views Go Graph Java JDBC JMS JPA JSON Kafka livesql microservices MongoDB NodeJS Observability OCI oraclefree Oracle Text ORDS PDB performance PL/SQL python security Spatial SpringBoot Testcontainers TxEventQ TypeScript Vector Search
-

An app that keeps its data in one place : multi-model database pattern
The code for this article on multi-model database patterns lives in the oracle-database-code-samples repo, under the support-ticket-intelligence sample. When I add…
-

MongoDB Over Relational Data: JSON Relational Duality Views
Can your MongoDB client be used against a document-shaped contract while the system of record stays…
-

Full-Text JSON Search with Oracle Text
Did you know Oracle AI Database supports rich, full-text search and indexing, without the need to…
-

Generate JSON Relational Duality Views from JPA entities
Oracle AI Database’s JSON Relational Duality Views (or simply duality views) let you treat relational tables…
-

Hands-on CRUD with JDBC and JSON Relational Duality Views
JSON Relational Duality Views are one of my favorite Oracle AI Database features (I’ll call them…
-

GraphQL with ORDS & Oracle AI Database
If you’re running Oracle REST Data Services (ORDS) or Oracle Autonomous AI Database, you’ve got a…
-

GraphQL + Oracle: Instantly Query Relational Data
GraphQL became popular for its ability to provide fewer round trips, predictable payloads, and evolving client…
-

Multiple Views, One Schema: Simple RBAC with Duality Views
In this article, we’ll explore how JSON Relational Duality Views can be used to decompose a…
-

Lock-Free Writes at Scale: Under the Hood of Duality Views
In this article, we’ll explore Lock-Free Concurrency, a form of optimistic concurrency control. We’ll see how…
-

GraphQL syntax for JSON Relational Duality Views
Working with JSON Relational Duality Views, you can use the SQL or GraphQL DDL syntax. I…