Skip to content

Commit

Permalink
chore: link to official examples repo
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Dec 15, 2022
1 parent 4189b8d commit 91bd287
Show file tree
Hide file tree
Showing 104 changed files with 1 addition and 3,054 deletions.
36 changes: 1 addition & 35 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,3 @@
# Camel K Examples

This folder contains various examples of `Camel K` integrations. You can use them to learn more about the capabilities of Camel K or to inspire your integration development.

## Basic usage examples

In this section you will find the most basic examples. Useful to start learning about Camel K and how to run. You can use many supported languages and learn about the most basic features:

| Type | Description | Link |
|---|---|---|
| User Config | Explore how to include a `property`, `secret`, `configmap` or file `resource` in your integration | [see examples](./user-config/)|
| Processor | Show how to include `Processor`s logic | [see examples](./processor/)|
| Open API | `Open API` support | [see examples](./openapi/)|
| Rest | Produce/Consume `REST`ful services | [see examples](./rest/)|
| Modeline | [Camel K modeline support](https://camel.apache.org/camel-k/latest/cli/modeline.html) | [see examples](./modeline/)|
| Volumes | Produce/Consume files attached to a `PVC` | [see examples](./volumes/)|

## Advanced usage examples

As soon as you will learn the basic stuff, you will like to try the new advanced feature offered by Camel K. Here a few examples:

| Type | Description | Link |
|---|---|---|
| OLM | OPERATOR Lifecycle manager installation example | [see examples](./olm/)|
| Polyglot | Polyglot integration examples | [see examples](./polyglot/)|
| Pulsar | Pulsar usage | [see examples](./pulsar/)|
| Saga | Saga pattern example | [see examples](./saga/)|
| Tekton | Tekton tutorial | [see examples](./tekton/)|

## Traits usage examples

Traits configuration will be very helpful to fine tune your `Integration`. Here a few examples:

| Type | Description | Link |
|---|---|---|
| Container | How to customize with `container` trait| [see examples](./traits/container/)|
| JVM | How to use `jvm` trait| [see examples](./traits/jvm/)|
The examples were moved to a dedicated repository located at https://github.com/apache/camel-k-examples/tree/main/generic-examples
17 changes: 0 additions & 17 deletions examples/maven/README.md

This file was deleted.

15 changes: 0 additions & 15 deletions examples/maven/ip.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/modeline/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions examples/modeline/SampleModeline.java

This file was deleted.

31 changes: 0 additions & 31 deletions examples/modeline/modeline-build-property-file-route.groovy

This file was deleted.

31 changes: 0 additions & 31 deletions examples/modeline/modeline-build-property-route.groovy

This file was deleted.

30 changes: 0 additions & 30 deletions examples/modeline/modeline-config-file-route.groovy

This file was deleted.

32 changes: 0 additions & 32 deletions examples/modeline/modeline-config-secret-route.groovy

This file was deleted.

29 changes: 0 additions & 29 deletions examples/modeline/modeline-property-file-route.groovy

This file was deleted.

29 changes: 0 additions & 29 deletions examples/modeline/modeline-property-route.groovy

This file was deleted.

27 changes: 0 additions & 27 deletions examples/modeline/modeline-resource-file-route.groovy

This file was deleted.

3 changes: 0 additions & 3 deletions examples/modeline/quarkus.properties

This file was deleted.

1 change: 0 additions & 1 deletion examples/modeline/resources-data.txt

This file was deleted.

29 changes: 0 additions & 29 deletions examples/olm/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions examples/openapi/README.md

This file was deleted.

Loading

0 comments on commit 91bd287

Please sign in to comment.