This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new f77b6a4b Readme
f77b6a4b is described below

commit f77b6a4b16337209308f77fa7f6917c8ccbdab22
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Thu Apr 11 14:14:07 2024 -0400

    Readme
---
 README.md                       |  48 ++++++++++++++++++++++++++++------------
 images/designer-rest.png        | Bin 0 -> 408914 bytes
 images/designer-routes.png      | Bin 0 -> 349129 bytes
 images/karavan-clouds-large.png | Bin 321382 -> 226783 bytes
 images/topology.png             | Bin 0 -> 269694 bytes
 5 files changed, 34 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index 6b3a292e..355c6c35 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,26 @@
-![Build](https://img.shields.io/badge/Build_with-Fun-blue.svg?style=for-the-badge)
-![Camel](https://img.shields.io/badge/-Camel-blue.svg?style=for-the-badge&;)
-![Java](https://img.shields.io/badge/-Java-blue.svg?style=for-the-badge&logo=java)
-![Quarkus](https://img.shields.io/badge/-Quarkus-blue.svg?style=for-the-badge&logo=quarkus)
-![React](https://img.shields.io/badge/-React-blue.svg?style=for-the-badge&logo=react)
-![Typescript](https://img.shields.io/badge/-Typescript-blue.svg?style=for-the-badge&logo=typescript)
-![License](https://img.shields.io/badge/License-Apache-blue.svg?style=for-the-badge&logo=apache)
-
-## Apache Camel Karavan 
+![Build](https://img.shields.io/badge/Build_with-Fun-orange.svg?style=for-the-badge)
+![Camel](https://img.shields.io/badge/-Camel-orange.svg?style=for-the-badge&;)
+![Java](https://img.shields.io/badge/-Java-orange.svg?style=for-the-badge&logo=java)
+![Quarkus](https://img.shields.io/badge/-Quarkus-orange.svg?style=for-the-badge&logo=quarkus)
+![React](https://img.shields.io/badge/-React-orange.svg?style=for-the-badge&logo=react)
+![Typescript](https://img.shields.io/badge/-Typescript-orange.svg?style=for-the-badge&logo=typescript)
+![License](https://img.shields.io/badge/License-Apache-orange.svg?style=for-the-badge&logo=apache)
+
+<h1 align="center" style="border-bottom: none">
+    Apache Camel Karavan
+</h1>
 
 **Apache Camel Karavan** is a **Low-Code Data Integration Platform** 
-
-<img align="right" width="400" src="images/karavan-clouds-large.png">
-
 It simplifies the Apache Camel experience and accelerates developer 
performance by visually designing and rapidly deploying integration 
microservices.
 
 * Full power of Apache Camel through Visual Tool
 * From Low-code use-cases to Pro-code projects
 * Powered by 10+ years of Community Intelligence
 
+<p align="center">
+  <img src="images/karavan-clouds.png"  alt="Apache Camel Karavan" />
+</p>
+
 ## Features
 
 ### Designer
@@ -27,18 +30,35 @@ It simplifies the Apache Camel experience and accelerates 
developer performance
 * REST API designer with OpenAPI to REST DSL generator
 * YAML for Integration and Java custom code
 
+#### Topology view
+<p align="center">
+  <img src="images/topology.png"  alt="Topology" />
+</p>
+
+#### Route designer
+<p align="center">
+  <img src="images/designer-routes.png"  alt="Routes" />
+</p>
+
+#### REST API designer
+<p align="center">
+  <img src="images/designer-rest.png"  alt="REST" />
+</p>
+
 ### Deployer
 * Simple shell scripts for build and deploy
 * Configuration 
 * Predefined customizable scripts for different platforms
 
-<img align="right" width="400" src="images/karavan-dashboard.png">
-
 ### Developer Dashboard
 * Hot Reload
 * View live logs during development
 * Tracing Exchange Data 
 
+<p align="center">
+  <img src="images/karavan-dashboard.png"  alt="karavan-dashboard" />
+</p>
+
 ### Local
 Karavan provides VS Code extension for local developer experience
 * Design, code and run integrations on your laptop or PC 
diff --git a/images/designer-rest.png b/images/designer-rest.png
new file mode 100644
index 00000000..7da6cb88
Binary files /dev/null and b/images/designer-rest.png differ
diff --git a/images/designer-routes.png b/images/designer-routes.png
new file mode 100644
index 00000000..417e2f9a
Binary files /dev/null and b/images/designer-routes.png differ
diff --git a/images/karavan-clouds-large.png b/images/karavan-clouds-large.png
index b350b44d..3aa9189a 100644
Binary files a/images/karavan-clouds-large.png and 
b/images/karavan-clouds-large.png differ
diff --git a/images/topology.png b/images/topology.png
new file mode 100644
index 00000000..f87ca401
Binary files /dev/null and b/images/topology.png differ

Reply via email to