blob: e02cab6f325c34df7e76f6610eca44b8ae4394c7 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-stitch"]
= Stitch
:linkattrs:
:cq-artifact-id: camel-quarkus-stitch
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Stitch is a cloud ETL service that integrates various data sources into a central data warehouse through various integrations.
:cq-deprecated: false
:cq-jvm-since: 1.8.0
:cq-native-since: n/a
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.8.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]
Stitch is a cloud ETL service that integrates various data sources into a central data warehouse through various integrations.
[id="extensions-stitch-whats-inside"]
== What's inside
* xref:{cq-camel-components}::stitch-component.adoc[Stitch component], URI syntax: `stitch:tableName`
Please refer to the above link for usage and configuration details.
[id="extensions-stitch-maven-coordinates"]
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-stitch</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]