https://github.com/gregl83/monorepo
Demonstration of Monolithic Repository Continuous Integration and Deployment
https://github.com/gregl83/monorepo
automation bazel example monolithic monorepo repository
Last synced: 8 days ago
JSON representation
Demonstration of Monolithic Repository Continuous Integration and Deployment
- Host: GitHub
- URL: https://github.com/gregl83/monorepo
- Owner: gregl83
- License: mit
- Created: 2023-04-22T17:27:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T22:45:37.000Z (about 3 years ago)
- Last Synced: 2026-03-03T12:32:38.788Z (4 months ago)
- Topics: automation, bazel, example, monolithic, monorepo, repository
- Language: Starlark
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/gregl83/monorepo/actions/workflows/build.yml)
[](https://github.com/gregl83/monorepo/blob/master/LICENSE)
# monorepo
Demonstration of Monolithic Repository Continuous Integration and Deployment
## Purpose
Provide example of polyglot project with managing a large number of software services.
## Version Control
todo
### Repository Structure
todo
### Branch Strategy
[Trunk Based](https://trunkbaseddevelopment.com/)
## Architecture
todo
## Documentation
todo
### Architecture
todo
### Code
todo
## Software Selection
todo
## Continuous Integration (CI)
todo
### Build Pipeline
todo
### Automated Testing
todo
## Continuous Deployment (CD)
todo
### Versioning
todo
### Release Pipeline
todo
### Zero-Downtime
todo
### Verification
todo
#### Rollback
todo
## Benchmarks
todo
## References
todo
## License
[MIT](LICENSE)