|
1 | 1 | # Property Graph
|
2 | 2 |
|
3 |
| -Reviewed: 02.04.2024 |
| 3 | +The Property Graph feature of Oracle Database offers powerful graph support for Oracle database, to explore and discover complex relationships in data sets such as customer data, social networks, and financial transactions, for applications in product recommendation, fraud detection, risk analysis, targeted marketing, and more. This high-performance Graph feature delivers advanced graph query language support, developer APIs, and analytics capabilities with nearly 60 pre-built algorithms. The Property Graph features including the PGQL (Property Graph Query Language) support is available from Oracle Database 12.2 onward. Starting from Oracle Database 23, you can also create and query property graphs using SQL, as defined in the SQL:2023 standard. |
| 4 | + |
| 5 | +Oracle Graph Server and Client is a software package that works with the Property Graph feature in the Oracle Database. It includes graph tools, client libraries, and Oracle Graph Server for running graph analytics algorithms. Oracle Graph Server and Client releases four times a year and its release version number is not related to the Oracle Database Release version number. |
| 6 | + |
| 7 | +# Useful Links |
| 8 | + |
| 9 | +## Documentation |
| 10 | + |
| 11 | +- [What is a Graph?](https://www.oracle.com/autonomous-database/what-is-graph-database/#graph-database-defined) |
| 12 | +- [Integrated Graph Database on oracle.com](https://www.oracle.com/database/graph/) |
| 13 | +- [Graph Developer's Guide for Property Graph](https://docs.oracle.com/en/database/oracle/property-graph/24.2/spgdg/sql-property-graphs.html#GUID-B82E61FF-3601-4D9C-99F9-6A5D4FF961E6) |
| 14 | +- [SQL Language Reference](https://docs.oracle.com/en/database/oracle/oracle-database/23/sqlrf/create-property-graph.html#SQLRF-GUID-37364ADB-E89C-4D92-A431-F2544FEDB218) |
| 15 | +- [Oracle Graph Server and Client Releases](https://docs.oracle.com/en/database/oracle/property-graph/) |
| 16 | +- [Oracle Graph JavaScript API Reference for Property Graph Visualization](https://docs.oracle.com/en/database/oracle/property-graph/24.2/pgjsd/index.html) |
| 17 | +- [Graph Java API Reference for Property Graph (Javadoc)](https://docs.oracle.com/en/database/oracle/property-graph/24.2/spgjv/index.html) |
| 18 | +- [Graph Developer's Guide for RDF Graph](https://docs.oracle.com/en/database/oracle/oracle-database/23/rdfrm/index.html) |
| 19 | +- [Graph Python API Reference for Property Graph](https://docs.oracle.com/en/database/oracle/property-graph/24.2/books.html) |
| 20 | +- [Visualizing SQL Graph Queries Using the APEX Graph Visualization Plug-in](https://docs.oracle.com/en/database/oracle/property-graph/23.4/spgdg/visualizing-sql-graph-queries-using-apex-graph-visualization-plug.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 | +- [Operational Property Graphs with SQL in Oracle Database 23c](https://www.oracle.com/a/ocom/docs/database/operational_property_graph_with_23c.pdf) |
| 26 | +- [Second Quarterly Update on Oracle Graph (2024)](https://blogs.oracle.com/database/post/second-quarterly-update-on-oracle-graph-2024) |
| 27 | +- [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) |
| 28 | +- [Oracle Graph Blog](https://blogs.oracle.com/database/category/db-graph) |
| 29 | +- [Oracle Graph Learning Path](https://blogs.oracle.com/database/post/oracle-graph-learning-path) |
| 30 | +- [Oracle Graph on medium](https://medium.com/tag/oracle-graph) |
| 31 | + |
| 32 | + |
| 33 | +## LiveLabs Workshops |
| 34 | + |
| 35 | +- [Exploring Operational Property Graphs in 23c Free](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3659) |
| 36 | +- [Break down the Monolith - the Oracle Property Graph in Software re-engineering](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=3788&clear=RR,180&session=3234280003655) |
| 37 | +- [Graph Studio: Find Circular Payment Chains with Graph Queries in Autonomous Database](https://apexapps.oracle.com/pls/apex/r/dbpm/livelabs/view-workshop?wid=770) |
| 38 | +- [all Graph LiveLabs](https://apexapps.oracle.com/pls/apex/f?p=133:100:117224653754233::::SEARCH:graph) |
| 39 | + |
| 40 | +## Videos |
| 41 | + |
| 42 | +- [Oracle Database 23c – Property Graphs](https://www.youtube.com/watch?v=4uknPkJkUIk) |
| 43 | +- [When Property Graphs Meet SQL](https://www.youtube.com/watch?v=S1PJLmDiRMY) |
| 44 | + |
| 45 | +# Team Publications |
| 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) |
4 | 49 |
|
5 | 50 | # License
|
6 | 51 |
|
7 |
| -Copyright (c) 2023 Oracle and/or its affiliates. |
| 52 | +Copyright (c) 2024 Oracle and/or its affiliates. |
8 | 53 |
|
9 | 54 | Licensed under the Universal Permissive License (UPL), Version 1.0.
|
10 | 55 |
|
11 |
| -See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details. |
| 56 | +See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details. |
0 commit comments