camel-karavan icon indicating copy to clipboard operation
camel-karavan copied to clipboard

Apache Camel Karavan a Low-code Data Integration Platform

Results 133 camel-karavan issues
Sort by recently updated
recently updated
newest added

``` jbang -Dcamel.jbang.version=3.18.1 camel@apache/camel run foo.yaml ``` I have [x] run in developer mode in the settings but karavan runs it without `--dev`.

``` # camel-k: language=yaml # Write your routes here, for example: - from: uri: "timer:yaml" parameters: period: "1000" steps: - setBody: constant: "Hello {{myName}} from yaml" - log: "${body}" ```...

In the UI panel editor then secret=true values are hidden by default. However it would be nice to have a way to show the value, eg we could maybe add...

I am trying to store data received data(Json) from timer source in mongodb. But i am getting the below error. org.apache.camel.component.mongodb.CamelMongoDbException: MongoDB operation = insert, Body is not conversible to...

For citizen integrators, a great feature available in Azure LogicApps, is the ability to construct message schemas visually, as shown here [https://docs.microsoft.com/en-us/azure/logic-apps/media/logic-apps-perform-data-operations/send-email-parse-json-action.png](url) I would be happy to work on this,...

When creating a rest method you can use `{something}` to indicate a path param. There is no way in the Path field to configure this and notice the existence of...

To easily embed Karavan into a (Javascript) webapplication (Front-ends like plain JS, Electron, React, Vue or Angular) it would be nice if Karavan is available as npm package (https://www.npmjs.com).

**Environment** - Karavan version: 0.0.15 - Platform: Mac **Current behavior** Currently options are generate REST Only or REST and Routes **Expected/desired behavior** Add an option to generate only routes **Minimal...

enhancement

I am using bean endpoint to add custom beans that i have created. I have used 4 bean steps, in the flow all the step comes with name "BEAN". Is...