Any list of web apps built with Dgraph

Hi everyone,

I am new to Dgraph. I am developing a web app. The original design was django + postgres, but I cannot stop thinking of using a graph database for the backend. I am deeply impressed by Dgraph especially the native GraphQL APIs. Is there a list of the web apps built with Dgraph?

Best,
Leo

1 Like

We have some

Some DQL tutorials here

https://dgraph.io/docs/tutorials/

Often we post tutorials here

For GraphQL itself any GraphQL tutorial would work. You just need to learn how to use our directives. So you have an idea of how implement in Dgraph.

GraphDB is amazing. If you need deeply linked data and apply patterns across graph models. Also, AI would fit perfectly with a Graph structure. Once you learn Dgraph, I bet you don’t get back to RDBMS.

Cheers.

1 Like

Hi Michel,

Thanks for the information. It is really useful. I am confusing in my previous question. Is there a list that companies/institutions/organizations or well-known apps use Dgraph?

Thanks,
Leo

If you check the part “Trusted by Global Innovators” at https://dgraph.io/ you will see who used or still using Dgraph. There are others but we cannot disclose them. I can say that they are really big and I am personally a fan of some of them.

Grapl is a good example of a known app using Dgraph. There are others, but I don’t follow all news. I know that Dgraph’s product that has the most public users is BadgerDB. Here a list GitHub - dgraph-io/badger: Fast key-value DB in Go.

Thank you very much, Michel!

Since you guys feature all of these apps on your front page, you should know none of them work! I imagine something was moved on the backend somewhere which brought the backend down…

https://kind-volhard-ebbf11.netlify.app/

– does not work

https://dazzling-volhard-2dd1dd.netlify.app/

– does not work

https://frosty-mayer-0a0407.netlify.app/

– does not work

https://dg-messaging.netlify.app/

– does not work

Thanks,
J

1 Like

You are correct. Let me rectify that.

@thiyaga can we fix this quite quickly please

Checking with the team