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

SQL queries? #54

Open
riastradh opened this issue Apr 14, 2024 · 2 comments
Open

SQL queries? #54

riastradh opened this issue Apr 14, 2024 · 2 comments

Comments

@riastradh
Copy link

Can I do SQL queries against the bulktracker database, or can I download a snapshot to load into sqlite3 for my own queries?

@bsiegert
Copy link
Owner

The database is on mollari at /home/bulktrack/BulkTracker.db. You can try accessing it with a local SQLite binary.

@riastradh
Copy link
Author

Thanks! Might be handy to expose a periodic compressed dump of the database somewhere/somehow. I fed sqlite3 BulkTracker.db .dump output through xz -c and the result is 57 MB (not counting any back doors I could stuff in the xz payload, of course!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants