Targets
A target stage represents the target for a flow. You can use one or more targets in a flow.
To help create or test flows, you can use a development target.
Standalone flows
In standalone flows, you can use the following targets:
- Amazon S3 - Writes data to Amazon S3.
- Azure Blob Storage - Writes data to Azure Blob Storage.
- Azure Data Lake Storage Gen2 - Writes data to Azure Data Lake Storage Gen2.
- Azure Event Hub Producer - Writes data to Azure Event Hub.
- Azure IoT Hub Producer - Writes data to Microsoft Azure IoT Hub.
- Azure Synapse SQL - Loads data into one or more tables in Microsoft Azure Synapse.
- Cassandra - Writes data to a Cassandra cluster.
- CoAP Client - Writes data to a CoAP endpoint.
- Couchbase - Writes data to a Couchbase database.
- Databricks - Writes data to one or more Delta Lake tables on Databricks.
- Elasticsearch - Writes data to an Elasticsearch cluster.
- Google BigQuery - Loads new data or change data capture (CDC) data to Google BigQuery, compensating for data drift to support loading to new or existing datasets, tables, and columns.
- Google Bigtable - Writes data to Google Cloud Bigtable.
- Google Cloud Storage - Writes data to Google Cloud Storage.
- Google Pub/Sub Publisher - Publishes messages to Google Pub/Sub.
- HTTP Client - Writes data to an HTTP endpoint. Can send responses to a microservice source in a microservice flow.
- IBM Cloud Object Storage 6.4 and later - Writes data to IBM Cloud Object Storage.
- IBM Db2 - Writes data to an IBM Db2 database.
- IBM watsonx.data - Writes data to IBM watsonx.data
- InfluxDB 2.x - Writes data to an InfluxDB 2.x database.
- JDBC Producer - Writes data to database table through a JDBC connection.
- Jira - Writes data to a Jira instance.
- JMS Producer - Writes data to JMS.
- Kafka Producer - Writes data to a Kafka cluster. Can send responses to a microservice source in a microservice flow.
- Kinesis Firehose - Writes data to a Kinesis Firehose delivery stream.
- Kinesis Producer - Writes data to Kinesis Streams. Can send responses to a microservice source in a microservice flow.
- Local FS - Writes data to a local file system.
- MongoDB Atlas - Writes data to MongoDB Atlas or MongoDB Enterprise Server.
- MQTT Publisher - Publishes messages to a topic on an MQTT broker.
- Named Pipe - Writes data to a named pipe.
- Oracle - Writes data to one or more tables in an Oracle database.
- Pulsar Producer - Writes data to Apache Pulsar topics.
- RabbitMQ Producer - Writes data to RabbitMQ.
- Redis - Writes data to Redis.
- Salesforce - Writes data to Salesforce using the SOAP or Bulk API.
- Salesforce Bulk API 2.0 - Writes data to Salesforce using Salesforce Bulk API 2.0.
- Send Response to Source - Sends records with the specified response to the microservice source in the flow. Use only in a microservice flow.
- SFTP/FTP/FTPS Client - Sends data to a URL using SFTP, FTP, or FTPS.
- SingleStore - Writes data to a SingleStore database table.
- Snowflake - Writes data to tables in a Snowflake database.
- Snowflake File Uploader - Writes whole files to an internal Snowflake stage. Use with the Snowflake executor.
- Splunk - Writes data to Splunk.
- Syslog - Writes data to a Syslog server.
- Tableau CRM - Writes data to Salesforce Tableau CRM.
- Teradata - Writes data to one or more tables in a Teradata database.
- To Error - Passes records to the flow for error handling.
- Trash - Removes records from the flow.
- Web Client - Writes data to an HTTP endpoint.
- WebSocket Client - Writes data to a WebSocket endpoint.
Development target
To help create or test flows, you can use the following development target:
- To Event
For more information, see Development stages.