odo / quantile_estimator

memory-efficient Erlang data structures to store distributions of larges sets of data
MIT License
20 stars 12 forks source link

Admin Hex.pm package? #7

Open kivra-pauoli opened 1 week ago

kivra-pauoli commented 1 week ago

Continues from https://github.com/odo/quantile_estimator/issues/6#issuecomment-2196226768...

It'd probably make it easier to keep compatibility between quantile_estimator and prometheus.erl if the uploaded Hex.pm package was for the code in this repository.

As is:

  1. the code for the package is from https://github.com/deadtrickster/quantile_estimator, but that fork's outdated
  2. maintainers of the package are aware of this and could add you as an admin to Hex.pm's quantile_estimator scope so e.g. the next uploaded version there could be 1.0.0, that could then be updated next to prometheus.erl

Makes sense?

Thanks.

ikavgo commented 1 week ago

what is the command to add @odo? cc @ericmj

kivra-pauoli commented 1 week ago

This should do it

rebar3 hex owner add quantile_estimator <username> --level <level>

where

odo commented 1 week ago

My user name at Hex is just odo.