This repository contains resources (documentation and scripts) for the BDRC image database.
docs/- Documentation on the archive structure and database designschemas/- SQL schemas for the storage and content databasessrc/image_db_tool/- Python tool for indexing the archive into the database
See src/README.md for detailed documentation on the image database tool.
pip install -r requirements.txt# Set database credentials
export DB_USER=your_user
export DB_PASSWORD=your_password
# Run the tool
python -m image_db_tool.cli --helpFor more information, see the tool documentation.