Hacker News new | ask | show | jobs
by tonyhb 1080 days ago
Hah, I get it. We actually have an alpha Go SDK out, and an Elixir SDK in progress. The cool thing is you can switch languages and clouds, deploy a new endpoint, and function state carries over for zero downtime migrations.

https://github.com/inngest/inngestgo

https://github.com/darwin67/ex-inngest

1 comments

Just fyi:

Neither are critical but I recommend your repo have underscore instead of hyphen for an elixir project, and using "ex" in the name of your project is generally (informally) considered to be a signal for low code quality in the community.

Thanks for the note, it's changed to underscore now. Regarding the "ex" prefix, it's a common pattern for Elixir libraries. https://github.com/h4cc/awesome-elixir
I'm just relaying stuff that is quietly joked about at elixir conferences. Take it or leave it.