D4-project / IPASN-History

IP ASN History to find ASN announcing an IP and the closest prefix announcing it at a specific date
https://www.d4-project.org/open%20source/asn/history/2019/01/09/IP-ASN-History.html
GNU Affero General Public License v3.0
91 stars 12 forks source link

wishlist #8

Open aaronkaplan opened 3 years ago

aaronkaplan commented 3 years ago
adulau commented 3 years ago

Thanks for the list. For the replacement, it's kvrocks. I'm using it with hashlookup-server and it's working really well on SSD.

adulau commented 2 years ago

New WiP on https://github.com/D4-project/IPASN-History/commits/dev including the move to kvrocks, OpenAPI interface and UI.

Rafiot commented 2 years ago

Just a few notes on the wish list (based on the current status in the dev branch):

Stream ready/enricher, not sure what you mean, but I'm not sure it is something possible with the current architecture. IPASN HIstory is meant for fast lookup but in order to do that efficiently, we must have a complete view of all the routes as a specific time. If you have BGP table available you want to export in the same format as what RIPE is doing, it is possible to add a module, but just adding updates isn't an option, as the architecture requires to have complete dumps at a specific time. An option is to load dumps every hour, but that will increase the resources needed quite a bit.

Rafiot commented 2 years ago

v2.0 released, with the relevant python module (https://pypi.org/project/pyipasnhistory/)

aaronkaplan commented 2 years ago

installing... :)

Rafiot commented 2 years ago

feel free to update the doc, it's definitely not complete :]

aaronkaplan commented 2 years ago

Added some items to the wishlist so that I don't forget them myself :) Will take a look if I manage to send a PR for those.