DEV Community

Cover image for Python Developer Track for Oracle JSON and Duality Views
Javier
Javier

Posted on • Updated on

Python Developer Track for Oracle JSON and Duality Views

Do you want to take advantage of JSON and Relational combined, while avoiding the limitations of each? This workshop is for you!

In this new workshop, you are going to learn how to develop against an Oracle 23c and how to create advanced data models using Duality Views. The full content of the workshop is the following:

  1. Create and configure your Oracle 23c
  2. First steps with Oracle and Python
  3. CRUD operations
  4. Queries by example
  5. Indexing
  6. Database Actions, GUI for JSON
  7. Data Modeling, including Duality Views
  8. Run SQL over JSON
  9. MongoDB API against Duality Views

I will be creating a blog post for each of the labs and I will share all the code at GitHub. Stay tuned!

Here you have all the direct links to all the chapters:

  1. Create 23c:https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-1-create-and-configure-your-oracle-23c-13hl
  2. First steps:https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-2-first-steps-with-oracle-and-python-2c0m
  3. CRUD operations: https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-3-crud-operations-2oji
  4. Queries by example: https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-4-queries-by-example-57ho
  5. Indexing: https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-5-indexing-51fe
  6. Database Actions: https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-6-database-actions-gui-for-json-5756
  7. Data Modeling: https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-7-data-modeling-including-duality-views-10l3
  8. SQL: https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-8-run-sql-over-json-5eib
  9. MongoDB API: https://dev.to/javierdelatorre/python-developer-track-for-oracle-json-and-duality-views-part-9-mongodb-api-against-duality-views-9a2

Top comments (0)