Full Stack Development Using Oracle 23ai

This ad is not shown to multipass and full ticket holders
React Summit US
React Summit US 2025
November 18 - 21, 2025
New York, US & Online
The biggest React conference in the US
Learn More
In partnership with Focus Reactive
Upcoming event
React Summit US 2025
React Summit US 2025
November 18 - 21, 2025. New York, US & Online
Learn more
Bookmark
Rate this content

This 20 min talk will discuss how to use Oracle 23ai in a full stack development environment. It will discuss the different layers of the stack, Oracle 23ai as the database, Parse Server as the Backend and React Native for Front End development. The talk will also discuss the new features offered to developers such as Vector Search, Property Graphs, JSON Duality and JavaScript Stored Procedures.

This talk has been presented at React Summit 2024, check out the latest edition of this React Conference.

FAQ

Full stack development refers to the practice of building and working on both the frontend client side and backend server side components of a mobile or web application. Full stack developers have a comprehensive understanding of how the different components of a web application interact and integrate with each other.

The Oracle 23 AI database is a new, full-featured, free version of the Oracle database running as a Docker container. It supports NoSQL development using customary JSON syntax and is significant for offering a free database container for local development.

Parse Platform is an open source Node.js express app known as a Mobile Backend as a Service (MBaaS) that facilitates rapid development of mobile and web applications. It offers features like data storage, user authentication, and push notifications.

Parse Server supports a variety of SDKs including React Native, Flutter, and Unity API SDK. These SDKs enable developers to create mobile and web applications with features like authentication, authorization, and real-time updates.

In Oracle 23 AI, a pluggable database (PDB) is a concept within a container database, allowing multiple isolated databases to coexist within a single Oracle database instance. Each PDB can be managed independently while sharing the same resources at the container level.

The Oracle storage adapter for Parse Server is a module developed by Oracle to integrate Parse Server with the Oracle 23 AI database. It is hosted in the Oracle Samples GitHub and supports dynamic configuration, allowing for more flexible backend setups.

The Parse Server dashboard provides several features including user management, collection management, webhook configuration, and API consoles for REST, GraphQL, and JavaScript. It allows developers to manage and test their backend infrastructure efficiently.

Cloud code in Parse Server refers to server-side code that can be added to the client API set, allowing for custom server logic. It can execute Oracle SQL, JSON, PL/SQL, or other queuing methods and is useful for tasks like push notifications and spatial data management.

JSON relational duality in Oracle 23 AI allows developers to define JSON views on existing SQL tables, enabling data to be stored in a normalized relational format but accessed as JSON documents. This facilitates easier NoSQL development on top of traditional SQL databases.

AI vector search in Oracle 23 AI is a feature that allows for the storage and querying of vector embeddings using the new vector data type introduced in the latest release. It opens up possibilities for advanced AI-driven search and analysis tasks.

Doug Drechsel
Doug Drechsel
23 min
18 Jun, 2024

Comments

Sign in or register to post your comment.
Video Summary and Transcription
Today's presentation is about full stack development using the new Oracle 23 AI database and Parse Platform. Parse Server simplifies mobile development by providing a flexible backend solution. The new Oracle 23 AI database container offers benefits like JSON support and pluggable database administration. The Parse Server storage adapter allows for easier management and testing of APIs. The stack also includes features like GraphQL, custom Oracle code execution, message queues, and Oracle Spatial for geofencing and trucking applications.

1. Introduction to Full Stack Development

Short description:

Today's presentation is about full stack development using the new Oracle 23 AI database and Parse Platform as the backend server. Full stack development refers to the practice of building both the frontend and backend components of a web application. Parse Server simplifies mobile development by providing a powerful and flexible backend solution. The database used in this stack is the new Oracle-free 23AI running as a Docker container, and it is the first time Oracle has offered a free database container for local development.

Hi. Today's presentation is about full stack development using the new Oracle 23 AI database. It also uses Parse Platform as the backend server.

Parse Platform is known as a MBaaS server or a mobile backend as a server and facilitates rapid development of mobile and web applications. The server runs against the new Oracle 23 AI release. This is a full featured, free version of the Oracle database running as a Docker container.

My name is Doug Drexel. I have worked in software for over 30 years. Maybe you know some products I've worked on, which include Tuxedo, WebLogic Server. I've worked on the Oracle Kubernetes engine for a bit. And now I'm working with the database team in developer outreach.

So very quickly, as you probably all know, full stack development refers to the practice of building and working on both the frontend client side and backend server side components of a mobile or web application. Full stack developers have a comprehensive understanding of how the different components of a web application interact and integrate with each other. They can work on the user interface, handle business logic, manage databases, and ensure seamless communication between the client and the server. The ability to work across the entire stack allows full stack developers to build complete web applications from start to finish without being limited to just frontend or backend. This versatility makes them valuable assets for companies developing web based products and services.

In this talk, the backend will be Parse Server. The database will be Local23AI, and the frontend will be a variety of SDKs that Parse Server supports. So, Parse Server is an open source Node.js express app that is commonly referred to as an Embedded Server. Oracle has developed a new storage adapter for Parse Server using the Oracle NodeDB modules. The database is the new Oracle-free 23AI running as a Docker container. This container supports a NoSQL development using customary JSON syntax. The frontend is the variety of SDKs that Parse Server supports. What is new and unique about this stack is this is the first time Oracle has offered a free database container for local development.

2. Introduction to Parse Server

Short description:

Parse Server simplifies mobile development by offering a powerful and flexible backend solution. It allows you to focus on building the core functionality of your app without getting bogged down in server setup and maintenance. With support for various software development kits and a comprehensive set of APIs and services, Parse Server is suitable for projects of all sizes.

All right, let's talk a little bit about Parse Server. As a developer, you know that building mobile apps can be a complex and time-consuming process, especially when it comes to handling server-side logic and data management. That's where Parse Server comes in, offering a powerful and flexible backend solution that simplifies mobile development. With Parse Server, you can quickly set up a robust backend infrastructure, complete with features like data storage, user authentication, push notifications, and more. This allows you to focus on building the core functionality of your app without getting bogged down in the intricacies of server setup and maintenance.

Parse Server's open source nature also means that you have full control over your data and can easily customize the server to fit your specific needs. Whether you're working on a small personal project or a large-scale enterprise application, Parse Server can help you streamline your mobile development workflow, saving you valuable time and resources.

Here are the software development kits that Parse Server supports. I have used React Native for a walking history app that is going to be used in the workshop. I have used Flutter to create a simple Game Score app based on Game Score, which is Parse's Hello World. That app implements authentication and authorization and uses GraphQL internally. A team member has used the Unity API SDK, a common gaming SDK, to create a rock-paper-scissors gaming mobile app. The Parse Server API provides a comprehensive set of APIs and services that allow developers to build and manage the backend infrastructure for their applications. It includes the following components: data management, user management, push notifications, and cloud code to write custom server-side code.

3. Introduction to 323AI Oracle Database Container

Short description:

Data management, user management, push notifications, cloud code, and summary of Parse Server. Introduction to the new 323AI Oracle Database Container. How to use it and enable JSON support. Pluggable database concept within a container database. Benefits of a pluggable database and its administration. Oracle storage adapter for Parse Server.

Data management, user management, I have basically used all of these, push notifications, cloud code to write custom server-side code, and we will touch on this throughout this talk.

And that concludes a summary of Parse Server, the backend. Now to the database. All right, I am going to talk about the new 323AI Oracle Database Container. Yes, a Docker image for Oracle that is free. It is a full-featured database image. There is nothing missing here. To use it, you have to do a Docker run, and it will download the container and start it.

And then if you want to use it for JSON development, you have to run these commands to enable JSON support. To do this, you will have to download the SQL client to interact with the local container and then you will connect, see this command, connect to the image of sysdba. You are going to connect as the systemdba to a pluggable database called 3PDB1. You can see that in the SQL command. Once you log in, you will run these commands, or you can run them as a script. Just pipe them into SQL and that will set up the local Docker container for JSON development.

But what is a pluggable database? So Oracle has this idea or concept of a container database. And 323AI is a container database, which means there may be many instances of a pluggable database, which could correlate to cloud native services or bounded context. So for each PDB inside a container database, you can define that. Here, let me try this again. In a microservices architecture, a pluggable database can be scoped to a services bounded context. For example, the supplier service, the customer service, and the order service. While at the container level, the sysdba, you can still manage all the PDBs as the same as far as patching, upgrade and backup. Another big plus is that a team can collect and report on metrics for all PDBs in a container database.

We saw the sysdba administrator that could run commands at the container DB level. But every PDB can get its own administrator that maintains the specific instance. For the default PDB, free PDB1, the default administrator is PDBadmin.

A little bit about the storage adapter that we built at Oracle for Parse Server. Right now, the Oracle storage adapter code is hosted in the Oracle Samples GitHub, and it is recommended to work with the latest release of Parse Server 7.0.0. I am working with the Parse team to release this adapter as a, quote, proper adapter. Currently, the other storage adapters, Mongo and Postgres are part of the server source base.

4. Introduction to Parse Server Storage Adapter

Short description:

Moving Mongo and Postgres out of the server repo. Added features like a test exclusion list and storage adapter support. Adapter officially available by July 1st. Dashboard allows managing users, collections, and configuring webhooks. GraphQL playground for testing APIs and verifying code.

Currently, the other storage adapters, Mongo and Postgres are part of the server source base. So that's what I mean by a proper adapter. We wanted to make storage adapters dynamically configurable. And I've talked with the Parse team, and they want to also move out Mongo and Postgres from the server repo and turn them into their own repositories. So to do that, I worked with the Parse team to add a couple of features, a test exclusion list, which allows each adapter to disable broken tests for that specific build. And I added some storage adapter support, which allows for the dynamic configuration of a storage adapter.

We also have a GitHub pipeline that runs the full test suite against Oracle. And we currently pass 2,671 tests out of 3,141. Of those failures, 253 are Oracle-specific as identified by the test exclusion list. I was talking with the Parse folks this morning, and we intend to make this adapter officially available by July 1st. And right now, it is supported as a developer preview. So when you install Parse Server, you also get a dashboard that's really simple to install and to work with your server.

This dashboard allows you to do a bunch of things. It allows you to manage users. It allows you to manage collections. You can configure webhooks to call other Kubernetes services, for example, services provided by our Spring Boot platform. We have a Spring Boot platform, and I've used webhooks to call the services offered by those Spring Boot microservices, and made them available through the API to mobile and web developers. And then, as you see down at the bottom of the console, there is the API console. You can see on dashboard start, if you take a look at that, I specified to connect to the Parse endpoint, which is the Parse API. I also specified to connect to the GraphQL endpoint, so we can actually run a little GraphQL through the playground. So here's a picture in the dashboard of the GraphQL playground. I found these playgrounds to be very useful as I ramped up on using the Parse APIs. You can write simple code that tests out the APIs, and you can verify that your code is working before you put it into your applications. So this dashboard has three playgrounds. It has the REST playground, the GraphQL playground, and the JavaScript playground. In this specific GraphQL example, this is creating a course document in the course collection. One of the things I really liked about GraphQL is its self-documenting feature.

5. Exploring Oracle-Specific Features

Short description:

The stack includes REST, GraphQL, and JavaScript playgrounds. GraphQL's self-documenting feature enhances developer productivity. Cloud code allows execution of custom Oracle code. Message queues with continuous query notification and push notifications. Oracle Spatial for geofencing and trucking applications. Looking into property graphs and SQL tuning set.

It has the REST playground, the GraphQL playground, and the JavaScript playground. In this specific GraphQL example, this is creating a course document in the course collection. One of the things I really liked about GraphQL is its self-documenting feature.

I think that is neat. GraphQL's self-documentation capabilities allows developers to introspect and explore the schema and available queries and mutations, and it greatly enhances developer productivity to facilitate efficient collaboration across service teams. So that was sort of a quick, broad overview of this full-stack development environment and the different components. The backend Parse server, the database, Oracle 3.23 AI, and basically any SDK you prefer to use.

But now I'm going to start talking about things that I have done that are maybe Oracle-specific. I'm not sure, but these are things I've actually done with the stack. All right. There are a lot of acronyms in this title, so let's get through this. All right. Parse provides the idea of cloud code, which is server-side code that can be easily added to the client API set. Using cloud code, custom Oracle code can be executed. You can use any SQL, JSON, pre-existing PL SQL, or any of the queuing methods related to a queue, advanced queuing. In this use case, I configured a message queue and registered for a callback when new messages appeared on the queue, and that is the CQN, continuous query notification.

When a message was received to the queue, the callback would be called, and using APNs, Apple Push notification service, it would push the notification to users who subscribed. Quick shout out to Codeco because I used their Push notifications tutorial to build out this small application. This next example is similar to the first, except now I am working with Oracle Spatial. Oracle Spatial is a comprehensive set of features for managing and analyzing spatial data. In this case, I would similarly listen for events on the queue, but this time the events are related to trucking. Did the truck stray off course, as you can see? So this is sort of a geofencing application. If you look at the picture, we have given a boundary, a geofence boundary, and we can get alerts if a truck strays off course, if the truck is going to be arriving in 20 minutes, so we can prepare the bay. I have had some other ideas with this capability for some other things that I hope I am able to work on. So these are two things that I have done with this stack locally. I actually pushed messages, notifications through APNS off from my local machine, but there are so many other features to be explored in this release that I am looking forward to using. This is one of the next things I am going to be working on. These are property graphs. If you are not aware of what property graphs do, Oracle has a graphing database that you can do graph analysis on, and there are some examples of why you would want to do such a thing. What I want to do, or I am actually looking at, so we have this idea of a SQL tuning set.

6. SQL Tuning Set and JSON Relational Duality

Short description:

Converting SQL tuning set to a graph to identify related tables. Defining bounded context across existing tables. JSON relational duality for defining JSON views on SQL tables.

Oracle has a SQL tuning set, which collects all the requests coming into the database and logs them. What I am doing is I am looking at converting a SQL tuning set to a graph and identifying related tables using community detection. This would be useful in defining a bounded context across existing tables by identifying joint affinities or maybe identifying transactional context.

So the work here that I am doing, and there are a lot of opportunities to use this feature in different ways, but the work I am doing is sort of migrating or taking standard SQL databases that have been around for a long time, looking at them and sort of helping our users to define bounded context so they can abstract the existing tables into services.

The next thing I am looking at, and this is in correlation with the SQL tuning set, this is called a JSON relational duality. What this means essentially is you can define JSON views on existing SQL tables. 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.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

Debugging JS
React Summit 2023React Summit 2023
24 min
Debugging JS
Top Content
Watch video: Debugging JS
Debugging JavaScript is a crucial skill that is often overlooked in the industry. It is important to understand the problem, reproduce the issue, and identify the root cause. Having a variety of debugging tools and techniques, such as console methods and graphical debuggers, is beneficial. Replay is a time-traveling debugger for JavaScript that allows users to record and inspect bugs. It works with Redux, plain React, and even minified code with the help of source maps.
A Framework for Managing Technical Debt
TechLead Conference 2023TechLead Conference 2023
35 min
A Framework for Managing Technical Debt
Top ContentPremium
Today's Talk discusses the importance of managing technical debt through refactoring practices, prioritization, and planning. Successful refactoring requires establishing guidelines, maintaining an inventory, and implementing a process. Celebrating success and ensuring resilience are key to building a strong refactoring culture. Visibility, support, and transparent communication are crucial for addressing technical debt effectively. The team's responsibilities, operating style, and availability should be transparent to product managers.
Building a Voice-Enabled AI Assistant With Javascript
JSNation 2023JSNation 2023
21 min
Building a Voice-Enabled AI Assistant With Javascript
Top Content
This Talk discusses building a voice-activated AI assistant using web APIs and JavaScript. It covers using the Web Speech API for speech recognition and the speech synthesis API for text to speech. The speaker demonstrates how to communicate with the Open AI API and handle the response. The Talk also explores enabling speech recognition and addressing the user. The speaker concludes by mentioning the possibility of creating a product out of the project and using Tauri for native desktop-like experiences.
A Practical Guide for Migrating to Server Components
React Advanced 2023React Advanced 2023
28 min
A Practical Guide for Migrating to Server Components
Top Content
Watch video: A Practical Guide for Migrating to Server Components
React query version five is live and we'll be discussing the migration process to server components using Next.js and React Query. The process involves planning, preparing, and setting up server components, migrating pages, adding layouts, and moving components to the server. We'll also explore the benefits of server components such as reducing JavaScript shipping, enabling powerful caching, and leveraging the features of the app router. Additionally, we'll cover topics like handling authentication, rendering in server components, and the impact on server load and costs.
Power Fixing React Performance Woes
React Advanced 2023React Advanced 2023
22 min
Power Fixing React Performance Woes
Top Content
Watch video: Power Fixing React Performance Woes
This Talk discusses various strategies to improve React performance, including lazy loading iframes, analyzing and optimizing bundles, fixing barrel exports and tree shaking, removing dead code, and caching expensive computations. The speaker shares their experience in identifying and addressing performance issues in a real-world application. They also highlight the importance of regularly auditing webpack and bundle analyzers, using tools like Knip to find unused code, and contributing improvements to open source libraries.
Monolith to Micro-Frontends
React Advanced 2022React Advanced 2022
22 min
Monolith to Micro-Frontends
Top Content
Microfrontends are considered as a solution to the problems of exponential growth, code duplication, and unclear ownership in older applications. Transitioning from a monolith to microfrontends involves decoupling the system and exploring options like a modular monolith. Microfrontends enable independent deployments and runtime composition, but there is a discussion about the alternative of keeping an integrated application composed at runtime. Choosing a composition model and a router are crucial decisions in the technical plan. The Strangler pattern and the reverse Strangler pattern are used to gradually replace parts of the monolith with the new application.

Workshops on related topic

Building a Shopify App with React & Node
React Summit Remote Edition 2021React Summit Remote Edition 2021
87 min
Building a Shopify App with React & Node
Top Content
Workshop
Jennifer Gray
Hanna Chen
2 authors
Shopify merchants have a diverse set of needs, and developers have a unique opportunity to meet those needs building apps. Building an app can be tough work but Shopify has created a set of tools and resources to help you build out a seamless app experience as quickly as possible. Get hands on experience building an embedded Shopify app using the Shopify App CLI, Polaris and Shopify App Bridge.We’ll show you how to create an app that accesses information from a development store and can run in your local environment.
Build a chat room with Appwrite and React
JSNation 2022JSNation 2022
41 min
Build a chat room with Appwrite and React
Workshop
Wess Cope
Wess Cope
API's/Backends are difficult and we need websockets. You will be using VS Code as your editor, Parcel.js, Chakra-ui, React, React Icons, and Appwrite. By the end of this workshop, you will have the knowledge to build a real-time app using Appwrite and zero API development. Follow along and you'll have an awesome chat app to show off!
Hard GraphQL Problems at Shopify
GraphQL Galaxy 2021GraphQL Galaxy 2021
164 min
Hard GraphQL Problems at Shopify
Workshop
Rebecca Friedman
Jonathan Baker
Alex Ackerman
Théo Ben Hassen
 Greg MacWilliam
5 authors
At Shopify scale, we solve some pretty hard problems. In this workshop, five different speakers will outline some of the challenges we’ve faced, and how we’ve overcome them.

Table of contents:
1 - The infamous "N+1" problem: Jonathan Baker - Let's talk about what it is, why it is a problem, and how Shopify handles it at scale across several GraphQL APIs.
2 - Contextualizing GraphQL APIs: Alex Ackerman - How and why we decided to use directives. I’ll share what directives are, which directives are available out of the box, and how to create custom directives.
3 - Faster GraphQL queries for mobile clients: Theo Ben Hassen - As your mobile app grows, so will your GraphQL queries. In this talk, I will go over diverse strategies to make your queries faster and more effective.
4 - Building tomorrow’s product today: Greg MacWilliam - How Shopify adopts future features in today’s code.
5 - Managing large APIs effectively: Rebecca Friedman - We have thousands of developers at Shopify. Let’s take a look at how we’re ensuring the quality and consistency of our GraphQL APIs with so many contributors.
Build Modern Applications Using GraphQL and Javascript
Node Congress 2024Node Congress 2024
152 min
Build Modern Applications Using GraphQL and Javascript
Workshop
Emanuel Scirlet
Miguel Henriques
2 authors
Come and learn how you can supercharge your modern and secure applications using GraphQL and Javascript. In this workshop we will build a GraphQL API and we will demonstrate the benefits of the query language for APIs and what use cases that are fit for it. Basic Javascript knowledge required.
0 To Auth In An Hour For Your JavaScript App
JSNation 2023JSNation 2023
57 min
0 To Auth In An Hour For Your JavaScript App
WorkshopFree
Asaf Shen
Asaf Shen
Passwordless authentication may seem complex, but it is simple to add it to any app using the right tool.
We will enhance a full-stack JS application (Node.js backend + Vanilla JS frontend) to authenticate users with One Time Passwords (email) and OAuth, including:
- User authentication – Managing user interactions, returning session / refresh JWTs- Session management and validation – Storing the session securely for subsequent client requests, validating / refreshing sessions
At the end of the workshop, we will also touch on another approach to code authentication using frontend Descope Flows (drag-and-drop workflows), while keeping only session validation in the backend. With this, we will also show how easy it is to enable biometrics and other passwordless authentication methods.