php - New project, graph database?(Neo4j) -


i've web project (in php) wanna work on , i'm going need alot of x (friend of friend) y kind of questions.

so crossing neo4j i'm not sure if it's therese right approach.

i understand real world graph i'm going have several regular tables users, articles, comments, messages , on. , lot of regular questions give me info user (old relationship type of info )

can done?

servers, time , money no problem long turn out cool

this can done, yes. take time figure out how graph based database work , how can retrieve data. first, have vertices instead of tables. can give vertices properties , connect them each other called edges.

on technical side, need use rest-api of neo4j since have no natural support php (as far recall). there's cool tool called 'curl' serves purpose work rest api. have deal alot json formatted data way;)

but again, it's whole different approach regular relational one. need read tutorials , stuff before can going.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -