Skip to content

Rust and Scala:: A ring buffer designed to integrate well with Apache Arrow.

Notifications You must be signed in to change notification settings

frgomes/arrow_ring_buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arrow_ring_buffer

A ring buffer designed to integrate well with Apache Arrow.

Design principles

  • Must allow smooth integraton with Apache Arrow.
  • Must perform exceptionally well, both natively or running on the JVM.
  • Must provide support for streaming applications.
  • Must provide support for window functions in the application code.
  • Borrows state of the art ideas and principles from both Rust and Scala ecosystems.

Supported programming languages

Sponsors

Mathminds is the main contributor to arrow_ring_buffer.

About

Rust and Scala:: A ring buffer designed to integrate well with Apache Arrow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published