blob: 6875aa84562ce8e736a788c90888bd66c032705c [file] [log] [blame]
[
{
"title": "Configure a Camel component using CDI",
"description": "Demonstrates how to set-up a Camel component (the `log` component in this case) programmatically using CDI",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-cdi"
},
{
"title": "Custom `main()`",
"description": "Shows how to start Camel from a custom `main()` method",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-main"
},
{
"title": "File consumer with Bindy \u0026 FTP",
"description": "Shows how to consume CSV files, marshal \u0026 unmarshal the data and send it onwards via FTP",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/file-bindy-ftp"
},
{
"title": "HTTP with vanilla JAX-RS or with Camel `platform-http` component",
"description": "Shows how to create HTTP endpoints using either the RESTEasy",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/http-log"
},
{
"title": "Health",
"description": "Shows how to use Camel health-checks with Quarkus.",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/health"
},
{
"title": "Kafka example ",
"description": "Shows how to produce and consume messages in a Kafka topic, using Strimzi Operator",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/kafka"
},
{
"title": "Kamelet Chuck Norris",
"description": "Shows how you can build a simple Kamelet and use with your Camel applications.",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/kamelet-chucknorris"
},
{
"title": "Kotlin Hello World",
"description": "Shows how to define Camel routes using Kotlin programming language",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-kotlin"
},
{
"title": "Observability",
"description": "Demonstrates how to add support for metrics, health checks and distributed tracing",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/observability"
},
{
"title": "REST with Jackson",
"description": "Demonstrates how to create a REST service using the Camel REST DSL and Jackson.",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/rest-json"
},
{
"title": "Spring Dependency Injection",
"description": "Shows how to use Spring Dependency Injection when defining routes on Camel Quarkus.",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-spring"
},
{
"title": "Timer Hello World",
"description": "Uses the Camel timer component to output a Hello world message to the console",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/timer-log"
},
{
"title": "Tokenize a CSV file",
"description": "Shows how to define a Camel route in XML for tokenizing a CSV a file.",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/file-split-log-xml"
},
{
"title": "XML Hello World",
"description": "Shows how to define Camel routes using XML.",
"link": "https://github.com/apache/camel-quarkus-examples/tree/main/timer-log-xml"
}
]