GraphDB Free 6.6
Table of contents
- General
- Quick Start Guide
- Installation
- Administration
- Administration Tasks
- Administration Tools
- Creating a Repository
- Configuring a Repository
- Sizing Guidelines
- Disk Space Requirements
- Configuring the Entity Pool
- Starting & Shutting down GraphDB
- Managing Repositories
- Access Rights and Security
- Backing up and Recovering a Repository
- Query and Transaction Monitoring
- Diagnosing and Reporting Critical Errors
- Usage
- Tools
- Benchmarks
- References
- Release Notes
- Roadmap
- FAQ
- Support
GraphDB Free 6.6
Table of contents
- General
- Quick Start Guide
- Installation
- Administration
- Administration Tasks
- Administration Tools
- Creating a Repository
- Configuring a Repository
- Sizing Guidelines
- Disk Space Requirements
- Configuring the Entity Pool
- Starting & Shutting down GraphDB
- Managing Repositories
- Access Rights and Security
- Backing up and Recovering a Repository
- Query and Transaction Monitoring
- Diagnosing and Reporting Critical Errors
- Usage
- Tools
- Benchmarks
- References
- Release Notes
- Roadmap
- FAQ
- Support
Creating a Repository¶
Creating locations and repositories¶
Data locations group a set of repositories and expose them as Sesame
endpoints. They can be initialised as a local file path or a remote
server URL, which requires a valid Sesame endpoint. When a local file
path is set, the current Java process initialises all repositories
locally and they operate in the same memory address space. Each location
has a SYSTEM
repository containing meta-data about how to initialise the
other repositories from the current location.
To create data locations and repositories, follow the steps:
Go to the GraphDB Workbench and navigate to Admin -> Locations and Repositories.
Choose Attach Location and enter a local file system path.
Click the Add button.
Tip
This creates the path where all GraphDB database binaries are created. Alternatively, connect to a remote location exposed via the Sesame API by supplying a valid URL endpoint.
Create a repository with the Create Repository button.
Enter the Repository ID (e.g., worker-node) and leave all other optional configuration settings with their default values.
Tip
For repositories with more than few tens of millions of statements, see Configuring a Repository.
Set the newly created repository as the default repository for this location with the Connect button.