Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 14 additions & 12 deletions json-relational-duality/README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@

JSON Relational Duality
# JSON Relational Duality

JSON Relational Duality is a landmark capability in [Oracle Database 23c Free]( https://blogs.oracle.com/database/post/oracle-database-23c-free?source=:so:tw:or:awr:odb:::RC_WWMK220913P00038:) that provides game-changing flexibility and simplicity for Oracle Database developers. This breakthrough innovation overcomes the historical challenges that developers have faced when building applications, either when using the relational model or when using the document model.
JSON Relational Duality delivers a solution that provides the benefits of both relational tables and JSON documents. With Duality View, while data gets stored in relational tables in a normalized way, it can be exposed to apps as JSON documents. Storing the data in relational tables delivers all the benefits of the relational model, whereas by exposing the same data as JSON documents, apps get schema flexibility and other benefits of the document model. Read more about the feature using the blog and documentation links below.

Tutorial:
## Tutorial

This directory includes the tutorials related to JSON Relational Duality. The tutorial scripts walk you through examples of working with JSON Relational Duality Views using Formula-1 (auto-racing) season data through SQL, REST and Oracle Database API for MongoDB.

Documentation:
## Documentation

See the [JSON Relational Duality Developer's Guide](
https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/index.html) for details on the JSON Relational Duality functionality.

Discussion Forum:
Please ask your questions and share your use cases with us in the [Oracle Database 23c Free – Developer Release forum](https://forums.oracle.com/ords/apexds/domain/dev-community/category/oracle-database-free)
## Discussion Forum

Please ask your questions and share your use cases with us in the [Oracle Database 23c Free – Developer Release forum](https://forums.oracle.com/ords/apexds/domain/dev-community/category/oracle-database-free).

Blogs: Check out the following blogs:
• [Concept & overview of JSON Relational Duality](https://blogs.oracle.com/database/post/json-relational-duality-app-dev?source=:so:ch:or:awr::::OCW23cbeta)
• [Key benefits of JSON Relational Duality](https://blogs.oracle.com/database/post/key-benefits-of-json-relational-duality-experience-it-today-using-oracle-database-23c-free-developer-release
## Blogs

• [REST with JSON Relational Duality](https://www.thatjeffsmith.com/archive/2023/04/oracle-database-23c-json-relational-duality-views-rest-apis/)
• [Use Oracle Database API for MongoDB with JSON Relational Duality](https://blogs.oracle.com/datawarehousing/post/use-json-relational-duality-with-oracle-database-api-for-mongo-db)
![image](https://user-images.githubusercontent.com/129405650/234374358-83ff19b1-6b2f-4228-bbfd-b715d139472c.png)
Check out the following blogs:
* [Concept & overview of JSON Relational Duality](https://blogs.oracle.com/database/post/json-relational-duality-app-dev?source=:so:ch:or:awr::::OCW23cbeta)
* [Key benefits of JSON Relational Duality](https://blogs.oracle.com/database/post/key-benefits-of-json-relational-duality-experience-it-today-using-oracle-database-23c-free-developer-release)
* [REST with JSON Relational Duality](https://www.thatjeffsmith.com/archive/2023/04/oracle-database-23c-json-relational-duality-views-rest-apis/)
* [Use Oracle Database API for MongoDB with JSON Relational Duality](https://blogs.oracle.com/datawarehousing/post/use-json-relational-duality-with-oracle-database-api-for-mongo-db)