Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissquote/carnotzet
Modular and Re-usable Docker Environments using Maven
https://github.com/swissquote/carnotzet
docker environment maven
Last synced: 4 days ago
JSON representation
Modular and Re-usable Docker Environments using Maven
- Host: GitHub
- URL: https://github.com/swissquote/carnotzet
- Owner: swissquote
- License: apache-2.0
- Created: 2017-03-28T14:03:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T10:39:57.000Z (4 months ago)
- Last Synced: 2024-07-20T11:49:07.505Z (4 months ago)
- Topics: docker, environment, maven
- Language: Java
- Homepage: https://swissquote.github.io/carnotzet/
- Size: 977 KB
- Stars: 49
- Watchers: 17
- Forks: 16
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://app.travis-ci.com/swissquote/carnotzet.svg?branch=master)](https://app.travis-ci.com/swissquote/carnotzet)
# :exclamation: This project is not being developed anymore.
# Carnotzet
Carnotzet allows you to use maven dependencies to easily share, version and re-use large modular development and testing environments.# What are we solving ?
We like to have lightweight, reproducible, isolated and portable development/testing environments.This can become a challenge in a micro-service architecture when you have many shared services and middlewares (DB, JMS, Redis, etc...) managed by different teams.
Carnotzet simplifies the management of those environments, allowing you to compose/re-use existing environment definitions while abstracting transitive dependencies.
# Full documentation
Read it here : https://swissquote.github.io/carnotzet/