Download

PQS is a component available only to enterprise customers.

Source

Location

Browse UI

https://console.cloud.google.com/artifacts/docker/da-images/europe/public/docker%2Fparticipant-query-store

Docker Registry

europe-docker.pkg.dev/da-images/public/docker/participant-query-store:<version-tag>

Daml platform support

PQS is built and tested against multiple Daml SDK targets. Each Daml SDK target generates it’s own .jar file.

The dpm CLI tool is used to download the scribe.jar file, as follows:

  1. dpm install <version> (e.g., dpm install 3.4.8) to get the latest SDK release which includes scribe.jar.

  2. To locate the directory where the scribe.jar file is, enter dpm resolve | grep scribe which will show the path to the jar file.

The published Docker image already includes scribe.jar. If an operator wants to run PQS against a new, target Docker image, they will need to set the container’s workdir [1] at runtime to the desired Daml SDK target.

The supported targets are:

  • /daml2

  • /daml3.3

  • /daml3.4 << default

Compatibility

PQS is tested for compatibility with multiple versions of dependencies, as follows:

Dependency

Versions

Canton Participant Node

2.8, 2.9, 2.10, 3.3, 3.4

Java Runtime (Temurin)

17, 21

PostgreSQL

13, 14, 15, 16, 17