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

Nebula v2 #25

Closed
wants to merge 24 commits into from
Closed

Nebula v2 #25

wants to merge 24 commits into from

Conversation

dennis-tra
Copy link
Owner

@dennis-tra dennis-tra commented Oct 13, 2022

Changelog

  • network command line parameter to tell Nebula which network to crawl.
  • Resolution of Multiaddresses involve
    • DNS lookup in case of dns
    • Mapping to IPv4/IPv6 address
    • Geolocation Mapping based on Maxmind GeoIP2
    • Datacenter detection based on UdgerDB
    • Relay flag
  • New Database schema incorporating the learnings of one year in operation
    • Partitioning of time series tables: visists, sessions, peer_logs, neighbors
    • New indexes based on access patterns during crawling, monitoring, and data analysis
    • Simplification of mapping tables (e.g. visits now contain an array of multi addresses)
    • New constraints to not even let bad data enter the database

@dennis-tra dennis-tra closed this Oct 14, 2022
@dennis-tra dennis-tra deleted the database-schema branch October 14, 2022 14:24
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

Successfully merging this pull request may close these issues.

None yet

1 participant