Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI/CD Vision #5

Open
skofgar opened this issue May 29, 2019 · 3 comments
Open

CI/CD Vision #5

skofgar opened this issue May 29, 2019 · 3 comments

Comments

@skofgar
Copy link
Contributor

skofgar commented May 29, 2019

Project structure

Why?
For continuous integration, unit tests and coverage reports it becomes difficult if multiple "artifacts" are within the same repository. Therefore I recommend splitting the code into multiple projects.

Proposition
Proposed restructuring of project:

mercury (parent group)
 |- doc (group)
 |        |- general architecture and overview (component specific documentation will be in the corresponding project)
 |- core (group)
 |        |- system-core
 |        |- rest-core
 |        |- rest-spring
 |- connectors (group)
 |        | - event node
 |        | - hazelcast
 |        | - kafka
 |- language pack (group)
          | - python

Artifact Publishing

GitLab Runners should take care of following jobs:

@skofgar
Copy link
Contributor Author

skofgar commented Apr 8, 2022

@ericcwlaw
Copy link
Collaborator

thank you. We will be enabling github actions in the next iteration version 2.4.0, preparing for publishing into maven central.

@skofgar
Copy link
Contributor Author

skofgar commented Apr 14, 2022

@ericcwlaw is there anything I can do to help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants