ergo
ergo copied to clipboard
version 3.0.0
Completely redesigned and written from scratch. Erlang support is moved to a separate package.
Is this something we can/should play with now, or is it still pretty volatile?
I'm excited to play with this as making Erlang opt-in is a great idea. My own library built on top of ergo (https://github.com/autodidaddict/ergonats) is designed to support apps running in non-Erlang clusters
Is this something we can/should play with now, or is it still pretty volatile?
sure. mostly some polishing inside. its stable now. anyway, if you find something, feel free to report. But Erlang is removed to the external package and in active development now (in github.com/ergo-services/proto/erlang). Worth to mention, it will be distibuted under BSL license.
PS: you may want to try "events" in version 3.0. Its a distributed pub/sub. See "RegisterEvent" and "LinkEvent/MonoitorEvent" methods.
@autodidaddict forgot to mention, see examples
repo (v300 branch) to take inspiration. another great tool for the v.3.0.0 is observer
(tools/observer in v300 branch) https://x.com/halturin/status/1776279572826234965?s=46&t=a-KSHQlLDlsyfI8bjFDfng
@autodidaddict forgot to mention, see
examples
repo (v300 branch) to take inspiration. another great tool for the v.3.0.0 isobserver
(tools/observer in v300 branch) https://x.com/halturin/status/1776279572826234965?s=46&t=a-KSHQlLDlsyfI8bjFDfng
that looks amazing!
@halturin nice job on this journey and respect. I know how hard it is to keep maintaining open source tool. You are an inspiration to me. Chapeau 🎩
scheduled for Sep 4 🤞