Skip to content

Commit ad064e1

Browse files
authored
Create README.md
New Readme for db-json
1 parent e99a4b1 commit ad064e1

File tree

1 file changed

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

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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 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.
5+
6+
Reviewed Date: 2.5.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 23](https://docs.oracle.com/en/database/oracle/oracle-database/23/adjsn/index.html#Oracle%C2%AE-Database)
14+
- [JSON-Relational Duality Developer's Guide 23](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+
- [Using SQL/JSON Function JSON_VALUE With a Boolean JSON Value](https://docs.oracle.com/en/database/oracle/oracle-database/23/adjsn/function-JSON_VALUE.html#GUID-FD4E6FFA-8865-4682-B66A-79F77CBACD50)
17+
18+
## Blogs
19+
20+
- [JSON in Oracle Database Insider](https://blogs.oracle.com/database/category/db-json)
21+
22+
## LiveLabs and Live SQL Workshops
23+
24+
- [JSON LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:108826594708002::::SEARCH:JSON)
25+
- [JSON Live SQL Tutorials](https://livesql.oracle.com/apex/f?p=590:49::::RP::)
26+
27+
28+
# Team Publications
29+
30+
- [JSON, SODA, REST, and Oracle Database API for MongoDB](https://blogs.oracle.com/coretec/post/json-soda-rest-and-oracle-database-api-for-mongodb)
31+
- [Tutorial: JSON in the Oracle Database](https://blogs.oracle.com/coretec/post/tutorial1-json-in-oracle)
32+
- [NoSQL-style API SODA for beginners](https://blogs.oracle.com/coretec/post/nosql-style-api-soda-for-beginners)
33+
- [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)
34+
- [MongoDB API 23c Workshop](https://github.com/oracle-devrel/technology-engineering/tree/main/data-platform/core-converged-db/mongodb-api/workshop)
35+
36+
# License
37+
38+
Copyright (c) 2024 Oracle and/or its affiliates.
39+
40+
Licensed under the Universal Permissive License (UPL), Version 1.0.

0 commit comments

Comments
 (0)