-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathMETA.json.in
54 lines (54 loc) · 1.49 KB
/
META.json.in
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
{
"name": "pg_analytics",
"abstract": "DuckDB-powered data lake analytics from Postgres",
"description": "pg_analytics puts DuckDB inside Postgres. With pg_analytics installed, Postgres can query foreign object stores like AWS S3 and table formats like Iceberg or Delta Lake. Queries are pushed down to DuckDB, a high-performance analytical query engine.",
"version": "@CARGO_VERSION@",
"maintainer": [
"ParadeDB <[email protected]>"
],
"license": "postgresql",
"provides": {
"pg_analytics": {
"abstract": "DuckDB-powered data lake analytics from Postgres",
"file": "src/lib.rs",
"docfile": "doc/overview.mdx",
"version": "@CARGO_VERSION@"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/paradedb/pg_analytics/issues/"
},
"repository": {
"url": "git://github.com/paradedb/pg_analytics.git",
"web": "https://github.com/paradedb/pg_analytics/",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
},
"tags": [
"paradedb",
"analytics",
"big data",
"olap",
"parquet",
"iceberg",
"object storage",
"datalake",
"arrow",
"realtime analytics",
"columnar",
"duckdb"
]
}