Skip to content

Commit e049d1d

Browse files
committed
update-ajd
1 parent 8506710 commit e049d1d

File tree

1 file changed

+58
-1
lines changed
  • data-platform/autonomous-database/autonomous-json

1 file changed

+58
-1
lines changed

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

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,69 @@ Oracle Autonomous JSON Database is a cloud document database service that makes
2424

2525
- [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)
2626
- Find how to reach unlimited scalability with Autonomous JSON and Oracle REST.
27+
28+
- [Python Developer Track for Oracle JSON and Duality Views](https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-2b9h)
29+
- Workshop overview.
30+
31+
- [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)
32+
- Configure developer free database.
33+
34+
- [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)
35+
- First steps in the workshop.
36+
37+
- [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)
38+
- First operations with Python and JSON.
39+
40+
- [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)
41+
- Run queries without knowing SQL.
42+
43+
- [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)
44+
- Improve your query performance.
45+
46+
- [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)
47+
- Use Database Actions.
48+
49+
- [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)
50+
- Learn how to model JSON data.
51+
52+
- [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)
53+
- Analytical queries with SQL.
54+
55+
- [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)
56+
- Use MongoDB with Duality Views.
2757

2858
# Useful Links
2959

3060
- [JSON Developer Guide for 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/adjsn/#Oracle%C2%AE-Database)
3161
- Documentation for developing over JSON at 19c.
32-
62+
63+
- [JSON Relational Duality examples](https://github.com/oracle-samples/oracle-db-examples/tree/main/json-relational-duality)
64+
- Examples for Duality Views.
65+
66+
- [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 )
67+
- Learn the benefits or Duality Views.
68+
69+
- [Best Practices in Designing JSON Document Model in Autonomous JSON Database](https://www.youtube.com/watch?v=AyLM930yU88 )
70+
- Discover the best practices for Autonomous JSON when designing documents.
71+
72+
- [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 )
73+
- Learn how Oracle OSON works.
74+
75+
- [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 )
76+
- JSON new features for 21c.
77+
78+
- [JSON and PL/SQL: what's new in 23c?](https://www.youtube.com/watch?v=ICNDwGkAzBg )
79+
- JSON new features for 23c.
80+
81+
- [JSON Tutorial for Oracle Database](https://blogs.oracle.com/sql/post/how-to-store-query-and-create-json-documents-in-oracle-database )
82+
- Tutorial for Oracle JSON.
83+
84+
- [Install MongoDB API for any Oracle Database](https://blogs.oracle.com/database/post/installing-database-api-for-mongodb-for-any-oracle-database )
85+
- Install MongoDB API when you are not using Autonomous Databases.
86+
87+
- [JSON Relational Duality blog announcement](https://blogs.oracle.com/post/json-relational-duality-app-dev )
88+
- Duality Views introduction.
89+
3390
# LiveLabs
3491

3592
- [Developing with JSON and SODA in Oracle Database](https://apexapps.oracle.com/pls/apex/f?p=133:180:109524315536663::::wid:831)

0 commit comments

Comments
 (0)