Repository: arrow Updated Branches: refs/heads/master 430bd9576 -> 7e39747ee
http://git-wip-us.apache.org/repos/asf/arrow/blob/7e39747e/format/IPC.md ---------------------------------------------------------------------- diff --git a/format/IPC.md b/format/IPC.md new file mode 100644 index 0000000..1f39e76 --- /dev/null +++ b/format/IPC.md @@ -0,0 +1,3 @@ +# Interprocess messaging / communication (IPC) + +## File format http://git-wip-us.apache.org/repos/asf/arrow/blob/7e39747e/format/README.md ---------------------------------------------------------------------- diff --git a/format/README.md b/format/README.md index 3b0e503..78e1520 100644 --- a/format/README.md +++ b/format/README.md @@ -9,6 +9,7 @@ Currently, the Arrow specification consists of these pieces: - Metadata specification (see Metadata.md) - Physical memory layout specification (see Layout.md) - Metadata serialized representation (see Message.fbs) +- Mechanics of messaging between Arrow systems (IPC, RPC, etc.) (see IPC.md) The metadata currently uses Google's [flatbuffers library][1] for serializing a couple related pieces of information:
