---
title: "Streaming from Aerospike"
description: "Stream Aerospike data to Apache Kafka, JMS, Pulsar, and HTTP-based event stream processing systems."
---

# Streaming from Aerospike

> For the complete documentation index see: [llms.txt](https://aerospike.com/docs/llms.txt)
> 
> All documentation pages available in markdown.

The Aerospike Connect outbound connectors provide reliable and scalable mechanisms to publish data from Aerospike Database to JMS, Kafka, and Pulsar.

## Streaming from Aerospike to Apache Kafka

You can stream data from Aerospike to downstream applications by using Apache Kafka. [Learn how](https://aerospike.com/docs/connectors/streaming/kafka/outbound/).

## Streaming from Aerospike to JMS

You can stream data from Aerospike into legacy systems using JMS to use data from modern applications in those systems. [Learn how](https://aerospike.com/docs/connectors/streaming/jms/outbound/).

## Streaming from Aerospike to Pulsar

You can stream data from Aerospike to downstream applications using Pulsar by submitting Aerospike change notifications that use the Aerospike XDR protocol. [Learn how](https://aerospike.com/docs/connectors/streaming/pulsar/outbound/).

## Streaming from Aerospike for Event Stream Processing

You can stream data from Aerospike to any system that can ingest HTTP requests. [Learn how](https://aerospike.com/docs/connectors/streaming/esp/).