Skip to content

Commit 024fee2

Browse files
authored
Create README.md
Created JSON README.md
1 parent 4fef2e1 commit 024fee2

File tree

1 file changed

+39
-0
lines changed
  • data-platform/core-converged-db/db-json

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# JSON in the Oracle Database
2+
3+
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.
4+
In 23c, 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.
5+
6+
Reviewed Date: 04.04.2024
7+
8+
# Useful Links
9+
10+
## Documentation
11+
12+
- [JSON Developer's Guide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/adjsn/json-in-oracle-database.html#GUID-A8A58B49-13A5-4F42-8EA0-508951DAE0BB)
13+
- [JSON Developer's Guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/adjsn/index.html#Oracle%C2%AE-Database)
14+
- [JSON-Relational Duality Developer's Guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/jsnvu/index.html#Oracle%C2%AE-Database)
15+
- [Simple Oracle Document Access (SODA)](https://docs.oracle.com/en/database/oracle/simple-oracle-document-access)
16+
17+
## Blogs
18+
19+
- [JSON in Oracle Database Insider](https://blogs.oracle.com/database/category/db-json)
20+
21+
## LiveLabs Workshops
22+
23+
- [JSON topic](https://apexapps.oracle.com/pls/apex/f?p=133:100:108826594708002::::SEARCH:JSON)
24+
25+
26+
# Team Publications
27+
28+
- [JSON, SODA, REST, and Oracle Database API for MongoDB](https://blogs.oracle.com/coretec/post/json-soda-rest-and-oracle-database-api-for-mongodb)
29+
- [Tutorial: JSON in the Oracle Database](https://blogs.oracle.com/coretec/post/tutorial1-json-in-oracle)
30+
- [NoSQL-style API SODA for beginners](https://blogs.oracle.com/coretec/post/nosql-style-api-soda-for-beginners)
31+
- [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)
32+
- [MongoDB API 23c Workshop] (https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/mongodb-api/workshop)
33+
34+
# License
35+
36+
Copyright (c) 2024 Oracle and/or its affiliates.
37+
38+
Licensed under the Universal Permissive License (UPL), Version 1.0.
39+

0 commit comments

Comments
 (0)