{ "name": "hll", "abstract": "HyperLogLog data type and algorithm", "description": "HyperLogLog algorithm (approximate distinct value estimator) as a native PG data type.", "version": "2.10.0", "maintainer": [ "Timon Karnezos " ], "license": "apache_2_0", "prereqs": { "runtime": { "requires": { "PostgreSQL": ">= 9.1.0" } } }, "provides": { "hll": { "file": "hll--2.10.0.sql", "version": "2.10.0", "abstract": "HyperLogLog data type and algorithm" } }, "resources": { "homepage": "https://github.com/aggregateknowledge/postgresql-hll", "bugtracker": { "web": "https://github.com/aggregateknowledge/postgresql-hll/issues" }, "repository": { "url": "https://github.com/aggregateknowledge/postgresql-hll.git", "web": "https://github.com/aggregateknowledge/postgresql-hll", "type": "git" } }, "generated_by": "Timon Karnezos", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "approximate distinct values", "DV", "sketching", "streaming", "hyperloglog", "hll", "count distinct", "distinct" ] }