This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


    from fac0ed9  How to run via docker
     new a00eb0e  Fixed
     new 69eb483  Add SQL example
     new f644db5  Typo

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 jbang/camel-1.0/README.adoc                        |  2 +-
 jbang/prometheus/demo.camel.yaml                   |  5 --
 jbang/sql/README.adoc                              | 83 ++++++++++++++++++++++
 .../user.java => sql/UsingSql.java}                |  6 +-
 jbang/sql/application.properties                   |  4 ++
 jbang/sql/db-init.sql                              |  9 +++
 jbang/sql/docker-compose.yml                       | 17 +++++
 jbang/sql/insert.sql                               |  1 +
 jbang/sql/using-kamelet.camel.yaml                 | 18 +++++
 9 files changed, 135 insertions(+), 10 deletions(-)
 create mode 100644 jbang/sql/README.adoc
 copy jbang/{custom-kamelet/user.java => sql/UsingSql.java} (58%)
 create mode 100644 jbang/sql/application.properties
 create mode 100644 jbang/sql/db-init.sql
 create mode 100644 jbang/sql/docker-compose.yml
 create mode 100644 jbang/sql/insert.sql
 create mode 100644 jbang/sql/using-kamelet.camel.yaml

Reply via email to