Back to Glossary Index

Dagster Data Engineering Glossary:

Cap’n Proto

A data interchange format similar to Protobuf, but faster. Instead of parsing the data and then unpacking it, the data is directly accessed in the binary form in which it is stored, reducing processing time.