export
Theexport command extracts raw crawl data from your local database into standard formats for use in third-party analysis or data visualization tools.
Usage
Options
Use Cases
- Graph Analysis: Export to CSV (
nodes.csv,edges.csv) for use in Gephi. - Reporting: Export to JSON for ingestion into custom BI dashboards.
- Backups: Create a standalone JSON dump of a critical crawl snapshot.