add support Apache AGE

This commit is contained in:
2026-04-08 16:04:23 +03:00
parent dee23c76f7
commit dcf534a0fe
3 changed files with 253 additions and 179 deletions
+9 -1
View File
@@ -7,4 +7,12 @@ POSTGRES_PORT = 5432
NEO_ACTIVE=false
NEO_USER=neo4j
NEO_PASS=pass
NEO_HOST=neo4j://localhost:7687
NEO_HOST=neo4j://localhost:7687
AGE_ACTIVE=false
AGE_USER=postgres
AGE_PASS=pass
AGE_HOST=localhost
AGE_PORT=5432
AGE_DB=university
AGE_GRAPH_NAME=movie_graph