apache / amoro

Apache Amoro (incubating) is a Lakehouse management system built on open data lake formats.
https://amoro.apache.org/
Apache License 2.0
747 stars 260 forks source link

[Improvement]: Move charts and docker to deploy folder #2954

Closed xleoken closed 1 week ago

xleoken commented 1 week ago

Search before asking

What would you like to be improved?

As we known, there is a correlation between charts and docker folder, so it is more appropriate to put them together, like https://github.com/apache/dolphinscheduler/tree/dev/deploy

develop/
  -- charts/
      --amoro
  -- docker

How should we improve?

No response

Are you willing to submit PR?

Subtasks

No response

Code of Conduct

xleoken commented 1 week ago

hi @zhoujinsong @czy006, what are your thoughts?

zhoujinsong commented 1 week ago

Docker and Helm are both commonly used tools in current software development. However, they do not have an inherent relationship. It is common to find them placed independently in many projects, often in the root directory, to make it easier for users to locate them:

xleoken commented 1 week ago

make sense, close this minor issue.