blob: ff91e7bacce40e260cfb3650ae023167bafc849e [file] [log] [blame]
{
"name": "datasketches",
"abstract": "approximate algorithms for big data analysis",
"version": "1.1.0",
"maintainer": [
"Alexander Saydakov <saydakov@verizonmedia.com>",
"Sketches User List <sketches-user@googlegroups.com>"
],
"license": "postgresql",
"provides": {
"cpc_sketch": {
"abstract": "CPC sketch for approximate distinct counting",
"file": "sql/datasketches_cpc_sketch.sql",
"version": "1.1.0"
},
"kll_float_sketch": {
"abstract": "KLL quantiles sketch for approximating distributions of float values (quanitles, ranks, histograms)",
"file": "sql/datasketches_kll_float_sketch.sql",
"version": "1.1.0"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/DataSketches/sketches-postgres/issues"
},
"repository": {
"url": "https://github.com/DataSketches/sketches-postgres.git",
"web": "https://github.com/DataSketches/sketches-postgres",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}