Git Product home page Git Product logo

leewoobin789 / camel-k Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/camel-k

0.0 0.0 0.0 67.12 MB

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

Home Page: https://camel.apache.org/camel-k

License: Apache License 2.0

Shell 2.08% JavaScript 0.06% Java 0.97% Groovy 1.48% Go 93.53% Kotlin 0.03% Makefile 1.24% Smarty 0.06% Dockerfile 0.06% Gherkin 0.42% Mustache 0.05%

camel-k's Introduction

🐫 + ☁️ = Apache Camel K

Build Licensed under Apache License version 2.0 Go Report Card GoDoc Kubernetes Knative OpenShift 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.

camel-k's People

Contributors

astefanutti avatar nicolaferraro avatar github-actions[bot] avatar lburgazzoli avatar squakez avatar oscerd avatar tadayosi avatar phantomjinx avatar johnpoth avatar doru1004 avatar dependabot[bot] avatar jamesnetherton avatar christophd avatar bouskaj avatar orpiske avatar davsclaus avatar essobedo avatar djencks avatar apupier avatar kuthumipepple avatar zregvart avatar dmvolod avatar ipolyzos avatar valdar avatar gre8t avatar aldettinger avatar llowinge avatar claudio4j avatar willemjiang avatar subhasmitasw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.