Skip to content

Zenodo Data Dumps

Benjamin Capodanno edited this page Jun 13, 2025 · 2 revisions

First, tunnel to the MaveDB production database:

ssh tunnel-mavedb-production

Then, export all public data with

DB_PORT=5434 DB_DATABASE_NAME=mavedb DB_USERNAME=mavedb_api DB_PASSWORD=<password> poetry run python3 src/mavedb/scripts/export_public_data.py

This will output a zip file with a name that starts with mavedb-dump.. You should then navigate to MaveDBs Zenodo Record, create a new version of the MaveDB data dump, and publish it.

Clone this wiki locally