-
Notifications
You must be signed in to change notification settings - Fork 666
Add automotive category #11645
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
Add automotive category #11645
Conversation
the |
I suppose most of the projects in the Eclipse Software Defined Vehicle (SDV) Workgroup (WG) would be a good fit. I'm a maintainer for Eclipse uProtocol (crates.io search) and it definitely fits as a service mesh to be used in Automotive vehicle platforms. |
@rust-lang/crates-io any objections? |
This would be perfectly matching to eclipse-ankaios @inf17101 |
Can someone add the |
Thank you @chheis. Eclipse Ankaios fits as an embedded software orchestrator and provides workload and container orchestration for automotive High Performance Computing (HPC) software. It is developed from scratch for automotive use cases, supports pluggable runtimes (e.g. Podman) and is independent of communication frameworks like SOME/IP, DDS, or REST API. There are is also a Rust SDK available: ank-sdk-rust We are always happy to get feedback, if you want check out the contact possibilities here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rust-lang/crates-io any objections?
since there was no reaction from the rest of the team for a week I'll assume they are fine with merging this
@Turbo87 can we start using the new category immediately, or is there a delay between merge and deployment? |
it needs to be deployed first. I've put it on my todo list for tomorrow. |
This change adds the additional automotive category.
It seems there is no category for automotive industry.
I think kuksa-rust-sdk is a good example for automotive category.
kuksa-rust-sdk is the Rust SDK for the Eclipse KUKSA Databroker,
and the open Eclipse KUKSA project aims to provide shared building blocks for the Software Defined Vehicles that can be shared across the industry.
If I should make a issue about this, please let me know.
Thank you!