Skip to content
forked from apache/camel-k

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers

License

Notifications You must be signed in to change notification settings

christophd/camel-k

This branch is 1 commit ahead of, 1121 commits behind apache/camel-k:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 5, 2023
Nov 3, 2023
Nov 6, 2023
Dec 4, 2023
Nov 15, 2023
Nov 7, 2023
Nov 3, 2023
Dec 5, 2023
Dec 15, 2022
Nov 30, 2023
Nov 3, 2023
Nov 30, 2023
Dec 5, 2023
Apr 21, 2021
May 29, 2023
Nov 3, 2023
Nov 28, 2023
Nov 8, 2022
Oct 25, 2018
Oct 27, 2021
Nov 6, 2023
Jul 14, 2023
Oct 4, 2023
Apr 18, 2022
Dec 1, 2023
Jun 4, 2020
Sep 2, 2018
Jan 7, 2019
Sep 2, 2018
Apr 26, 2023
Oct 16, 2023
Dec 5, 2023
Dec 5, 2023
Oct 24, 2023

Repository files navigation

🐫 + ☁️ = Apache Camel K

Licensed under Apache License version 2.0 Go Report Card GoDoc Build Kubernetes Knative Nightly releases Quarkus native Go coverage Chat on Zulip

Apache Camel K is a lightweight integration framework built from Apache Camel that runs natively on Kubernetes and is specifically designed for serverless and microservice architectures. Users of Camel K can instantly run integration code written in Camel DSL on their preferred Cloud provider.

⚙️ Installation

Camel K allows you to run integrations directly on a Kubernetes or OpenShift cluster. To use it, you need to be connected to a cloud environment or to a local cluster created for development purposes.

▶️ Running an Integration

You can use Camel DSL to define your Integration. Just save it in a file and use kamel command line interface (download latest release) to run it. As an example, just try running:

hello.groovy
from('timer:tick?period=3000')
  .setBody().constant('Hello world from Camel K')
  .to('log:info')
kamel run hello.groovy

You can even run your integrations in a dev mode. Change the code and see the changes automatically applied (instantly) to the remote integration pod! We have provided more examples that you can use to inspire your next Integration development.

🐫 All the power from Apache Camel components

You can use any of the Apache Camel components available. The related dependencies will be resolved automatically.

Discover more about dependencies and components.

☕ Not Just Java

Camel K supports multiple languages for writing integrations.

See all the languages available.

🏁 Traits

The details of how the integration is mapped into Kubernetes resources can be customized using traits.

More information is provided in the official documentation traits section.

☁️ Engineered thinking on Cloud Native

Since the inception of the project, our goal was to bring Apache Camel to the cloud.

❤️ Contributing

We love contributions and we want to make Camel K great!

Contributing is easy, just take a look at our developer’s guide.

🎟️ Licensing

This software is licensed under the terms you may find in the file named LICENSE in this directory.

About

Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.7%
  • Shell 2.1%
  • Java 1.1%
  • Makefile 0.8%
  • JavaScript 0.1%
  • Dockerfile 0.1%
  • Other 0.1%