Click here to Skip to main content
15,912,977 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Neo4j graph database - any experiences? Pin
Marc Clifton6-Oct-14 13:48
mvaMarc Clifton6-Oct-14 13:48 
AnswerRe: Neo4j graph database - any experiences? Pin
roks nicolas6-Oct-14 21:54
professionalroks nicolas6-Oct-14 21:54 
GeneralRe: Neo4j graph database - any experiences? Pin
Marc Clifton7-Oct-14 2:13
mvaMarc Clifton7-Oct-14 2:13 
GeneralRe: Neo4j graph database - any experiences? Pin
roks nicolas7-Oct-14 6:08
professionalroks nicolas7-Oct-14 6:08 
AnswerRe: Neo4j graph database - any experiences? Pin
vaderjm7-Oct-14 5:58
vaderjm7-Oct-14 5:58 
AnswerRe: Neo4j graph database - any experiences? Pin
computer_nerd7-Oct-14 11:20
computer_nerd7-Oct-14 11:20 
AnswerRe: Neo4j graph database - any experiences? Pin
Plamen Dragiyski7-Oct-14 13:53
professionalPlamen Dragiyski7-Oct-14 13:53 
AnswerRe: Neo4j graph database - any experiences? Pin
Peter.Od7-Oct-14 20:55
professionalPeter.Od7-Oct-14 20:55 
What you need is a mature, full-featured, hi-performance object database management system ("ODBMS"). Most of the No-SQL options are missing features for what you want to accomplish. SQL databases are a poor solution for modeling graph data structures (or any highly complex db schema).

Checkout the top performing database in this comparision of leading database systems:
http://velocitydb.com/Compare.aspx[^]

The features of VelocityDb are available in stand-alone or server versions:
http://velocitydb.com/Features.aspx
No-SQL databases just don't have such rich feature sets.

And the open source VelocityGraph add-on link is at top of the home page:
www.VelocityDb.com

I've been using VelocityDb after many years with Versant and after looking at heavy-weight ODBMS systems such as Gemstone. I'm very happy with VelocityDb. My class hierarchy IS the database schema. Update your classes in your code, you've just updated your db schema.
GeneralRe: Neo4j graph database - any experiences? Pin
roks nicolas7-Oct-14 21:56
professionalroks nicolas7-Oct-14 21:56 
GeneralRe: Neo4j graph database - any experiences? Pin
Peter.Od8-Oct-14 0:36
professionalPeter.Od8-Oct-14 0:36 
GeneralRe: Neo4j graph database - any experiences? Pin
roks nicolas8-Oct-14 1:22
professionalroks nicolas8-Oct-14 1:22 
GeneralRe: Neo4j graph database - any experiences? Pin
Marc Clifton8-Oct-14 3:37
mvaMarc Clifton8-Oct-14 3:37 
GeneralRe: Neo4j graph database - any experiences? Pin
Marc Clifton8-Oct-14 3:33
mvaMarc Clifton8-Oct-14 3:33 
GeneralRe: Neo4j graph database - any experiences? Pin
roks nicolas8-Oct-14 21:30
professionalroks nicolas8-Oct-14 21:30 
GeneralA little bit of a sad WE PinPopular
Rage6-Oct-14 2:46
professionalRage6-Oct-14 2:46 
GeneralRe: A little bit of a sad WE Pin
Kornfeld Eliyahu Peter6-Oct-14 2:51
professionalKornfeld Eliyahu Peter6-Oct-14 2:51 
GeneralRe: A little bit of a sad WE Pin
DaveAuld6-Oct-14 2:52
professionalDaveAuld6-Oct-14 2:52 
GeneralRe: A little bit of a sad WE Pin
Eddy Vluggen6-Oct-14 5:42
professionalEddy Vluggen6-Oct-14 5:42 
GeneralRe: A little bit of a sad WE Pin
Wes Aday6-Oct-14 2:55
professionalWes Aday6-Oct-14 2:55 
GeneralRe: A little bit of a sad WE Pin
Mycroft Holmes6-Oct-14 2:57
professionalMycroft Holmes6-Oct-14 2:57 
GeneralRe: A little bit of a sad WE Pin
Nagy Vilmos6-Oct-14 2:59
professionalNagy Vilmos6-Oct-14 2:59 
GeneralRe: A little bit of a sad WE Pin
HobbyProggy6-Oct-14 3:19
professionalHobbyProggy6-Oct-14 3:19 
GeneralRe: A little bit of a sad WE Pin
Ron Anders6-Oct-14 3:24
Ron Anders6-Oct-14 3:24 
GeneralRe: A little bit of a sad WE Pin
PhilLenoir6-Oct-14 3:55
professionalPhilLenoir6-Oct-14 3:55 
GeneralRe: A little bit of a sad WE Pin
Ian Shlasko6-Oct-14 3:55
Ian Shlasko6-Oct-14 3:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.