Skip to content

Commit 6e0c8fa

Browse files
Merge pull request #2319 from oracle-devrel/isyed-datascience-consolidation
Consolidating core-db and data-science Content
2 parents bd99655 + 5e05aa0 commit 6e0c8fa

35 files changed

Lines changed: 188 additions & 195 deletions

data-platform/core-converged-db/ai-vector-search/README.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

data-platform/core-converged-db/db-graph/README.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

data-platform/core-converged-db/spatial/README.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

data-platform/data-science/oracle-graph/README.md

Lines changed: 46 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,56 @@
1-
# Oracle Graph
1+
# Oracle Database Graph
22

3-
This page covers Oracle Graph.
4-
5-
Graph databases, part of Oracle’s converged database offering, eliminate the need to set up a separate database and move data. Analysts and developers can perform fraud detection in banking, find connections and links to data, and improve traceability in smart manufacturing, all while gaining enterprise-grade security, ease of data ingestion, and strong support for data workloads.
3+
Graphs enable you to find connections and explore relationships in your data. Oracle Graph is an AI-ready, integrated feature of Oracle's converged database that eliminates the need for a separate graph database and data movement. Analysts and developers can address various use cases, including financial fraud detection and manufacturing traceability, while gaining enterprise-grade security, ease of data ingestion, and strong support for operational workloads.Oracle Graph supports both RDF (resource description framework) and property graphs on operational data.
4+
Developers can now easily build graph applications with SQL using existing SQL development tools and frameworks through SQL property graphs. The combination of AI Vector Search and RDF knowledge graph capabilities in Oracle Database makes it simple to extend retrieval-augmented generation (RAG) workflows with graph analysis, enabling improved search response accuracy—also known as GraphRAG.
65

76
Reviewed: 2025.09.26
87

9-
108
# Useful Links
119

12-
- [Oracle Graph homepage](https://www.oracle.com/database/graph/)
13-
- [Oracle Graph on YouTube](https://www.youtube.com/playlist?list=PL3ZqpALcm8HMR7nHRlpA2pXiUz99SMO5Z)
14-
- [Oracle Graph on Oracle Blogs](https://blogs.oracle.com/search.html?q=graph)
15-
- [Oracle Graph on GitHub](https://github.com/oracle-samples/pgx-samples)
16-
- [Oracle Graph on Oracle LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:2717775602397::::SEARCH:graph)
17-
- [Oracle Graph documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23/graph.html)
10+
## Documentation
11+
12+
- [What is a Graph?](https://www.oracle.com/autonomous-database/what-is-graph-database/#graph-database-defined)
13+
- [Integrated Graph Database on oracle.com](https://www.oracle.com/database/graph/)
14+
- [Graph Developer's Guide for Property Graph](https://docs.oracle.com/pls/topic/lookup?ctx=property-graph-latest&id=SPGDG)
15+
- [Graph Developer's Guide for RDF Graph](https://docs.oracle.com/en/database/oracle/oracle-database/23/rdfrm/index.html)
16+
- [Graph Java API Reference for Property Graph (Javadoc)](https://docs.oracle.com/pls/topic/lookup?ctx=property-graph-latest&id=SPGJV)
17+
- [Graph JavaScript API Reference for Property Graph Visualization](https://docs.oracle.com/pls/topic/lookup?ctx=property-graph-latest&id=PGJSD)
18+
- [Graph Python API Reference for Property Graph](https://docs.oracle.com/pls/topic/lookup?ctx=property-graph-latest&id=python_doc)
19+
- [data sets for property graph (Karin Patenge)](https://github.com/karinpatenge/property-graph)
20+
- [ISO/IEC 9075-16:2023](https://www.iso.org/standard/79473.html)
21+
22+
## Blogs and Technical Briefs
23+
24+
- [17 Use Cases for Graph Databases and Graph Analytics](https://www.oracle.com/a/ocom/docs/graph-database-use-cases-ebook.pdf)
25+
- [See your data through new eyes: Everything can be a graph](https://blogs.oracle.com/coretec/post/see-your-data-through-new-eyes-everything-can-be-a-graph)
26+
- [Provisioning analytic environments easily - like Oracle Graph)](https://blogs.oracle.com/coretec/post/provisioning-analytic-environments-easily-like-oracle-graph)
27+
- [Get Started with Oracle Graph using SQL Developer](https://medium.com/oracledevs/get-started-with-oracle-graph-using-sql-developer-e5ccbd61c9fb)
28+
- [Visualizing Graphs in Oracle Graph](https://medium.com/oracledevs/visualizing-graphs-in-oracle-graph-6159c8ce2491)
29+
- [Run Graph Algorithms in Jupyter Notebook](https://medium.com/oracledevs/run-graph-algorithms-in-jupyter-notebook-4a612c870652)
30+
- [First Quarterly Update on Oracle Graph (2025)](https://blogs.oracle.com/database/post/first-quarterly-update-on-oracle-graph-2025)
31+
- [Provisioning analytic environments easily - like Oracle Graph](https://blogs.oracle.com/coretec/post/provisioning-analytic-environments-easily-like-oracle-graph)
32+
33+
34+
## LiveLabs
35+
36+
- [all Graph LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:117224653754233::::SEARCH:graph)
37+
38+
## Videos
39+
40+
- [Oracle AI Database 26ai – Property Graphs](https://www.youtube.com/watch?v=4uknPkJkUIk)
41+
- [When Property Graphs Meet SQL](https://www.youtube.com/watch?v=S1PJLmDiRMY)
42+
43+
# Team Publications
44+
45+
## Blogs
46+
47+
- [GraphQL, SQL/PGQ or SPARQL?](https://blogs.oracle.com/coretec/post/graphql-pgqql-or-sparql)
48+
- [Developing a Java application using Oracle Graph Server](https://blogs.oracle.com/coretec/post/developing-a-java-application-working-on-top-of-oracle-property-graph-server)
49+
- [Getting Started: RDF Knowledge Graphs for Pursuing Hidden Data Connections](https://blogs.oracle.com/coretec/post/getting-started-rdf-knowledge-graphs-for-pursuing-hidden-connections)
50+
51+
## Videos
1852

53+
- [SQL/PGQ and SQL Property Graph](https://youtu.be/cezMbCP6hvc)
1954

2055
# License
2156

data-platform/data-science/oracle-vector-search/connecting-23ai/LICENSE.txt renamed to data-platform/data-science/oracle-graph/oracle-graph-presentations/LICENSE

File renamed without changes.

data-platform/core-converged-db/db-graph/db-graph-presentations/README.md renamed to data-platform/data-science/oracle-graph/oracle-graph-presentations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Oracle Graph Presentations
22
This presentations provide information about general Oracle Graph functions.
33

4-
Reviewed: 22.01.2025
4+
Reviewed: 2025.11.17
55

66
# When to use this asset?
77

data-platform/core-converged-db/db-graph/db-graph-presentations/PROPERTY-GRAPH-23.pdf renamed to data-platform/data-science/oracle-graph/oracle-graph-presentations/files/PROPERTY-GRAPH-23.pdf

File renamed without changes.

data-platform/core-converged-db/db-graph/db-graph-presentations/graph_rag_in_db.pdf renamed to data-platform/data-science/oracle-graph/oracle-graph-presentations/files/graph_rag_in_db.pdf

File renamed without changes.

data-platform/core-converged-db/db-graph/db-graph-presentations/graph_rag_introduction.pdf renamed to data-platform/data-science/oracle-graph/oracle-graph-presentations/files/graph_rag_introduction.pdf

File renamed without changes.

0 commit comments

Comments
 (0)