Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.
/ crawler Public archive

A nostr crawler that generates random walks used for computing monte-carlo pagerank and personalized pagerank

License

Notifications You must be signed in to change notification settings

vertex-lab/crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crawler v1 - Deprecated

This was the initial implementation of our Nostr network crawler, designed to continuously ingest follow lists (kind:3 events), compute Monte Carlo Pageranks (global and personalized) via random walks, and persist the graph in Redis.

Replacement

Several architectural flaws ultimately limited its maintainability and scalability, which is why active development has moved to crawler_v2. This second version introduces a simpler and more modular architecture, clearer separation of concerns, and multiple runtime modes (crawler and sync).

Status

This repository is now read-only. It remains available for historical reference.
For future work, contributions, or deployment, please refer to crawler_v2.

About

A nostr crawler that generates random walks used for computing monte-carlo pagerank and personalized pagerank

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages