AllegroGraph

Query Interface

Custom API

RESTful HTTP API, SPARQL

Views

Virtual Views

A logic view is offered by Prolog. Query can support match graph ( contains multiple triples), join, filter, order, etc.

Logging

Logical Logging

Storage Model

Custom

Graph / RDF

Isolation Levels

Snapshot Isolation

Every transaction sees a snapshot of the persistent database state as of the time when the transaction is started. During the transaction, it can change the persistent state without affecting the snapshot of others. When finishes, any updates made by concurrent transactions are visible.

Stored Procedures

Supported

JavaScript or Common Lisp

Storage Architecture

Disk-oriented

Data Model

Graph

System Architecture

Shared-Nothing

Query Compilation

Not Supported

AllegroGraph Logo