<p>I'm starting up a project where a graph data structure makes a ton of sense. I've never used a graph database before and am wondering what experiences people have had using Go and any of the available graph databases that are out there. Should I just go straight to neo4j or are there other options worth a look?</p>
<hr/>**评论:**<br/><br/>MisterMagnifico: <pre><p>Dgraph is my recommendation</p></pre>geordano: <pre><p>Take a look at <a href="https://www.arangodb.com" rel="nofollow">https://www.arangodb.com</a> We are quite happy with that (using with <a href="https://github.com/solher/arangolite" rel="nofollow">https://github.com/solher/arangolite</a>). But there is on more driver available</p>
<p><a href="https://github.com/diegogub/aranGO" rel="nofollow">https://github.com/diegogub/aranGO</a></p></pre>ivanml: <pre><p>One more vote for arangodb. We used it with <a href="https://github.com/diegogub/aranGO" rel="nofollow">https://github.com/diegogub/aranGO</a>.</p></pre>kardianos: <pre><p>I know of <a href="https://github.com/cayleygraph/cayley" rel="nofollow">https://github.com/cayleygraph/cayley</a></p></pre>