Skip to content

Commit a421962

Browse files
authored
Update README.md
added team publications - video and posting
1 parent c0c778c commit a421962

File tree

1 file changed

+7
-1
lines changed
  • data-platform/core-converged-db/db-json

1 file changed

+7
-1
lines changed

data-platform/core-converged-db/db-json/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Oracle Database provides various perspectives for viewing and accessing JSON data. One can view it from the SQL database point of view or from the document or collection view that comes with tools and APIs like SODA (short for Simple Oracle Document Access). With SODA you can create and store collections of documents in the Oracle Database, and retrieve, without needing to know SQL or how the documents are stored in the database. Documents can be fetched from the database by key lookup or by using query-by-example (QBE) pattern-matching. Regardless of the chosen perspective, the benefits of using Oracle Database as a Converged Database are always included.
44
In release 23, JSON Relational Duality, one of the highlights for JSON developers delivers a solution that provides the benefits of both relational tables and JSON documents, without the tradeoffs of either model. Using Duality Views, data is still stored in relational tables in a highly efficient normalized format but is accessed by apps in the form of JSON documents.
55

6-
Reviewed Date: 2.5.2024
6+
Reviewed Date: 19.8.2024
77

88
# Useful Links
99

@@ -28,12 +28,18 @@ Reviewed Date: 2.5.2024
2828

2929
# Team Publications
3030

31+
## Blogs
32+
33+
- [JSON in Oracle Database](https://blogs.oracle.com/coretec/post/json-in-oracle-database)
3134
- [JSON, SODA, REST, and Oracle Database API for MongoDB](https://blogs.oracle.com/coretec/post/json-soda-rest-and-oracle-database-api-for-mongodb)
3235
- [Tutorial: JSON in the Oracle Database](https://blogs.oracle.com/coretec/post/tutorial1-json-in-oracle)
3336
- [NoSQL-style API SODA for beginners](https://blogs.oracle.com/coretec/post/nosql-style-api-soda-for-beginners)
3437
- [JSON Relational Duality Views on Github](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/database-23c/json-relational-duality-views)
3538
- [MongoDB API 23c Workshop](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/mongodb-api/workshop)
3639

40+
## Videos
41+
42+
- [JSON in Oracle Database 23ai](https://www.youtube.com/watch?v=KMgsb-BWWc0&list=PLHA__TOeNI7MNBND0JWQUqTYOQ1up-VHX&pp=gAQBiAQB)
3743
# License
3844

3945
Copyright (c) 2024 Oracle and/or its affiliates.

0 commit comments

Comments
 (0)