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

Python: Repository splitting #5656

Closed
WeihanLi opened this issue Mar 26, 2024 · 4 comments
Closed

Python: Repository splitting #5656

WeihanLi opened this issue Mar 26, 2024 · 4 comments
Assignees
Labels
java Issue or PR regarding Java code .NET Issue or Pull requests regarding .NET code python Pull requests for the Python Semantic Kernel triage

Comments

@WeihanLi
Copy link
Contributor

WeihanLi commented Mar 26, 2024

Currently, we placed all the support across languages/frameworks in one repo, is it possible to split by language?

As a dotnet developer, I only care about the dotnet-related changes, and no need to download the python/java implementations, but since it's all in one repo, I had to fetch them all.

Besides, there are more and more connectors, is it possible to split non-core connectors into another repository/solution? So that we could maintain the core framework and functions easily, and extensions in another or extensions in another solution file?

For multiple languages/frameworks support, I like the open-telemetry repository organization more.

https://github.com/open-telemetry

They put up the Specifications in a repo, and for the language-specific implementation, separate into different repositories, and core implementation for the spec in one repository, some extensions out of spec maintained in another repo.

Thoughts?

@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code java Issue or PR regarding Java code python Pull requests for the Python Semantic Kernel triage labels Mar 26, 2024
@github-actions github-actions bot changed the title Repository splitting Java: Repository splitting Mar 26, 2024
@github-actions github-actions bot changed the title Repository splitting .Net: Repository splitting Mar 26, 2024
@github-actions github-actions bot changed the title .Net: Repository splitting Python: Repository splitting Mar 26, 2024
@RogerBarreto
Copy link
Member

@markwallace-microsoft Good opportunity for an ADR on our decisions for keeping all in once.

@moonbox3
Copy link
Contributor

This ADR goes into the decisions to keep it in one repo right now.

@moonbox3
Copy link
Contributor

Going to close this issue right now as the ADR I linked to is where we currently stand. Thanks for asking, @WeihanLi.

@WeihanLi
Copy link
Contributor Author

seeing #6820, maybe worth another decision

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Issue or PR regarding Java code .NET Issue or Pull requests regarding .NET code python Pull requests for the Python Semantic Kernel triage
Projects
None yet
Development

No branches or pull requests

4 participants