mirror of https://github.com/citusdata/citus.git
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "cstore_fdw",
|
|
"abstract": "Columnar Store for PostgreSQL",
|
|
"description": "PostgreSQL extension which implements a Columnar Store.",
|
|
"version": "1.7.0",
|
|
"maintainer": "Murat Tuncer <murat.tuncer@microsoft.com>",
|
|
"license": "apache_2_0",
|
|
"provides": {
|
|
"cstore_fdw": {
|
|
"abstract": "Foreign Data Wrapper for Columnar Store Tables",
|
|
"file": "cstore_fdw--1.7.sql",
|
|
"docfile": "README.md",
|
|
"version": "1.7.0"
|
|
}
|
|
},
|
|
"prereqs": {
|
|
"runtime": {
|
|
"requires": {
|
|
"PostgreSQL": "9.3.0"
|
|
}
|
|
}
|
|
},
|
|
"resources": {
|
|
"bugtracker": {
|
|
"web": "http://github.com/citusdata/cstore_fdw/issues/"
|
|
},
|
|
"repository": {
|
|
"url": "git://github.com/citusdata/cstore_fdw.git",
|
|
"web": "https://github.com/citusdata/cstore_fdw/",
|
|
"type": "git"
|
|
}
|
|
},
|
|
"generated_by": "Murat Tuncer",
|
|
"meta-spec": {
|
|
"version": "1.0.0",
|
|
"url": "http://pgxn.org/meta/spec.txt"
|
|
},
|
|
"tags": [
|
|
"orc",
|
|
"fdw",
|
|
"foreign data wrapper",
|
|
"cstore_fdw",
|
|
"columnar store"
|
|
]
|
|
}
|