ActraStride / ActraStride/WikiScraper

Feat: Implement Neo4J graph persistence for Wikipedia page relationships

オープン
#3 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
1
フォーク
0
PR マージ指標
30日以内にマージされた PR はありません

説明

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())

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。