Metadata Records
Creating metadata records at scale with the Pennsieve Platform.
Once models are defined in a dataset, you can create and store records in the dataset. This can be done from the web-application or in bulk using the Pennsieve API. A record is stored as a JSON object in the Pennsieve database. When creating metadata records, they are automatically validated against the JSON Schema model version that is associated with the record.
The screenshot below shows the user interface for entering records in the Pennsieve Web Application.
You can verify the record validation directly in the browser and see the resulting JSON object.
Versioning and Archiving
If a model has defined one, or more x-pennsieve-key properties, the platform supports automatic versioning of these records if new records are created with the same key-values.
Updated about 1 hour ago