Tag Archives: sql

From Graph Patterns To Analytics And Visualization

GRAPH_TABLE is the right first tool because it demonstrates the core idea: match a graph pattern and return rows. But graph work often goes one step further. You may want to rank important accounts, find connected groups, trace weighted paths, … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Build Your First SQL Property Graph In Oracle AI Database 26ai

The first article introduced the graph idea: vertices are things, edges are relationships, and properties describe both. Now we will build one. The easiest way to learn SQL property graphs in Oracle AI Database 26ai is to start with ordinary … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

What Is a Graph in Oracle AI Database 26ai?

If you have ever asked, “How is this thing connected to that thing?”, you have already asked a graph question. A customer sends money to an account. That account sends money to two other accounts. One of those accounts sends … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

Building a Simple Spatial Web App with the New Spring Boot Starter for the Spatial Features in Oracle AI Database 26ai

Hi everyone! In this post, I will show how to run the new Spring Boot starter for the Spatial features in Oracle AI Database 26ai by using the sample application and connecting it to a simple web application front end. … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , | Leave a comment

Running Oracle Autonomous Database in a container

Did you know that you can easily run Oracle Autonomous Database in a container on your local machine? This is a great for development. It’s totally free, and you don’t even need to authenticate to pull the image. It also … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment