MichelDiz

MichelDiz

Please add DGraph DB to Elixir - support one more graph db

Here we go https://dgraph.io/

Dgraph is a very powerful graphical database. It is still undergoing changes, but I believe it is one of the best it has today. Although it is changing a lot adding new features.

They support Post HTTP, gRPC, and so on. I imagine it would be simple now use these supports they give us. However, I believe a more native support. Using gRPC or even some simple integration solution that can natively understand Dgraph for Elixir.

Most Liked

f34nk

f34nk

Hello,

since dgraph_ex currently only supports Dgraph v0.8x and there were some breaking changes in Dgraph v1.x, I opened an issue a few days ago.

The original author seems to be busy. So I forked the project and created a branch with support of Dgraph v1.x.

This fork is a work in progress to quickly add support for Dgraph v1.x.
Please check out the README for more infos.

idi527

idi527

ospaarmann

ospaarmann

I started writing a client based on gRPC. You can find it here.. Please note that this is work in progress and not at all done.

Any suggestions and contributions are very welcome!

Where Next?

Popular in Questions Top

minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
PeterCarter
There are pre-rolled solutions for other frameworks that do work. However, Phoenix does not seem to have these. Have people had good expe...
New
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
SoCreat
i’m a new one to elixir which editor can i use vs code? or atom? Thanks! :smiley:
New
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New

Other popular topics Top

nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New

We're in Beta

About us Mission Statement