-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
We need to refactor the repository to keep only the dependencies that are shared across different projects. The dependency to keep should be:
- docker: used in
collectorsandmonitors - keyname-hash-generator:
- java: used in
drivers-makerandexperiments-manager - python: used in
data-transformersandanalysers(@Cerfoglg do we actually use it or not?)
- java: used in
- minio: currently used in the
collectors, but soon it's going to be used also for thespark-tasks-sender - kafka: used only in
collectors, but soon it's going to be used also for thespark-tasks-sender
The dependencies to go are:
- keyname-hash-generator:
- go: used only in
collectors
- go: used only in
@simonedavico, @Cerfoglg confirm that this is the case.