Page MenuHomePhabricator

wdqs-categories migration: explore running categories in docker/k8s
Closed, ResolvedPublic

Description

Per pairing session with @dcausse , we would like to explore running wdqs-categories in Kubernetes.

I 've created a design doc , but this is subject to change.

Creating this ticket to:

  • Get categories running in Docker
  • Get categories running in minikube, either by raw k8s manifests or a basic helm chart.

Event Timeline

bking changed the task status from Open to In Progress.Jan 8 2025, 6:34 PM
bking claimed this task.
bking triaged this task as Medium priority.
bking added a subscriber: RKemper.

WMDE's docker-compose file should help us understand the best way to run Blazegraph on docker/k8s.

I've been looking at the size of the compressed TTL files, just so we can have an idea of how much space they require/how long they'll take to download.

The latest weekly dump is 1.5 GB, and the latest daily dump is ~11MB.

@Tarrow helpfully pointed us to wbstack's helm chart . Like the previously-linked docker compose file, this should be a good source of inspiration.

I've gotten wdqs running via this helm chart , so the AC of this ticket is complete.

Work to write the categories helm chart continues in T384039