Joe
Joe
Sorry, not had much time to dig into it been very busy. Lmk if you find something!
First some background: So we sort basically already support this, but it's only realistically implemented via the "serverless" version with a BigQuery backend. In this deployment you can simply use...
I'm thinking the bloom filter callback option may actually be better, for your use case since you don't really care about querying the data you only want to know if...
This is pretty simple to add, I'm thinking we just add some type of `--web-hook` flag option, then you can wire it to anything you want (e.g. Slack/etc).
Yea, in the existing setup if you had hundreds of domains you'd probably just want to call the JSON API directly instead of using the CLI, but I can see...
No movement yet sorry, I've been distracted with other projects. However, I may be circling back to LeakDB in the near future.
I don't think it would have much of an impact on performance, most of the code operates on lines not the actual content of the line, so there's little code...
Not had time to work on it yet sorry!
Maybe, most of the code only cares about "lines" in a file, you'd have to extend the normalizer to add a "source" field to the JSON format, and extend the...
Sounds awesome, I'll take a look into it!