ActraStride / ActraStride/WikiScraper
Feat: Implement Neo4J graph persistence for Wikipedia page relationships
- Ngôn ngữ chính
- Python
- Star
- 1
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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())
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.