Skip to content

Eclipse-SDV-Hackathon-Chapter-Two/challenge-sunken-kitchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Sunken Kitchen Challenge

This challenge is about being creative while using Eclipse SDV projects to provide your own solution architecture and implementattion.

The only hard requirement is to use at least one Eclipse SDV project.

The challenge provides a basic environment using devcontainers with:

  • AutoSD (CentOS Stream 9 Automotive Distribution) as the base OS;
  • Systemd + Podman + Eclipse BlueChi as the workload orchestration stack;
  • Eclipse uProtocol as the service mesh spec;
  • Eclipse Kuksa Databroker as the automotive messaging databroker;
  • Optional Openshift access if needed.

Basic Acceptance Criteria

  • Use at least one Eclipse SDV project;
    • Bonus points if you use 2+ projects together;
  • Provide an architecture diagram about your solution;
  • Do not rely on any closed source software.

Project Structure

  • config: configuration files used by applications
  • workloads: service workloads used by systemd, thse files are also mounted in /etc/containers/systemd
  • src: your source code

The Development Environment

Devcontainer CLI

Simply run:

devcontainer up --workspace-folder .

You need to --docker-path if using podman (or something else that is not docker):

devcontainer up --docker-path=$(which podman) --workspace-folder .

VSCode

Devcontainers upstream documentation:

You can use the VSCode devcontainer extension to start your containerized development environment.

cd <absolute/path/to>/maestro-challenge/eclipse-bluechi
code .

VSCode detects automatically that a .devcontainer folder exists inside this subfolder. Please confirm the dialog to reopen VSCode inside the devcontainer. Afterwards, open a new terminal inside the devcontainer in VSCode.

License

Apache-2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published