An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![.github/workflows/build.yml](https://github.com/gregl83/monorepo/actions/workflows/build.yml/badge.svg)](https://github.com/gregl83/monorepo/actions/workflows/build.yml)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](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)