-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathMETA.json
More file actions
74 lines (74 loc) · 2.43 KB
/
Copy pathMETA.json
File metadata and controls
74 lines (74 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "provsql",
"abstract": "Semiring provenance and probability management for PostgreSQL",
"description": "ProvSQL is a PostgreSQL extension that adds (m-)semiring provenance and uncertainty management. It transparently rewrites SQL queries to track how each result depends on input tuples, then evaluates the provenance in any user-chosen semiring -- Boolean reachability, counting, probability, Shapley values, where-provenance, data-modification tracking, and more. The source is split between sql/provsql.common.sql (the primary file, shown in the Source view on this page, for all supported PostgreSQL versions) and sql/provsql.14.sql (additional objects requiring PostgreSQL 14 or later: data-modification tracking and temporal validity ranges). The full source is always available from the linked repository.",
"version": "1.10.0",
"maintainer": [
"Pierre Senellart <pierre@senellart.com>"
],
"license": "mit",
"provides": {
"provsql": {
"abstract": "Semiring provenance and probability management for PostgreSQL",
"file": "sql/provsql.common.sql",
"docfile": "doc/provsql.md",
"version": "1.10.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/PierreSenellart/provsql/issues"
},
"repository": {
"url": "git://github.com/PierreSenellart/provsql.git",
"web": "https://github.com/PierreSenellart/provsql/",
"type": "git"
},
"homepage": "https://provsql.org/"
},
"generated_by": "release.sh",
"tags": [
"provenance",
"probability",
"shapley",
"semiring",
"uncertainty",
"circuit",
"where-provenance",
"probabilistic database"
],
"no_index": {
"directory": [
"doc/source",
"doc/tutorial",
"doc/demo",
"doc/aggregation",
"doc/temporal_demo",
"doc/TODO",
"doc/doxygen-c",
"doc/doxygen-sql",
"doc/casestudy1",
"doc/casestudy2",
"doc/casestudy3",
"doc/casestudy4",
"doc/casestudy5",
"doc/casestudy6",
"studio"
],
"file": [
"TODO.md"
]
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"release_status": "stable"
}