We need to create GitLab repository with a basic setup for On-demand service so that we can start the development process.
Acceptance criteria
GitLab repository for On-demand service with basic code template was created.
To-Do
- create a repository called on-demand under services subgroup
- add basic setup such as: dependency ingestion, environment variables handling etc.
- add docker compose setup for the local development: minio, kafka, kafka-ui, schema-registry etc.
- creating a project template out of this
Notes
Reference services/structured-data for example.