A Custom package
Good to know.
Last updated
Good to know.
Last updated
What is additional in this project ?
Cares on platform is a custom package and has exactly the same structure as any other package in the Platform (A swarm script, a package-metadata.json file, and docker-compose file).
The deploy bash script that will launch the project is in reality going to launch Platform and additionally informing the platform that it should run the cares-on-platform package with its dependencies:
More reading about the platform CLI is this link: .
Cares on platform will need the packages mentioned in the package-metadata.json,
in the depedencies section:
Each package mentioned above will have dependencies as well.
Running the cares on platform will result on running these packages as well as the dependencies of these packages.
Another example from Platform:
In result, the packages cares-on-platform, analytics-datastore-clickhouse and dashboard-visualiser-superset will run in this order:
analytics-datastore-clickhouse
dashboard-visualiser-superset
cares-on-platform
NOTE: cares-on-platform package will be running last.