Skip to content

Commit 14fd366

Browse files
Merge pull request #1348 from oracle-devrel/uschwinn-patch-43
Update README.md
2 parents 054821d + 52afb84 commit 14fd366

File tree

1 file changed

+14
-8
lines changed
  • data-platform/core-converged-db/database-23ai/json-relational-duality-views

1 file changed

+14
-8
lines changed

data-platform/core-converged-db/database-23ai/json-relational-duality-views/README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,36 @@ JSON relational duality views give an abstraction layer on top of your data mode
44
This means that applications can access (create, query, modify) the same data as a set of JSON documents or as a set of related tables and columns, and both approaches can be employed at the same time. You can modify the data through the JRD view, just as if you were updating a JSON document .... and the relational data model is transparently updated.
55
Reversely, if you update your relational data model, the JSON representation is updated too, and the changes are made visible through the JSON Relational Duality View.
66

7+
Reviewed: 30.10.2024
8+
79
# Useful Links
810

911
## Documentation
1012

1113
- [JSON-Relational Duality Developer's Guide](https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/index.html)
1214
- [SQL Language Reference](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/create-json-relational-duality-view.html)
1315
- [Restrictions for JSON-Relational Duality Views](https://docs.oracle.com/en/database/oracle/oracle-database/23/rnfre/json-duality-views-restrictions.html)
16+
- [oracle.com page](https://www.oracle.com/database/json-relational-duality/)
1417

1518
## Blogs
1619

1720
- [JSON Relational Duality: The Revolutionary Unification of Document, Object, and Relational Models](https://blogs.oracle.com/database/post/json-relational-duality-app-dev)
18-
- [ODP.NET JSON Relational Duality and Oracle Database 23c Free](https://medium.com/oracledevs/odp-net-json-relational-duality-and-oracle-database-23c-free-9e4c03bdf41f)
19-
- [Oracle Database 23c JSON Relational Duality Views REST APIs](https://www.thatjeffsmith.com/archive/2023/04/oracle-database-23c-json-relational-duality-views-rest-apis/)
21+
2022

2123
## LiveLabs
2224

23-
- [Exploring JSON Relational Duality Views in 23c Free using SQL](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3638&clear=RR,180&session=101604160358167)
24-
- [AutoREST with JSON Relational Duality Views in 23c Free](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3634&clear=RR,180&session=101604160358167)
25-
- [Exploring JSON Relational Duality Views in 23c Free with Java](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3637&clear=RR,180&session=101604160358167)
26-
- [Schröedinger's Document: JSON Relational Duality Views in Oracle 23c](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3753&clear=RR,180&session=101604160358167)
25+
- [all JSON Relational Duality LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:105527022504069::::SEARCH:JSOn%20Duality)
26+
27+
# Team Publications
28+
29+
## Blogs and Demo
30+
31+
- [Demo in folder demo running in a docker container](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/database-23c/json-relational-duality-views/demo)
2732

28-
# Team Publications
33+
## Videos
2934

30-
- [Demo running in a docker container](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/database-23c/json-relational-duality-views/demo)
35+
- [JSON Relational Duality Views](https://youtu.be/YMftyjrEpnU)
36+
- [23ai blogs on blogs.oracle.com/coretec](https://blogs.oracle.com/coretec/category/cased-concurrency-control-rt-23ai)
3137

3238
# License
3339

0 commit comments

Comments
 (0)