-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathMETA.json
51 lines (51 loc) · 1.16 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
{
"name": "timeseries",
"abstract": "Convenience API for Tembo time series stack",
"description": "Convenience API for Tembo time series stack",
"version": "0.1.7",
"maintainer": [
"Jason Petersen <[email protected]>"
],
"license": "mit",
"provides": {
"timeseries": {
"abstract": "Convenience API for Tembo time series stack",
"file": "sql/timeseries.sql",
"docfile": "doc/timeseries.md",
"version": "0.1.6"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "14.0.0"
},
"recommends": {
"columnar": "1.1.2",
"pg_cron": "1.6.2",
"pg_ivm": "1.9.0",
"pg_partman": "4.5.1"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/tembo-io/pg_timeseries/issues/"
},
"repository": {
"url": "git://github.com/tembo-io/pg_timeseries.git",
"web": "https://github.com/tembo-io/pg_timeseries/",
"type": "git"
}
},
"generated_by": "Jason Petersen",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"time series",
"partition",
"retention"
]
}