tree: b18b75c155d2221e8a61f673a17b983edb1a108d [path history] [tgz]
  1. get_compressed/
  2. get_indirect/
  3. get_multipart/
  4. get_range/
  5. get_simple/
  6. post_multipart/
  7. post_simple/
  8. README.md
http/README.md

Apache Arrow HTTP Data Transport

This area of the Apache Arrow Experiments repository is for collaborative prototyping and research on the subject of sending and receiving Arrow-formatted data over HTTP APIs.

The intent of this work is to:

  • Ensure excellent interoperability across languages.
  • Allow implementation within existing HTTP APIs.
  • Maximize performance.
  • Minimize implementation complexity.

The end goal of this work is to inform and guide the creation of a set of conventions to be published in the Arrow documentation.

[!IMPORTANT] Before contributing to this area of the repository, please see the related discussion on the Arrow developer mailing list and the Arrow GitHub issue listing the tasks that are a part of this effort.