Files
flowsint/flowsint-core/README.md
2025-11-27 17:16:41 +01:00

21 lines
345 B
Markdown

# 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
```bash
poetry run pytest
```
> ⚠️ 🚧 Work in progress !.