Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 561 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 561 Bytes

Pulsarrow

A tiny Pulsar + Arrow experiment.

Quick start

Requirements

  • Rust
  • Docker

Start standalone Pulsar

docker run -it --rm -p 6650:6650 -p 8080:8080 apachepulsar/pulsar bin/pulsar standalone

This starts a standalone Pulsar service available at pulsar://localhost:6650.

Run application

cargo run pulsar://localhost:6650

Starts a producer and consumer with Arrow IPC messages.

🐬

Run ser/de benchmark

cargo bench

License

Licensed under the Apache-2.0 license. See LICENSE.