wingyplus

wingyplus

Fork of Elixir GRPC

Hi,

I start working on the fork version of Elixir GRPC. What I’ve done is the past few days:

The work on the next iteration:

The reason that I fork is I start working on GRPC for the past few weeks and found that library quite inactive (or may active but slow progress).

Since I’m quite new on both GRPC and Elixir. If someone expertise in this area, you can suggest or report an the GitHub issue tracker.

Thanks.

Most Liked

beepbeepbopbop

beepbeepbopbop

Since development on elixir-grpc has more or less effectively stopped, I’ve used grpcbox | Hex instead. While it’s a tad trickier to work with (given that it’s all Erlang), you can definitely have it interoperate with Elixir code provided that you generate the Erlang stubs. I’ve created an example repository that shows how that can be done rather naively by utilising an umbrella project here: GitHub - nathancyam/boxy: A project showing grpcbox and Elixir compatability

If metrics are anything to go by, grpcbox seems to have more downloads if you take a look at the Hex.pm metrics, but since the elixir-grpc documentation actively encourages users to pull directly down from Github, it doesn’t account for much.

D4no0

D4no0

This library seems more maintanable than elixir-grpc. I think the best solution is to create wrapper documentation just like the telemetry module, as to avoid elixir wrappers that remain behind in implementation.

D4no0

D4no0

I wanted to work too on this library when I had free time. What you need to start with is to ask the maintainer what the actual state of library is, because there are some checked TODOS, however it is not very clear whether they were implemented or not.

On the other side, if you want help on the issues, please make sure the issues are formulated clearly with additional description on what needs to be done.

cjbottaro

cjbottaro

Thanks for doing this. I’ve often wanted to use gRPC in Elixir, but eventually just get frustrated and give up on it.

Where Next?

Popular in RFCs Top

jarlah
Hi! I have recently created, after having tried to get in touch with the creator of excontainers for quite some time, a new library call...
New
BartOtten
This thread once discussed Routex in it’s early form. It has been repurposed to gather feedback and discusses pre-releases. Currently: p...
New
senconscious
EctoJuno is a package that provides parsing, validation and applying sorting parameters for your ecto queries on models. Currently sortin...
New
tmbb
I’ve started working on a toy project to compile extended POSIX-compatible regular expressions into NimbleParsec combinators. These combn...
New
bortzmeyer
Not a replacement for serious authoritative DNS servers, of course, but useful for some uses (such as returning the IP address of the DNS...
New
miolini
Hi :waving_hand: I’ve been working on CanvasCraft, a 2D drawing library for Elixir built on top of Skia via Rustler. It provides a decla...
New
noizu
Hello, I wrote a more comprehensive llama_cpp nif wrapper noizu-labs-ml/ex_llama: (github.com) inspired by the unfortunately doa jereg...
New
brettbeatty
At my work we build a lot of mix tasks for backfills and other maintenance tasks. Even with OptionParser we seem to copy a lot of boilerp...
New
Hedgehog-ai
Hello I would like feedback on an experimental neuroevolution (including substrate encoding) library called Bardo based on the amazing wo...
New
ca1989
Hi all, this week I played a bit with Phoenix and Elm. I ended up with this POC: https://github.com/carlotm/elmex The repository cont...
New

Other popular topics 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
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New
Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
sergio
In Ruby, I can go: User.find_by(email: "foobar@email.com").update(email: "hello@email.com") How can I do something similar in Elixir? ...
New
joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
sergio
I couldn’t find any guides that worked well with Phoenix 1.6.0 and esbuild. I hope this helps people test the waters and eases you into t...
New
_russellb
I want to try my hand at web scraping. What tools/libraries do I need to use. I’m hoping to turn this into something professional so don’...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New

We're in Beta

About us Mission Statement