Stardog services with Oracle JDBC | Read-only mirror of https://github.com/Staatsarchiv-Basel-Stadt/stardog-docker — Kanton Basel-Stadt. Issues & pull requests at the source.
  • Dockerfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-02-02 11:41:21 +01:00
.github/workflows ci: use lowercase for org path 2021-11-11 14:15:27 +01:00
.gitignore initial commit 2021-11-02 15:38:18 +01:00
docker-compose.yaml lower direct memory usage 2022-05-18 09:33:48 +02:00
Dockerfile env variables 2022-02-21 15:35:07 +01:00
README.md Notiz Archivierung Repo 2026-02-02 11:41:21 +01:00

ARCHIVIERT FEBRUAR 2026

Funktional seit 2023 abgelöst von LOD-Pipeline

Stardog using Docker

The Stack

This stack is made up of two services:

  • Stardog 7.8.2, with Oracle (oracle.jdbc.driver.OracleDriver) JDBC driver support.
  • Stardog Studio, to help starting to play with Stardog.

Stardog

  • Get a Stardog licence that fits our version here: https://www.stardog.com/get-started/
  • It will be sent by email.
  • Download the license file and put it in the ~/volumes/stardog-home directory.

Run the stack

  • Adapt the configurations in the compose file according to your host
  • Run the docker-compose stack using the following command:
docker-compose up --build

Open Stardog Studio

Go to http://localhost:8080

Add a new connection with following informations:

  • Username: admin
  • Password: admin
  • Endpoint: http://127.0.0.1:8081

You should be able to create a database, users, … and play with them.