ActraStride / ActraStride/WikiScraper

Feat: Implement Neo4J graph persistence for Wikipedia page relationships

Aperta
#3 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
1
Fork
0
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Description
The current in-memory PageTree structure limits analysis of complex Wikipedia page relationships. Implementing Neo4J integration will enable:

Persistent storage of page hierarchies

Complex relationship queries (e.g., pathfinding between articles)

Scalable handling of large datasets

Visual exploration of knowledge graphs

Objectives
✅ Design Neo4J node/relationship schema matching PageNode structure
✅ Create Neo4JGraphManager class with:
 - save_tree(page_tree: PageTree) method
 - load_tree(root_title: str) -> PageTree method
 - Relationship query helpers (e.g., find_shortest_path())

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.