Deployment scenarios
- GraphDB Server - a set of programming interfaces that exposes all database functionality as a REST API. GraphDB stays fully compliant with the RDF4J Server REST API. This is the minimal required functionality to start the database and use it from a client application.
- GraphDB Workbench - management interfaces implemented on top of the GraphDB Server REST API. It provides a user- friendly web application to write SPARQL queries, import, export information and perform other maintenance activities. GraphDB Workbench also includes all GraphDB Server interfaces and can point them to an embedded database (i.e., no additional GraphDB Server installation is required) or a remote GraphDB Server.