(m-)semiring provenance & uncertainty management for PostgreSQL
10K+
(m-)semiring provenance and uncertainty management for PostgreSQL.
ProvSQL is a PostgreSQL extension that transparently tracks the provenance of query results as circuit tokens, enabling probabilities, Shapley/Banzhaf values, and a wide range of semiring evaluations (Boolean, counting, why/how/which, formula, tropical, Viterbi, Łukasiewicz, min-max…), plus continuous random variables.
This image is a ready-to-run demo: PostgreSQL with ProvSQL preloaded,
seeded with the ProvSQL Playground's tutorial and case-study databases
(tutorial, cs1, cs2, cs4–cs7), and ProvSQL Studio (the web UI)
started for you.
docker run --rm -p 5433:5432 -p 8001:8000 inriavalda/provsql
The published host ports (5433, 8001) are chosen to avoid clashing with a
PostgreSQL or Studio you may already run locally on 5432 / 8000; adjust
the left-hand side of each -p as you like.
tutorial, cs1 …) as user
test on the published port, e.g.
psql -h localhost -p 5433 -U test tutorial.No install needed for a pure-browser taste of ProvSQL – try ProvSQL Playground instead (Studio compiled to WebAssembly, runs entirely client-side): see https://provsql.org/.
:latest tracks the master branch.:X.Y.Z are tagged extension releases.The bundled Studio version is pinned at image-build time, so a freshly tagged extension image may carry a slightly older Studio (rebuilt later for a matched pair).
ProvSQL and ProvSQL Studio are licensed under the MIT License.
For convenience the image also bundles optional external knowledge compilers,
model counters and renderers that ProvSQL can invoke as separate
subprocesses (never linked into the extension): d4 and dsharp
(knowledge compilers), ganak, sharpsat-td and weightmc (weighted
model counters), Graphviz (dot), and graph-easy. Each is distributed
under its own upstream license (for instance Graphviz under EPL, graph-easy
under the Perl license; the compilers and counters under their respective
licenses, some research-only). The exact upstream sources, versions and build
steps are
recorded in
docker/Dockerfile;
refer to each project for its license terms.
Content type
Image
Digest
sha256:7d5ee7174…
Size
973.4 MB
Last updated
about 8 hours ago
docker pull inriavalda/provsql