llms.txt Content
# Apache Camel
> Apache Camel is an open source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data. It provides 300+ components, Enterprise Integration Patterns (EIPs), multiple DSLs, and runs on various runtimes including Spring Boot, Quarkus, and Kubernetes.
All Apache Camel documentation pages are available in LLM-friendly Markdown format by replacing `.html` with `.md` in any URL.
For example:
- HTML: `https://camel.apache.org/components/next/languages/simple-language.html`
- Markdown: `https://camel.apache.org/components/next/languages/simple-language.md`
## Overview
- [Getting Started](https://camel.apache.org/manual/getting-started.md): Quick start guide for Apache Camel.
- [User Manual](https://camel.apache.org/manual/index.md): Complete user guide and reference documentation.
- [FAQ](https://camel.apache.org/manual/faq/index.md): Frequently Asked Questions about Apache Camel.
- [Releases](https://camel.apache.org/releases/index.md): Apache Camel Releases and version history.
- [Blog](https://camel.apache.org/blog/index.md): Latest blog posts about Apache Camel.
## Components
- [Components Index](https://camel.apache.org/components/next/index.md): Complete list of all Camel components (300+).
- [Languages](https://camel.apache.org/components/next/languages/index.md): Expression and predicate languages (Simple, XPath, JSONPath, etc.).
- [Enterprise Integration Patterns (EIPs)](https://camel.apache.org/components/next/eips/index.md): Message routing and transformation patterns.
- [Data Formats](https://camel.apache.org/components/next/dataformats/index.md): Data marshalling and unmarshalling formats.
- [Other Components](https://camel.apache.org/components/next/others/index.md): Additional Camel components and utilities.
## Runtimes & Frameworks
- [Camel Quarkus](https://camel.apache.org/camel-quarkus/next/index.md): Camel extensions for Quarkus runtime.
- [Camel Spring Boot](https://came