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

Refactor core for a more streamlined API for aggregators/controllers #459

Merged
merged 221 commits into from
May 30, 2023

Conversation

ahellander
Copy link
Member

@ahellander ahellander commented Feb 6, 2023

Description

This is a major refactor of the core library, with the goals to provide:

  • A clearer plugin-architecture for user- defined helpers and aggregators
  • a new controller accommodating stragglers and policies for how to handle them
  • Improvements to the db-backend schema and tracing
  • Simplification of deployments
  • Many code and docs improvements

@Wrede
Copy link
Member

Wrede commented May 9, 2023

It's a bit confusing that we have /network and common/net, I would name "net" to "grpc" and remove "web" inside net. Inside "grpc" I would also add a folder "proto" and put everything related to that in there.

@Wrede
Copy link
Member

Wrede commented May 9, 2023

any reason why reducer don't have it's own folder? Combiner, Clients etc have it...

@Wrede
Copy link
Member

Wrede commented May 9, 2023

I think I would move up (towards root) everything in fedn/fedn so that one would have "cli" on the same level as "network" etc. This is to avoid the ugly full paths such as fedn/fedn/fedn/network.

@ahellander
Copy link
Member Author

any reason why reducer don't have it's own folder? Combiner, Clients etc have it...

No particular reason.

@Wrede Wrede self-requested a review May 29, 2023 10:05
Copy link
Member

@Wrede Wrede left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the docs need to be modified according to these changes

@ahellander ahellander merged commit dae3b69 into develop May 30, 2023
@ahellander ahellander deleted the feature/refactor branch May 30, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants