GraphDB Free 8.0
Table of contents
- General
- Quick start guide
- Installation
- Administration
- Usage
- References
- Release notes
- FAQ
- Support
GraphDB Free 8.0
Table of contents
- General
- Quick start guide
- Installation
- Administration
- Usage
- References
- Release notes
- FAQ
- Support
Creating a repository¶
What’s in this document?
Create a repository¶
There are two ways for creating and managing repositories, either through the Workbench interface, or by using the RDF4J console.
Using the Workbench¶
To manage your repositories, go to Setup -> Repositories. This opens a list of available repositories and their locations.
Click the the Connect button next to the location you want to activate.
Click the Create new repository button or create it from a file by using the configuration template that can be found at
configs/templates/
.Enter the Repository ID (e.g., repository1) and leave all other optional configuration settings with their default values.
Tip
For repositories with more than few tens of millions of statements, see the configuration parameters.
Click the Create button. You newly created repository appears in the repositories list.
Using the RDF4J console¶
Note
Use the create
command to add new repositories to the location
that the console is connected to. This command expects the
name of the template that describes the repository’s configuration.
Run the RDF4J console application, which resides in the
/bin
folder:console.cmd (Windows) ./console (Unix/Linux)
Connect to the GraphDB server instance using the command:
connect http://localhost:7200.
- Create a repository using the command:
create free.
Fill in the values of the parameters in the console.
Exit the RDF4J console.
quit.
Manage repositories¶
Edit a repository¶
To edit or download the repository configuration as a turtle file, copy its URL, or delete it, use the icons next to its name.

Warning
Once a repository is deleted, all data contained in it is irrevocably lost.