Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kouprlabs/rolldebee
🐝 Database DevOps
https://github.com/kouprlabs/rolldebee
ci-cd database database-deployment database-devops database-in-git deployment devops
Last synced: about 2 months ago
JSON representation
🐝 Database DevOps
- Host: GitHub
- URL: https://github.com/kouprlabs/rolldebee
- Owner: kouprlabs
- License: agpl-3.0
- Created: 2023-02-20T03:50:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:15:32.000Z (3 months ago)
- Last Synced: 2024-10-30T15:20:02.846Z (3 months ago)
- Topics: ci-cd, database, database-deployment, database-devops, database-in-git, deployment, devops
- Language: Kotlin
- Homepage: https://rolldebee.com
- Size: 1.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Rolldebee
Rolldebee brings the power of CI/CD to the database. Setting up a local sandbox or synchronizing two environments is just a few of clicks away, it can be further automated by invoking Rolldebee's REST APIs from your favourite CI server.
![](./assets/screencast.gif)
## Getting Started
Build:
```shell
docker compose build
```Run:
```shell
docker compose up -d
```## Development
To setup a development environment for the purpose of developing and debugging Rolldebee, please read the development documentation available [here](DEVELOPMENT.md).
## Licensing
Rolldebee is released under the [GNU Affero General Public License v3.0](./LICENSE).