Initial commit: funeral provider discovery pipeline

Python crawlers for VIC Register, Funerals Australia, NFDA
n8n workflows for scheduled discovery and enrichment
SQLite schema and seeded dev database (1,463 providers)
End-to-end process documentation in n8n/PROCESS.md
This commit is contained in:
Richie
2026-04-24 10:27:08 +10:00
commit cc91427789
30 changed files with 4706 additions and 0 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Secrets — never commit
crawlers/config.json
.env
.env.*
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
# Logs
logs/
*.log
# OS / editor
.DS_Store
.idea/
.vscode/
# n8n local state (if anyone docker-composes in-repo)
n8n/.n8n/
n8n/n8n_data/