Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking Issues: support t-digest data structure and commands #2558

Open
2 of 18 tasks
LindaSummer opened this issue Sep 27, 2024 · 1 comment
Open
2 of 18 tasks

Tracking Issues: support t-digest data structure and commands #2558

LindaSummer opened this issue Sep 27, 2024 · 1 comment
Labels
enhancement type enhancement help wanted Good for newcomers

Comments

@LindaSummer
Copy link
Contributor

LindaSummer commented Sep 27, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Motivation

Redis Stack already supports this probabilistic data structure, and we can support it too.

This includes:

  • Implementing t-digest algorithm interface with encoding and decoding
  • Implementing command TDIGEST.CREATE
  • Implementing command TDIGEST.RESET
  • Implementing command TDIGEST.ADD
  • Implementing command TDIGEST.MERGE
  • Implementing command TDIGEST.QUANTILE
  • Implementing command TDIGEST.CDF
  • Implementing command TDIGEST.RANK
  • Implementing command TDIGEST.REVRANK
  • Implementing command TDIGEST.BYRANK
  • Implementing command TDIGEST.BYREVRANK
  • Implementing command TDIGEST.TRIMMED_MEAN
  • Implementing command TDIGEST.INFO
  • Implementing command TDIGEST.MAX
  • Implementing command TDIGEST.MIN
  • Documentation to website

Solution

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@LindaSummer LindaSummer added the enhancement type enhancement label Sep 27, 2024
@PragmaTwice PragmaTwice added the help wanted Good for newcomers label Nov 30, 2024
@LindaSummer
Copy link
Contributor Author

Hi @PragmaTwice ,

Sorry for delay.

This issue's implementation is still in progress. 😊

I will try my best to implement and test the first fundamental commands in one month.

Best Regards,
Edward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement help wanted Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants