Uncomment temporery code #757
1 file changed
tree: d65c778ee711980debbc30ea81f603a1c60ba5ed
  1. .github/
  2. images/
  3. karavan-app/
  4. karavan-builder/
  5. karavan-cli/
  6. karavan-cloud/
  7. karavan-core/
  8. karavan-demo/
  9. karavan-designer/
  10. karavan-generator/
  11. karavan-operator/
  12. karavan-runner/
  13. karavan-space/
  14. karavan-vscode/
  15. release-utils/
  16. .asf.yaml
  17. .gitignore
  18. change_version.sh
  19. DEV.md
  20. LICENSE.txt
  21. README.md
  22. ROADMAP.md
README.md

Build Camel Java Quarkus React Typescript License

karavan-logo karavan-logo

Karavan is an Integration Platform for Apache Camel, which 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.

karavan-clouds

Integrations could be created using visual designer that includes Enterprise Integration Patterns DSL, REST API and Beans builder, all Camel Kamelets and Components. Karavan uses YAML to read/write integrations. Integrations could be run directly from Karavan UI using Camel JBang. Also they could exported in Maven project with preconfigured Camel Quarkus, Camel Spring-Boot or Camel Main runtime. Integration project output is a runnable uber-jar or an OCI image for local environment or a deployed application to a Kubernetes/OpenShift in any cloud provider.

Introduction

https://user-images.githubusercontent.com/1379213/211049026-4496d054-d529-4917-837f-a59b6f2f84b1.mp4

Installation

Two types of applications are available:

  1. Cloud-native application deployed into Kubernetes/OpenShift
  2. VS Code extension available on the Marketplace. Extensions for VS Code Compatible Editors available on Open VSX Registry

Both applications share same visual designer and work with Camel YAMl DSL.

Karavan cloud-native application

Karavan cloud-native integration toolkit is an application to manage projects, design and monitor integrations, Tekton pipeline to build and deploy integrations. More about cloud-native Karavan

karavan-ipaas-1

Karavan VS Code extension

Install Karavan VS Code extension from the Marketplace or from Open VSX Registry

More about Karavan VS Code Extension

karavan-vscode

Features

Mode

Visual Designer for Integrations

  • Enterprise Integration Patterns DSL
  • REST DSL designer
  • OpenAPI to REST DSL generator
  • Beans and dependencies
  • 100+ Kamelets source/sink/action
  • 300+ Components consumer/producer
  • Read/Write yaml routes

Runtimes

Build and Deploy

  • Maven for local development
  • Tekton Pipelines for Kubernetes/OpenShift

Documentation

Build-in catalogues:

  • Enterprise Integration Patterns
  • Kamelets
  • Components

Development

How to build Karavan