Introduction
There are many examples of using AllegroGraph spread throughout the documentation. And there are two locations where particularly complex examples are located:
The tutorial/ subdirectory of the installation directory (that is, the directory into which AllegroGraph is installed). This directory includes the data for various examples along with code suitable for running the examples. The kennedy family data, used, for example, in the AllegroGraph Quick Start document, is located in tutorial/.
The repository franzinc/agraph-examples repository on Github*.
The second of those locations (franzinc/agraph-examples) is where most new examples are put as they can be added without changing the release contents.
One set of examples in franzinc/agraph-examples shows how to connect with various tools provided by other vendors. Some of these are described in separate documents. Included are:
An example of data inport through streaming. See the Graph streaming document for more information.
An example which creates a virtualized graph. See the Creating Virtualized Graphs document for more information.
An example of graph analytics by using AllegroGraph and Apache Spark. See here in the franzinc/agraph-examples repo.
An example of Graph Neural Networks (GNN). See here in the franzinc/agraph-examples repo.
Other examples on github focus focus on infrastructure as code, automating distributed databases, and examples of using multi-master replication clusters for load balancing on infrastructure as code, automating distributed databases, and examples of using multi-master replication clusters for load balancing.
Also see the Tutorials section of the Documentation Index for links to other tutorials and examples.