Latest #distributed Threads 
Two libraries. φ-accrual failure detector (Hayashibara 2004) split into core + transport.
phi_accrual 1.0 — phi_accrual | Hex
Source-ag...
New
Ten years ago I got curious: what would a Chef/Ansible-like tool look like built entirely in Elixir? One that uses Erlang distribution in...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Alright, the actual use-case here is far too cursed to explain, but I wanted to call Process.exit/2 on a remote registered name. For a lo...
New
Hello,
I’ve recently developed a module that creates distributed user counters, based on what’s described in this post
Basically, local...
New
Setup:
ECS tasks with Cloud Map service discovery
Tasks accessible via service-name.namespace-name.local
dns_cluster is setup to query ...
New
Introduction
Introducing RaRegistry: A Distributed, Raft-Backed Process Registry for Elixir
If you’re building distributed Elixir applic...
New
Hi,
I’ve deployed my application, and livebook within kubernetes. I’m now trying to get livebook to work with remote execution against m...
New
In my first two UK roles, software architecture always included a failover system, an independent, exact copy of production running in an...
New
Once is an Ecto type for locally unique (unique within your domain or application) 64-bit IDs generated by multiple Elixir nodes. Locally...
New
This Week's Trending
This Month's Trending
This Year's Trending
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Once is an Ecto type for locally unique (unique within your domain or application) 64-bit IDs generated by multiple Elixir nodes. Locally...
New
Ten years ago I got curious: what would a Chef/Ansible-like tool look like built entirely in Elixir? One that uses Erlang distribution in...
New
Generate globally unique nonces (number-only-used-once) in distributed Elixir. These nonces are used to form the basis of an upcoming GUI...
New
Alright, the actual use-case here is far too cursed to explain, but I wanted to call Process.exit/2 on a remote registered name. For a lo...
New
Two libraries. φ-accrual failure detector (Hayashibara 2004) split into core + transport.
phi_accrual 1.0 — phi_accrual | Hex
Source-ag...
New
Last Three Year's Trending
Pogo is a distributed supervisor for clustered Elixir applications.
It uses battle-tested distributed named process groups (:pg) under t...
New
I’ve been playing with the Remote Execution smart cell, and it’s been mostly fantastic. Just about everything I was looking for when I ma...
New
if i have a thousands of nodes forming cluster where nodes are connected manually forming a ring(node1 to 2, 2 to 3, 3 to 4… last to 1nod...
New
We have a Elixir Phoenix application currently deployed in a highly available configuration on AWS. We use a application load balancer (...
New
suppose i have 1000 nodes connected in a ring, connect_all set false and manually connected in a ring. each node have 1 genserver means 1...
New
We are deploying an Elixir application to production for the first time (first ever Elixir app for me :tada:) and realised that we need t...
New
Hey Folks,
I was very excited to learn about elixir-desktop. Thanks for your work :slight_smile:
So I was wondering if elixir-desktop c...
New
I was thinking:
What if I could abstract some of my otp applications from in my phoenix app and move them to another server?
I got th...
New
Wanted to start by saying thank you to the maintainers, this is such an awesome project. I am really interested in using Nx to serve depl...
New
Hello,
I’ve recently developed a module that creates distributed user counters, based on what’s described in this post
Basically, local...
New
I have the following code running on node “a”:
defmodule Devices.Teste do
use GenServer
def start_link() do
IO.inspect(["a", se...
New
Introduction
Introducing RaRegistry: A Distributed, Raft-Backed Process Registry for Elixir
If you’re building distributed Elixir applic...
New
I am wondering whether it is possible to use distributed Erlang plus libcluster in kubernetes? :thinking:
I tried it with the following ...
New
When using Phoenix.Pubsub.Subscribe and having a large number of subscribers to the same event (3k+), is there a single process pushing a...
New
(This question is phrased in an abstract way, because it seems to me to be a general problem. But I can create a small example on request...
New
Trending Over Three Years
Hey everyone!
I’m trying to connect two nodes together using hostnames (rather than IP) and I keep getting this error:
** System runnin...
New
Can you please share your setup if you are running a cluster in Fargate? Our DevOps are trying their best to have a setup in Fargate for ...
New
Is there a library/framework in Elixir for massive distributed processing of large data sets (BigData) ?
Actually, I need something like...
New
I was preparing to deploy a production application to AWS Fargate, and to practice I wanted to play with DNS polling and node discovery o...
New
Hey all,
Not sure what series of events happened on two separate machines trying to connect to one another with basic Node functions, al...
New
Is it possible to have nodes running independently, and then start running a distributed app with a fail-over/takeover configuration prog...
New
https://pragprog.com/screencast/v-roerlang/modern-erlang-for-beginners
An in-depth introduction to coding with Erlang, a general-purpos...
New
Hi! I was wondering if anyone knows if it’s possible to connect two nodes when the connection node host name differs from the configured...
New
$ iex --sname node1@localhost
$ iex --sname node2@localhost --hiddden
iex(node2@localhost)1> Node.connect(:node1@localhost)
true
iex...
New
The topic’s name is a quote from a slide in WhatsApp’s Anton Lavrik’s talk at Code BEAM 2018.
He basically describes WhatsApp approach t...
New
I’m thinking of implementing a decentralized/distributed social network like secure-scuttlebutt with Elixir.
The key is that, each user ...
New
Hi,
I use Task.async_stream to execute tasks on an extremely long stream of elements. Basically I use it as a pmap, except that I don’t...
New
Hi, I don’t know if I have the post in the right place.
I put here in case you might be interested, I am not the author, I just found it...
New
Hi everyone!
I am really interested in security issues and remote access to Nerves devices, because I am working in a project in which w...
New
Hello,
Why does the BEAM try to connect each node to all other nodes from the network?
For example, let’s say I have nodes A, B, and C....
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #elixirconf-us
- #distillery
- #processes
- #forms
- #api
- #metaprogramming
- #security
- #performance








