DEV Community

Discussion on: Graph databases: which one?

Collapse
 
devdrake0 profile image
Si

What language are you going to use to build your product?

Neo4j and Janusgraph are probably the most well known. But, if you're familiar/interested in Go I'd suggest giving Dgraph a look.

In a previous role, I created an Access Management system using it and I was impressed. I even greated some notes while I was going through it, that may help if you decide to try it out?

Collapse
 
sgmoratilla profile image
Sergio Garcia Moratilla

Mainly Java. It would be desirable if there are providers in the cloud (such as graphene for Neo4j).
I will give a look to your notes and Janusgraph, I didn't know that.

Thank you so much for your answer, you're awesome!

Collapse
 
devdrake0 profile image
Si

If you're a Java guy, I'd definitely recommend looking at Janusgraph. The open-source plan allows you to use clustering, which I don't think Neo4j does from memory.

Dgraph is Go, so maybe not your cup of tea.

You're welcome 😄