I've been searching online for any information relating to using both Domain Driven Design and Graph databases such as Neo4j, I've got to say there's not a lot of information to be had!
My main queries come in with the apparent overlap between the two, i.e. both graph databases and DDD model the domain, Graph databases however only hold state, not behaviour. I'm not really sure how to mix the two... how do I mix in the behaviour? Perhaps using domain services? Creating domain entities/values for each graph node seems a ridiculous way to add behaviour.
Any ideas?