mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-11 13:35:22 -05:00
Any code path reaching the Neo4jConnection singleton requires NEO4J_* env vars at construction — tests only passed thanks to developers' local .env files. Driver creation is lazy, nothing connects. Verified by running all four suites with every .env removed: 458 passed.
flowsint-core
The repository containing the core components for flowsint.
It contains:
- Celery tasks
- Authentication
- NEO4J database connectors
- POSTGRESQL database connectors
- Enricher base class
- Enricher orchestrator
- Enricher registry
- Encrypted vault
Testing
uv run pytest
⚠️ 🚧 Work in progress !.