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 @@ - - - - - - - - -## Apache Camel Karavan + + + + + + + + +<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