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

teratide/pulsarrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tiny Pulsar + Arrow experiment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages