Skip to content

Commit 4a64d5d

Browse files
authored
Cleanup JDV Readme (#268)
1 parent bd06259 commit 4a64d5d

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

json-relational-duality/README.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
1-
2-
JSON Relational Duality
1+
# JSON Relational Duality
32

43
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.
54
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.
65

7-
Tutorial:
6+
## Tutorial
7+
88
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.
99

10-
Documentation:
10+
## Documentation
11+
1112
See the [JSON Relational Duality Developer's Guide](
1213
https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/index.html) for details on the JSON Relational Duality functionality.
1314

14-
Discussion Forum:
15-
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)
15+
## Discussion Forum
16+
17+
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).
1618

17-
Blogs: Check out the following blogs:
18-
[Concept & overview of JSON Relational Duality](https://blogs.oracle.com/database/post/json-relational-duality-app-dev?source=:so:ch:or:awr::::OCW23cbeta)
19-
[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
19+
## Blogs
2020

21-
[REST with JSON Relational Duality](https://www.thatjeffsmith.com/archive/2023/04/oracle-database-23c-json-relational-duality-views-rest-apis/)
22-
[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)
23-
![image](https://user-images.githubusercontent.com/129405650/234374358-83ff19b1-6b2f-4228-bbfd-b715d139472c.png)
21+
Check out the following blogs:
22+
* [Concept & overview of JSON Relational Duality](https://blogs.oracle.com/database/post/json-relational-duality-app-dev?source=:so:ch:or:awr::::OCW23cbeta)
23+
* [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)
24+
* [REST with JSON Relational Duality](https://www.thatjeffsmith.com/archive/2023/04/oracle-database-23c-json-relational-duality-views-rest-apis/)
25+
* [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)

0 commit comments

Comments
 (0)