Hello All, I was looking at CAMEL-14175 <https://issues.apache.org/jira/browse/CAMEL-14175> and put together a quick start guide <https://github.com/PickledDragon/apache-camel-developer-relations/blob/master/apache-camel-quick-start-guide.md> based on spring-boot archetype. My objective was figure out how to get a Java developer on-board on Camel, as quickly as possible. Before I expand further on what is happening behind the scenes and about the internals of the quick start itself, I just wanted what the community thinks about this direction. If the consensus is to use a different archetype (ex: without Spring Boot), I'm OK with that too.
Next in-line to expand * Explain project structure * Explain the camel route and its components * Explain what comes for free in the spring-boot sample (integration with actuator, starters etc) * Where to go next (Combine existing longer versions of the guides) Thanks Praveen