Blazegraph is the RDF triple store that Islandora uses to power SPARQL queries and linked data indexing. In an ISLE stack, Blazegraph runs as a Docker service alongside Drupal and Fedora. TheDocumentation Index
Fetch the complete documentation index at: https://sitectl.libops.io/llms.txt
Use this file to discover all available pages before exploring further.
blazegraph component controls whether Blazegraph is included in your stack.
Check current state
blazegraph is on, off, or drifted.
Enable Blazegraph
docker-compose.yml and restores any Drupal configuration that connects Islandora to Blazegraph.
Disable Blazegraph
docker-compose.yml. A future docker compose up will not start Blazegraph.
When to disable Blazegraph
Blazegraph is resource-intensive. Consider disabling it for:- Minimal development stacks — if you’re working on Drupal code that doesn’t involve SPARQL or linked data
- Stacks that have replaced Blazegraph — some Islandora installations have moved to alternative triple stores; if yours has, you can disable Blazegraph here to remove it from the Compose project

