Skip to content

Commit

Permalink
Polished
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 30, 2024
1 parent 04f6261 commit 5006edb
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
24 changes: 12 additions & 12 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Number of Examples: 74 (0 deprecated)
|===
| Example | Category | Description

| link:java-lambda/README.adoc[Java Lambda] (java-lambda) | Advanced | An example for showing Camel DSL using Java Lambda coding style

| link:resume-api/resume-api-aws2-kinesis/README.md[Resume Api Aws2 Kinesis] (resume-api-aws2-kinesis) | Advanced | An example for showing the Resume API for consuming AWS Kinesis data streams.

| link:resume-api/resume-api-cassandraql/README.md[Resume Api Cassandraql] (resume-api-cassandraql) | Advanced | An example for showing the Resume API for consuming data from Apache Cassandra.
Expand All @@ -46,24 +48,14 @@ Number of Examples: 74 (0 deprecated)

| link:resume-api/resume-api-fileset-wal/README.md[Resume Api Fileset Wal] (resume-api-fileset-wal) | Advanced | An example for showing the Resume API for processing a large directory using the write ahead log.

| link:as2/README.adoc[AS2 Example] (as2) | Beginner | An example which demonstrates the use of the Camel AS2 component

| link:basic/README.adoc[Basic] (basic) | Beginner | Basic example

| link:console/README.adoc[Console] (console) | Beginner | An example that reads input from the console

| link:couchbase-log/README.adoc[Couchbase Log] (couchbase-log) | Beginner | An example for showing standalone Camel with Couchbase

| link:csimple/README.adoc[Csimple] (csimple) | Beginner | Shows using compiled simple language

| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | Shows using compiled simple language with jOOR compiler

| link:ftp/README.adoc[FTP] (ftp) | Beginner | An example for showing Camel FTP integration

| link:google/google-pubsub/README.adoc[Google Pubsub] (google-pubsub) | Beginner | Google Pubsub example

| link:java8/README.adoc[Java8] (java8) | Beginner | An example for showing Camel DSL for Java 8

| link:kamelet/README.adoc[Kamelet] (kamelet) | Beginner | How to use Kamelets

| link:kamelet-chucknorris/README.adoc[Kamelet Chucknorris] (kamelet-chucknorris) | Beginner | How easy it is to create your own Kamelets
Expand Down Expand Up @@ -108,8 +100,6 @@ Number of Examples: 74 (0 deprecated)

| link:azure/azure-storage-blob/README.adoc[Azure Storage Blob] (azure-storage-blob) | Cloud | Azure Storage Blob example

| link:cassandra-kubernetes/README.adoc[Cassandra Kubernetes] (cassandra-kubernetes) | Cloud | An example with Camel and Cassandra running on Kubernetes

| link:hazelcast-kubernetes/README.adoc[Hazelcast Kubernetes] (hazelcast-kubernetes) | Cloud | An example with Camel and Hazelcast running on Kubernetes

| link:azure/kafka-azure/README.adoc[Kafka Azure] (kafka-azure) | Cloud | An example for showing standalone Camel with Kafka and Azure Storage Blob
Expand All @@ -126,6 +116,10 @@ Number of Examples: 74 (0 deprecated)

| link:aws/main-endpointdsl-kafka-aws2-s3-restarting-policy/README.adoc[Main Endpointdsl Kafka Aws2 S3 Restarting Policy] (main-endpointdsl-kafka-aws2-s3-restarting-policy) | Cloud | An example for showing standalone Camel with Endpoint DSL and Kafka, AWS2-S3 streaming upload mode with restarting policy

| link:cassandra-kubernetes/README.adoc[Cassandra Kubernetes] (cassandra-kubernetes) | Database | An example with Camel and Cassandra running on Kubernetes

| link:couchbase-log/README.adoc[Couchbase Log] (couchbase-log) | Database | An example for showing standalone Camel with Couchbase

| link:debezium/README.adoc[Debezium] (debezium) | Database | An example for Debezium Component

| link:debezium-eventhubs-blob/README.adoc[Debezium Eventhubs Blob] (debezium-eventhubs-blob) | Database | An example for Debezium Component with Azure Event Hubs and Azure Storage Blob
Expand All @@ -150,6 +144,10 @@ Number of Examples: 74 (0 deprecated)

| link:loadbalancing/README.adoc[Load Balancing] (loadbalancing) | EIP | An example that demonstrate load balancing messaging with mina servers (TCP/IP)

| link:as2/README.adoc[AS2 Example] (as2) | File | An example which demonstrates the use of the Camel AS2 component

| link:ftp/README.adoc[FTP] (ftp) | File | An example for showing Camel FTP integration

| link:transformer-demo/README.adoc[Transformer and Validator Spring XML] (transformer-demo) | Input/Output Type Contract | An example demonstrating declarative transformation and validation along data type declaration using
Spring DSL

Expand All @@ -160,6 +158,8 @@ Number of Examples: 74 (0 deprecated)

| link:splunk/README.adoc[Splunk] (splunk) | Management and Monitoring | An example using Splunk

| link:google/google-pubsub/README.adoc[Google Pubsub] (google-pubsub) | Messaging | Google Pubsub example

| link:kafka/README.adoc[Kafka] (kafka) | Messaging | An example for Kafka

| link:netty-custom-correlation/README.adoc[Netty Custom Correlation] (netty-custom-correlation) | Messaging | An example for showing Camel Netty with custom codec and correlation id
Expand Down
2 changes: 1 addition & 1 deletion as2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<description>An example which demonstrates the use of the Camel AS2 component</description>

<properties>
<category>Beginner</category>
<category>File</category>
<title>AS2 Example</title>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion cassandra-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<packaging>jar</packaging>

<properties>
<category>Cloud</category>
<category>Database</category>
<!-- dependency versions -->
<cassandra.driver.version>3.7.2</cassandra.driver.version>
<main.class>org.apache.camel.spring.Main</main.class>
Expand Down
2 changes: 1 addition & 1 deletion couchbase-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>An example for showing standalone Camel with Couchbase</description>

<properties>
<category>Beginner</category>
<category>Database</category>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion ftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>An example for showing Camel FTP integration</description>

<properties>
<category>Beginner</category>
<category>File</category>
<title>FTP</title>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion google/google-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<description>Google Pubsub example</description>

<properties>
<category>Beginner</category>
<category>Messaging</category>
</properties>

<dependencyManagement>
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions java8/pom.xml → java-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<version>4.9.0-SNAPSHOT</version>
</parent>

<artifactId>camel-example-java8</artifactId>
<artifactId>camel-example-java-lambda</artifactId>
<packaging>jar</packaging>
<name>Camel :: Example :: Java8</name>
<description>An example for showing Camel DSL for Java 8</description>
<name>Camel :: Example :: Java Lambda </name>
<description>An example for showing Camel DSL using Java Lambda coding style</description>

<properties>
<category>Beginner</category>
<category>Advanced</category>
</properties>

<dependencyManagement>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<module>ftp</module>
<module>google</module>
<module>hazelcast-kubernetes</module>
<module>java8</module>
<module>java-lambda</module>
<module>jdbc</module>
<module>jmx</module>
<module>jooq</module>
Expand Down

0 comments on commit 5006edb

Please sign in to comment.