{"id":17888207,"url":"https://github.com/poga/redis-percentile","last_synced_at":"2025-10-14T00:10:23.705Z","repository":{"id":137993950,"uuid":"228221096","full_name":"poga/redis-percentile","owner":"poga","description":"redis module for percentile estimation","archived":false,"fork":false,"pushed_at":"2019-12-26T10:00:40.000Z","size":10,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T09:06:27.293Z","etag":null,"topics":["estimation","percentile","redis","redis-module","t-digest"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/poga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-15T17:10:58.000Z","updated_at":"2023-08-16T08:47:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"b174f6ba-4431-4a78-9efc-404bf81f4c18","html_url":"https://github.com/poga/redis-percentile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/poga/redis-percentile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poga%2Fredis-percentile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poga%2Fredis-percentile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poga%2Fredis-percentile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poga%2Fredis-percentile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poga","download_url":"https://codeload.github.com/poga/redis-percentile/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poga%2Fredis-percentile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017381,"owners_count":26086052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["estimation","percentile","redis","redis-module","t-digest"],"created_at":"2024-10-28T13:36:49.067Z","updated_at":"2025-10-14T00:10:23.428Z","avatar_url":"https://github.com/poga.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redis-percentile\n\nRedis module for efficient percentile estimation of streaming or distributed data with [t-digest](https://medium.com/@mani./t-digest-an-interesting-datastructure-to-estimate-quantiles-accurately-b99a50eaf4f7) algorithm.\n\n## Usage\n\n```\n$ git clone git@github.com:poga/redis-percentile.git\n$ cd redis-percentile\n$ cargo build\n$ redis-server --loadmodule target/debug/libredis_percentile.so\n```\n\n## Commands\n\n### PERCENTILE.MERGE\n\n```PERCENTILE.MERGE \u003ckey\u003e values...```\n\nMerge a list of numbers into `\u003ckey\u003e`.\n\n**response**: len(values)\n\n### PERCENTILE.MERGESORTED\n\n```PERCENTILE.MERGESORTED \u003ckey\u003e values...```\n\nMerge a sorted list of numbers into `\u003ckey\u003e`.\n\n**response**: len(values)\n\n\n### PERCENTILE.GET\n\n ```PERCENTILE.GET \u003ckey\u003e \u003cpercentile\u003e```\n\n **response**: estimated value of percentile\n\n ##### example\n\n ```\n PERCENTILE.GET foo 0.9\n ```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoga%2Fredis-percentile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoga%2Fredis-percentile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoga%2Fredis-percentile/lists"}