diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..0f8fc0adb869559911c0fcad541a878a6e2636ae --- /dev/null +++ b/README.en.md @@ -0,0 +1,43 @@ +# Camel Spring Boot Examples + +This repository contains various examples demonstrating Apache Camel integration with Spring Boot. + +## Features + +- Demonstrates Camel route configuration using Spring Boot +- Shows integration with various technologies such as ActiveMQ, Kafka, and REST APIs +- Includes examples for different Camel components and patterns +- Demonstrates observability features with OpenTelemetry +- Shows implementation of various Enterprise Integration Patterns + +## Examples + +The repository contains multiple examples organized in separate directories: + +- **ActiveMQ**: Camel integration with ActiveMQ +- **Kafka**: Camel Kafka integration examples +- **REST**: REST API integration examples +- **OpenTelemetry**: Observability examples with OpenTelemetry +- **Database**: Database integration examples +- **Cloud**: Cloud platform integration examples (Azure, AWS) +- **Messaging**: Various messaging technology integrations + +## Getting Started + +To run the examples, you'll need: + +1. Java 17 or higher +2. Apache Maven +3. Docker (for examples requiring external services) + +Each example has its own README file with specific instructions. + +## License + +This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. + +## Contributing + +We welcome contributions to improve these examples. Please see our [contributing guide](CONTRIBUTING.md) for more information. + +For more information about Apache Camel, visit the [official website](https://camel.apache.org). \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..939bca8b6baa3fca7f97241db2c127daf9d0c828 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# Camel Spring Boot Examples + +This repository contains various examples demonstrating Apache Camel integration with Spring Boot. + +## Features + +- Demonstrates Camel routes configuration using Spring Boot +- Shows integration with various technologies like ActiveMQ, Kafka, REST APIs +- Includes examples for different Camel components and patterns +- Demonstrates observability features with OpenTelemetry +- Shows implementation of various Enterprise Integration Patterns + +## Examples + +The repository contains multiple examples organized in different directories: + +- **ActiveMQ**: Camel integration with ActiveMQ +- **Kafka**: Camel Kafka integration examples +- **REST**: REST API integration examples +- **OpenTelemetry**: Observability examples with OpenTelemetry +- **Database**: Database integration examples +- **Cloud**: Cloud platform integration examples (Azure, AWS) +- **Messaging**: Various messaging technology integrations + +## Getting Started + +To run the examples, you'll need: + +1. Java 17 or higher +2. Apache Maven +3. Docker (for examples requiring external services) + +Each example has its own README file with specific instructions. + +## License + +This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. + +## Contributing + +We welcome contributions to improve these examples. Please see our [contributing guide](CONTRIBUTING.md) for more information. + +For more information about Apache Camel, visit the [official website](https://camel.apache.org). \ No newline at end of file