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

Evaluation memoization service #355

Open
RaitoBezarius opened this issue Feb 9, 2024 · 4 comments
Open

Evaluation memoization service #355

RaitoBezarius opened this issue Feb 9, 2024 · 4 comments
Labels
new-service Request for a new service to be ran on the NixOS infra

Comments

@RaitoBezarius
Copy link
Member

Is your feature request related to a problem? Please describe.

I am always frustrated whenever I build something that relies on listening to channel bumps and consuming evaluation results, I cannot find a single place where I could source them and would need to memoize them myself.

This is expensive on my weak web services.

Describe the solution you'd like

I would like an evaluation memoization service that could reuse Hydra evaluation results.

Something where I could:

(a) listen to new channel bumps
(b) ask for any evaluation result for any channel bump

If it does exist, I would like documentation to rely on this and best practices.

Describe alternatives you've considered

Additional context

@zimbatm
Copy link
Member

zimbatm commented Feb 11, 2024

Meta comment: Ideally, we can get members of the community involved in the design and development of this service. And then have a good hand-over to the infra team for deployment. I don't know how well the infra team can scale if they also become responsible for R&D.

@RaitoBezarius
Copy link
Member Author

Meta comment: Ideally, we can get members of the community involved in the design and development of this service. And then have a good hand-over to the infra team for deployment. I don't know how well the infra team can scale if they also become responsible for R&D.

I agree, as I mention it, I developed similar stuff (linked in the body of the original issue) and I can develop a specialized tool for it, but it would make sense to reuse Hydra evaluation results for that and pass them on to the right tool. Because of that, it seems hard to me to put such an issue elsewhere than the infra issue tracker.

@JulienMalka
Copy link
Member

@tomberek you wanted to do something similar if I remember correctly our discussion at OceanSprint. I personally am also interested for research purposes.

@delroth delroth added new-service Request for a new service to be ran on the NixOS infra and removed enhancement labels Feb 16, 2024
@nixos-discourse
Copy link

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/when-should-meta-attributes-be-computed-vs-raw-data/42833/14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-service Request for a new service to be ran on the NixOS infra
Projects
None yet
Development

No branches or pull requests

5 participants