Phase 5: Add Neo4j graph database integration
- Add neo4j_manager.py with full graph operations support - Data sync: projects, entities, relations to Neo4j - Graph queries: shortest path, all paths, neighbors, common neighbors - Graph algorithms: centrality analysis, community detection - Add 11 new API endpoints for graph operations - Update docker-compose.yml with Neo4j service - Update requirements.txt with neo4j driver
This commit is contained in:
@@ -27,3 +27,6 @@ pandas==2.2.0
|
||||
openpyxl==3.1.2
|
||||
reportlab==4.0.9
|
||||
cairosvg==2.7.1
|
||||
|
||||
# Neo4j Graph Database
|
||||
neo4j==5.15.0
|
||||
|
||||
Reference in New Issue
Block a user