forked from citusdata/pg_shard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
52 lines (49 loc) · 1.44 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_shard",
"abstract": "Easy sharding for PostgreSQL",
"description": "Shards and replicates PostgreSQL tables for horizontal scale and high availability. Seamlessly distributes SQL statements, without requiring any application changes.",
"version": "1.2.3",
"maintainer": "\"Jason Petersen\" <[email protected]>",
"license": "lgpl_3_0",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.4"
}
}
},
"provides": {
"pg_shard": {
"abstract": "Easy sharding for PostgreSQL",
"file": "sql/pg_shard--1.2.sql",
"docfile": "README.md",
"version": "1.2.3"
}
},
"release_status": "stable",
"resources": {
"homepage": "https://citusdata.com/docs/pg-shard",
"bugtracker": {
"web": "https://github.com/citusdata/pg_shard/issues",
"mailto": "[email protected]"
},
"repository": {
"url": "git://github.com/citusdata/pg_shard.git",
"web": "https://github.com/citusdata/pg_shard",
"type": "git"
}
},
"generated_by": "\"Jason Petersen\" <[email protected]>",
"tags": [
"sharding",
"replication",
"failover",
"distribution",
"scale",
"cluster"
],
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}