mirror of
https://github.com/reconurge/flowsint.git
synced 2026-07-16 00:52:35 -05:00
21 lines
345 B
Markdown
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 !.
|