{ "name": "datasketches", "abstract": "approximate algorithms for big data analysis", "version": "1.2.0", "maintainer": [ "Alexander Saydakov ", "Sketches User List " ], "license": "postgresql", "provides": { "cpc_sketch": { "abstract": "CPC sketch for approximate distinct counting", "file": "sql/datasketches_cpc_sketch.sql", "version": "1.2.0" }, "theta_sketch": { "abstract": "Theta sketch for approximate distinct counting with set operations", "file": "sql/datasketches_theta_sketch.sql", "version": "1.2.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.2.0" }, "frequent_strings_sketch": { "abstract": "frequent items sketch for approximate computation of the most frequent strings", "file": "sql/datasketches_frequent_strings_sketch.sql", "version": "1.2.0" } }, "resources": { "bugtracker": { "web": "https://github.com/apache/incubator-datasketches-postgresql/issues" }, "repository": { "url": "https://github.com/apache/incubator-datasketches-postgresql.git", "web": "https://github.com/apache/incubator-datasketches-postgresql", "type": "git" } }, "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" } }