Skip to content

Commit b742e47

Browse files
Merge pull request #201 from oracle-devrel/sdu-branch3
Sdu branch3
2 parents 1361edb + 6505196 commit b742e47

File tree

3 files changed

+1112
-0
lines changed

3 files changed

+1112
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Json relational duality views
2+
3+
Json relational duality views give an abstraction layer on top of your data model.
4+
On top of a relational data model, you define json relational duality views, that give a "document like" view of the data.
5+
Beyond that, 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.
6+
Reversely, if you update your relational data model, the JSON representation is updated too, and the changes are made visible through the JRD view.
7+
8+
9+
## Useful Links
10+
11+
- [Oracle Database 23c](https://www.oracle.com/database/23c/index.html)
12+
- Oracle Database 23c delivers the most complete and simple converged database for developers looking to build new microservice, graph, document, and relational applications.
13+
- [Database 19c online doc](https://docs.oracle.com/en/database/oracle/oracle-database/19/index.html)
14+
- [Database 23c online doc](https://docs.oracle.com/en/database/oracle/oracle-database/19/index.html)
15+
- [Database and Cloud Technology Blogs](https://blogs.oracle.com/coretec/category/crt-english-content)
16+
17+
18+
## Livelabs Workshops
19+
- [Get Started with Oracle database](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=613)
20+
- [AutoREST with JSON Relational Duality Views in 23c Free](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3634)
21+
22+
## Step by step demo
23+
24+
- This short demo, built on the OE sample schema, illustrates the basic concepts of JRD views. It was built and executed against a 23c free database running in a docker container.
25+
26+
# License
27+
28+
Copyright (c) 2023 Oracle and/or its affiliates.
29+
30+
Licensed under the Universal Permissive License (UPL), Version 1.0.
31+
32+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/folder-structure/LICENSE) for more details.

0 commit comments

Comments
 (0)