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: about 22 hours 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-23T06:32:30.000Z (5 months ago)
- Last Synced: 2024-12-16T16:30:12.905Z (8 days ago)
- Topics: docker, environment, maven
- Language: Java
- Homepage: https://swissquote.github.io/carnotzet/
- Size: 976 KB
- Stars: 49
- Watchers: 17
- Forks: 16
- Open Issues: 1
-
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/