CamelBee java core libraries are engineered to extract the architecture of Camel Routes, pinpoint endpoints, and map out the interconnections among them to visualize the topology within either the CamelBee WebGL application (https://www.camelbee.io) or through the local Docker version (accessed at http://localhost:8083 by executing 'docker run -d -p 8083:80 camelbee/webgl').
The project is structured as follows:
camelbee/
|-- core/
| |-- quarkus-core/
| | |-- README.md
| | |-- ...
| |-- springboot-core/
| | |-- README.md
| | |-- ...
|-- examples/
| |-- allcomponent-quarkus-sample/
| | |-- README.md
| | |-- ...
| |-- allcomponent-springboot-sample/
| | |-- README.md
| | |-- ...
|-- README.md
camelbee
:
core
: Contains the core modules for CamelBee.to integrate with either the CamelBee WebGL application (https://www.camelbee.io) or through the local Docker version (accessed at http://localhost:8083 by executing 'docker run -d -p 8083:80 camelbee/webgl').quarkus-core
: Quarkus-specific core module.springboot-core
: Spring Boot-specific core module.examples
: Contains example projects demonstrating the usage of CamelBee.allcomponent-quarkus-sample
: Quarkus example project which uses camelbee-quarkus-starter library.allcomponent-springboot-sample
: Spring Boot example project which uses camelbee-springboot-starter library.Each subproject have its own README file for detailed information specific to that project.
For more details, please refer to the CamelBee Quarkus Core README.
For more details, please refer to the CamelBee SpringBoot Core README.
For more details, please refer to the user guid CamelBee WebGL Application User Guide.
This project is licensed under the the Apache License, Version 2.0. Feel free to use, modify, and distribute it as per the license terms.
For specific license information for individual subprojects, refer to their respective README files.