-
Notifications
You must be signed in to change notification settings - Fork 6
/
META.json
52 lines (52 loc) · 1.42 KB
/
META.json
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
{
"name": "pg_statviz",
"abstract": "PostgreSQL stats visualization over time",
"description": "pg_statviz is a minimalist extension and utility pair for time series analysis and visualization of PostgreSQL internal statistics.",
"version": "0.7.0",
"release_status": "testing",
"maintainer": "Jimmy Angelakos <[email protected]>",
"license": {
"PostgreSQL": "https://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"plpgsql": 0,
"PostgreSQL": "12.0.0"
},
"recommends": {
"PostgreSQL": "16.0.0"
}
}
},
"provides": {
"pg_statviz": {
"file": "pg_statviz--0.7.sql",
"docfile": "README.md",
"version": "0.7.0",
"abstract": "PostgreSQL stats visualization over time"
}
},
"resources": {
"homepage": "https://github.com/vyruss/pg_statviz",
"repository": {
"url": "https://github.com/vyruss/pg_statviz.git",
"web": "https://github.com/vyruss/pg_statviz",
"type": "git"
}
},
"generated_by": "Jimmy Angelakos",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"data visualization",
"database management",
"database administration",
"dataviz",
"performance analysis",
"time series",
"time series analysis"
]
}