From 2c4939cd8cd1409c4193b38247471b39d0c59f4c Mon Sep 17 00:00:00 2001 From: PiotrFerenc <30370747+PiotrFerenc@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:53:08 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a7db460..4455fb4 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,7 @@ **D**istributed **W**ork **A**utomation **S**ystem. Docker Workflow as a Service (DWaaS) - -![Screenshot from 2024-04-07 13-11-14](https://github.com/PiotrFerenc/mash2/assets/30370747/4fea3e63-0eb6-47b3-bb7f-83e92bfa7f42) - + ## Installation From fbd749dbe6d8a33a9562bf2a7d16a9ba96ea8f44 Mon Sep 17 00:00:00 2001 From: PiotrFerenc <30370747+PiotrFerenc@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:31:44 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 39 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 4455fb4..8861f96 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ **Opis**

- logo + logo +

@@ -14,14 +15,21 @@ ![100 - commitów](https://img.shields.io/badge/100-commitów-2ea44f?logo=go) -# task-tower- Build your own automation +# Task tower - -**D**istributed **W**ork **A**utomation **S**ystem. -Docker Workflow as a Service (DWaaS) +Task Tower is a tool for automating distributed tasks, utilizing pipelines with isolated processing steps in Docker containers, which allows users to easily scale and modify processes without impacting the entire infrastructure.
+## Benefits + +- Flexibility in task management +- Process isolation +- Increased operational efficiency +- Ease of integration and collaboration + +## How it works + ## Installation ### requirements @@ -73,24 +81,3 @@ make docker-rebuild ## License -MIT License - -Copyright (c) 2024 task-tower - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE.