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 72ab631 Update README.md
72ab631 is described below
commit 72ab631bfa5a51d84a2faa013a593d5a94717dda
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Wed May 25 11:06:18 2022 -0400
Update README.md
---
README.md | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index a1bd8dc..f16848e 100644
--- a/README.md
+++ b/README.md
@@ -9,23 +9,35 @@


-## Apache Camel Karavan
-Mastering Tool for Apache Camel makes integration easy and fun through the
visualization of pipelines and integration with runtimes.
-## Features
+Mastering Tool for Apache Camel makes integration easy and fun through the
visualization of pipelines, integration with runtimes and package, image build
and deploy to kubernetes out-of-the-box.
+## Features
+### Visual Designer for Integrations
* Enterprise Integration Patterns DSL
-* REST DSL
+* REST DSL designer
+* OpenAPI to REST DSL generator
* Beans and dependencies
* 100+ Kamelets source/sink/action
* 300+ Components consumer/producer
* Read/Write Integration CRD (*.yaml with kind:Integration) and plain yaml
routes
-* Integration with [Camel-K](https://camel.apache.org/camel-k/next/index.html)
and [JBang](https://www.jbang.dev)
+### Runtimes
+* [Camel-K](https://camel.apache.org/camel-k/next/index.html)
+* [Camel JBang](https://camel.apache.org/manual/camel-jbang.html)
+* [Camel
Quarkus](https://camel.apache.org/camel-quarkus/2.9.x/reference/extensions/yaml-dsl.html)
+### Build and Deploy
+* Package uber-jar
+* Build Docker/OCI Image
+* Deploy to Kubernetes/OpenShift
+### Documentation
+Build-in catalogues:
+* Enterprise Integration Patterns
+* Kamelets
+* Components
## VS Code extension
Install Karavan VS Code extension from the
[Marketplace](https://marketplace.visualstudio.com/items?itemName=camel-karavan.karavan)
-

## Standalone application
@@ -103,9 +115,3 @@ For SELinux
```shell script
docker run -it -p 8080:8080 -v $(pwd):/deployments/integrations:z
ghcr.io/apache/camel-karavan-native:latest
```
-
-## Running in GitOps mode
-[Karavan demo on OpenShift](karavan-demo/openshift/README.md)
-
-## Running in Serverless mode
-[Karavan demo on Kubernetes](karavan-demo/serverless/README.md)