We provide FireProtDB in several formats — from lightweight tabular exports to the complete relational database. Choose the level of detail and complexity that best fits your workflow:
CSV Export – A straightforward table format for spreadsheets (Excel, Google Sheets) and statistical tools; best for quick inspection and basic analysis.
JSON Lines – Line-delimited JSON where each record is a JSON object. Useful for further processing as JSON format allows to keep nested structures.
SQL Dump – Full database dump (schema + data). Recommended for advanced users who want to recreate the database locally or run complex queries.
Visual Schema – A graphical overview of the SQL schema to help you understand table relationships before importing the dump. The schema is also available as a dbdiagram project.