Document #
In Pizza, a document is a data structure composed of field-and-value pairs. It’s roughly equivalent to a row in a relational database table, but with a dynamic schema. Documents are the basic unit of data storage in Pizza, and collections are groupings of documents.
Each document in Pizza is represented in JSON format, which is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse and generate.
Document management #
Document APIs are used to manage documents.