Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor analyzers which download external dbs for local queries #2407

Open
mlodic opened this issue Jul 4, 2024 · 0 comments
Open

Refactor analyzers which download external dbs for local queries #2407

mlodic opened this issue Jul 4, 2024 · 0 comments
Labels
backend_core Issues regarding the Core part of the Project. They require maintainers intervention

Comments

@mlodic
Copy link
Member

mlodic commented Jul 4, 2024

There are several analyzers like Tor, Maxmind, JA4DB and so on, that download an external db and update it every once in a while.
The problem is that they store it as a local file and the analyzers parse those files in search of a specific entry.
It would make sense to store them as additional tables in the database and to query the data directly there.

@mlodic mlodic added the backend_core Issues regarding the Core part of the Project. They require maintainers intervention label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend_core Issues regarding the Core part of the Project. They require maintainers intervention
Projects
None yet
Development

No branches or pull requests

1 participant