Create How to port old bob database interface to the new csv format authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
# Introduction
This guide will help you port old bob.db packages into just one `.py` file inside a bob.bio or bob.pad package, e.g. bob.pad.face.
This will greatly reduce the maintenance burden of databases in Bob.
# Gather information
Learn information about the database:
- what it is,
- in which bob.bio or bob.pad packages it was used
- How many protocols does it have
# Create a create function
Create a script that reproduces the list files.
# Documentation
Document the protocols, data format, metadata
\ No newline at end of file