We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Neo4J Interface

i was just wondering if there are any plans to write a driver/interface for the Neo4J graph database system, or if there were a way I could develop a wrapper or something.

Neo4j is very specific Graph database. I don't see any reason to spend time writing such specific things. You can use php lib which provide good interface - https://github.com/jadell/neo4jphp In one of my project I thought to use Neo4j for store nodes/relations and search via them. I used this lib. But in that time I thought about c-extension for that. Now there is a zephir - and you can write a own c-extension for neo4 :)



1.2k

Thanks Igor,

I guess for some reason I didn't think I could just incorporate it via the Neo4JPHP interface, but it works well.