Skip to content

Commit 76ea728

Browse files
authored
Merge pull request #1549 from oracle-devrel/uschwinn_graph
Uschwinn graph
2 parents 2e9b710 + 7f036aa commit 76ea728

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Oracle Database Graph
2+
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.
5+
6+
Reviewed: 22.01.2025
7+
8+
# Useful Links
9+
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+
21+
## Blogs and Technical Briefs
22+
23+
- [17 Use Cases for Graph Databases and Graph Analytics](https://www.oracle.com/a/ocom/docs/graph-database-use-cases-ebook.pdf)
24+
- [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)
25+
- [Provisioning analytic environments easily - like Oracle Graph)](https://blogs.oracle.com/coretec/post/provisioning-analytic-environments-easily-like-oracle-graph)
26+
- [Get Started with Oracle Graph using SQL Developer](https://medium.com/oracledevs/get-started-with-oracle-graph-using-sql-developer-e5ccbd61c9fb)
27+
- [Visualizing Graphs in Oracle Graph](https://medium.com/oracledevs/visualizing-graphs-in-oracle-graph-6159c8ce2491)
28+
- [Run Graph Algorithms in Jupyter Notebook](https://medium.com/oracledevs/run-graph-algorithms-in-jupyter-notebook-4a612c870652)
29+
30+
31+
## LiveLabs
32+
33+
- [all Graph LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:117224653754233::::SEARCH:graph)
34+
35+
## Videos
36+
37+
- [Oracle Database 23c – Property Graphs](https://www.youtube.com/watch?v=4uknPkJkUIk)
38+
- [When Property Graphs Meet SQL](https://www.youtube.com/watch?v=S1PJLmDiRMY)
39+
40+
# Team Publications
41+
42+
## Blogs
43+
44+
- [GraphQL, SQL/PGQ or SPARQL?](https://blogs.oracle.com/coretec/post/graphql-pgqql-or-sparql)
45+
- [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)
46+
47+
## Videos
48+
49+
- [SQL/PGQ and SQL Property Graph](https://youtu.be/cezMbCP6hvc)
50+
51+
# License
52+
53+
Copyright (c) 2025 Oracle and/or its affiliates.
54+
55+
Licensed under the Universal Permissive License (UPL), Version 1.0.
56+
57+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Oracle Graph Presentations
2+
This presentations provide information about general Oracle Graph functions.
3+
4+
Reviewed: 22.01.2025
5+
6+
# When to use this asset?
7+
8+
To present or to learn about Oracle Graph.
9+
10+
# How to use this asset?
11+
12+
Use PDF as a presentation.
13+
14+
# License
15+
16+
Copyright (c) 2025 Oracle and/or its affiliates.
17+
18+
Licensed under the Universal Permissive License (UPL), Version 1.0.
19+
20+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

0 commit comments

Comments
 (0)