Populate BONSAI relational database with lots of data!
- Postgres >= 12. Database schema must be installed following the BONSAI schema.
psql
must be available. - Python >= 3.8. See
requirements.txt
for specific library requirements.
Should this be a collection of bash shell scripts, or a Python library with an executable script?