-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mark Gateway Traffic in real-time analysis #27
Comments
I am currently working on aggregating to gatwayfinder output. Let's say we want to merge
The data-array is shorted for readability The easy case now is that What should happen when the gateway is present in both What should happen if they both have no |
Do we actually need all the field |
Also: |
Absolutely correct! This is just helpful stuff to verify results later, but we don't really need it for the aggregation. In essence:
Some gateway operators run multiple nodes and load-balance among them, which is why we see different peer IDs for the same gateway URL on multiple days. So, for the above case, the gateway URL is There are two caveats:
|
TODO: Überallen in |
The client now loads peer IDs of gateways from a file, which can be reloaded via a signal. What's left is running the gateway finder regularly and aggregating results. This belongs in the infra repository. |
We need to set up some infra to do something like this:
The text was updated successfully, but these errors were encountered: