Skip to content

Commit 2f4722f

Browse files
Merge pull request #759 from oracle-devrel/autonomous-json-update
update-ajd
2 parents 4b43a6c + b0b3c63 commit 2f4722f

File tree

1 file changed

+61
-2
lines changed
  • data-platform/autonomous-database/autonomous-json

1 file changed

+61
-2
lines changed

data-platform/autonomous-database/autonomous-json/README.md

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Autonomous JSON Database
22

33
Oracle Autonomous JSON Database is a cloud document database service that makes it simple to develop JSON-centric applications. It features NoSQL-style document APIs (Oracle SODA and Oracle Database API for MongoDB), serverless scaling, high-performance ACID transactions, comprehensive security, and low pay-per-use pricing.
4+
5+
Reviewed: 25.01.2024
46

57
# Table of Contents
68

@@ -24,12 +26,69 @@ Oracle Autonomous JSON Database is a cloud document database service that makes
2426

2527
- [Cloud Scalability using Customer Managed Oracle REST Data Service with Autonomous JSON](https://medium.com/@devpiotrekk/cloud-scalability-using-customer-managed-oracle-rest-data-service-with-autonomous-json-275fa06e8d22)
2628
- Find how to reach unlimited scalability with Autonomous JSON and Oracle REST.
29+
30+
- [Python Developer Track for Oracle JSON and Duality Views](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-2b9h)
31+
- Workshop overview.
32+
33+
- [Python Developer Track for Oracle JSON and Duality Views - Part 1: Create and configure your Oracle 23cs](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-1-create-and-configure-your-oracle-23c-13hl)
34+
- Configure developer free database.
35+
36+
- [Python Developer Track for Oracle JSON and Duality Views - Part 2: First steps with Oracle and Python](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-2-first-steps-with-oracle-and-python-2c0m)
37+
- First steps in the workshop.
38+
39+
- [Python Developer Track for Oracle JSON and Duality Views - Part 3: CRUD operations](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-3-crud-operations-2oji)
40+
- First operations with Python and JSON.
41+
42+
- [Python Developer Track for Oracle JSON and Duality Views - Part 4: Queries by Example](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-4-queries-by-example-57ho)
43+
- Run queries without knowing SQL.
44+
45+
- [Python Developer Track for Oracle JSON and Duality Views - Part 5: Indexing](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-5-indexing-51fe)
46+
- Improve your query performance.
47+
48+
- [Python Developer Track for Oracle JSON and Duality Views - Part 6: Database Actions, GUI for JSON](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-6-database-actions-gui-for-json-5756)
49+
- Use Database Actions.
50+
51+
- [Python Developer Track for Oracle JSON and Duality Views - Part 7: Data Modeling, including Duality Views](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-7-data-modeling-including-duality-views-10l3)
52+
- Learn how to model JSON data.
53+
54+
- [Python Developer Track for Oracle JSON and Duality Views - Part 8: Run SQL over JSON](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-8-run-sql-over-json-5eib)
55+
- Analytical queries with SQL.
56+
57+
- [Python Developer Track for Oracle JSON and Duality Views - Part 9: MongoDB API against Duality Views](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-9-mongodb-api-against-duality-views-9a2)
58+
- Use MongoDB with Duality Views.
2759

2860
# Useful Links
2961

3062
- [JSON Developer Guide for 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/adjsn/#Oracle%C2%AE-Database)
3163
- Documentation for developing over JSON at 19c.
32-
64+
65+
- [JSON Relational Duality examples](https://github.com/oracle-samples/oracle-db-examples/tree/main/json-relational-duality)
66+
- Examples for Duality Views.
67+
68+
- [Key benefits of JSON Relational Duality](https://blogs.oracle.com/database/post/key-benefits-of-json-relational-duality-experience-it-today-using-oracle-database-23c-free-developer-release )
69+
- Learn the benefits of Duality Views.
70+
71+
- [Best Practices in Designing JSON Document Model in Autonomous JSON Database](https://www.youtube.com/watch?v=AyLM930yU88 )
72+
- Discover the best practices for Autonomous JSON when designing documents.
73+
74+
- [Why Oracle Autonomous JSON is faster than MongoDB? You need to know about Oracle OSON](https://blogs.oracle.com/database/post/autonomous-json-database-under-the-covers-oson-format )
75+
- Learn how Oracle OSON works.
76+
77+
- [JSON, what is new in 21c?](https://blogs.oracle.com/database/post/json-type-and-other-cool-new-json-features-in-oracle-database-release-21c )
78+
- JSON new features for 21c.
79+
80+
- [JSON and PL/SQL: what's new in 23c?](https://www.youtube.com/watch?v=ICNDwGkAzBg )
81+
- JSON new features for 23c.
82+
83+
- [JSON Tutorial for Oracle Database](https://blogs.oracle.com/sql/post/how-to-store-query-and-create-json-documents-in-oracle-database )
84+
- Tutorial for Oracle JSON.
85+
86+
- [Install MongoDB API for any Oracle Database](https://blogs.oracle.com/database/post/installing-database-api-for-mongodb-for-any-oracle-database )
87+
- Install MongoDB API when you are not using Autonomous Databases.
88+
89+
- [JSON Relational Duality blog announcement](https://blogs.oracle.com/post/json-relational-duality-app-dev )
90+
- Duality Views introduction.
91+
3392
# LiveLabs
3493

3594
- [Developing with JSON and SODA in Oracle Database](https://apexapps.oracle.com/pls/apex/f?p=133:180:109524315536663::::wid:831)
@@ -41,7 +100,7 @@ Oracle Autonomous JSON Database is a cloud document database service that makes
41100

42101
# License
43102

44-
Copyright (c) 2023 Oracle and/or its affiliates.
103+
Copyright (c) 2024 Oracle and/or its affiliates.
45104

46105
Licensed under the Universal Permissive License (UPL), Version 1.0.
47106

0 commit comments

Comments
 (0)