Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 920 Bytes

index.rst

File metadata and controls

33 lines (24 loc) · 920 Bytes

Welcome to bb_binary's documentation!

api/common api/converting api/parsing api/repository api/schema

We switched to Cap'n Proto as data interchange format to tackle three of our main problems:

  1. IO-Operations have been a huge bottleneck in our Pipeline
  2. The format has an inherent data Schema
  3. There are implementations for all the major programming languages

As most of our applications are written in Python this is the recommended interface. It is also possible to use bb_binary from other languages like C, C++ and Java, but they are not supported right now.

The Python Module is divided into the three submoduls api/converting, api/parsing and the api/repository Class.

Indices and tables

  • genindex
  • modindex
  • search