-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathMETA.json
More file actions
53 lines (53 loc) · 1.41 KB
/
META.json
File metadata and controls
53 lines (53 loc) · 1.41 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
{
"abstract": "Query ClickHouse databases from PostgreSQL",
"description": "Provides a Foreign Data Wrapper and other interfaces for easy and efficient access to ClickHouse databases, including pushdown of WHERE, JOIN, and aggregates expressions as well as comprehensive EXPLAIN and ANALYZE support.",
"generated_by": "David E. Wheeler",
"license": "apache_2_0",
"maintainer": "David E. Wheeler <david@justatheory.com>",
"meta-spec": {
"url": "http://pgxn.org/meta/spec.txt",
"version": "1.0.0"
},
"name": "pg_clickhouse",
"no_index": {
"directory": ["vendor", "test"]
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
},
"recommends": {
"re2": "0.1.0"
}
}
},
"provides": {
"pg_clickhouse": {
"abstract": "Interfaces to query ClickHouse databases from Postgres",
"docfile": "doc/pg_clickhouse.md",
"file": "pg_clickhouse.control",
"version": "0.2.0"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/clickhouse/pg_clickhouse/issues/"
},
"repository": {
"type": "git",
"url": "git://github.com/clickhouse/pg_clickhouse.git",
"web": "http://github.com/clickhouse/pg_clickhouse/"
}
},
"tags": [
"foreign data wrapper",
"fdw",
"clickhouse",
"analytics",
"external data",
"pushdown",
"aggregate"
],
"version": "0.2.0"
}