libcluster
ex_aws
Our great sponsors
libcluster | ex_aws | |
---|---|---|
6 | 4 | |
1,739 | 1,200 | |
- | 0.8% | |
0.0 | 8.5 | |
11 days ago | about 1 month ago | |
Elixir | Elixir | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
libcluster
-
We used Elixir's Observer to hunt down bottlenecks
Distributed Elixir can be done with Docker containers too, see https://github.com/bitwalker/libcluster which by default has some Kubernetes support but you can also have third party (or custom) clustering strategies. I've not done this myself but I've seen articles about this a lot during the past years.
Hot code updates for most applications aren't really worth it in my opinion, assuming you do something like blue/green rollover deployments. It's cool that it's possible though. But it requires appup files and afaik Distillery is one of the release tools that has support for it built-in.
-
If you were in charge of a startup tech stack, how would you use elixir to actually scale and make every work seamlessly?
On the deployment level, you can use synchronous communication using API-based solutions or asynchronous communication using external solutions (RabbitMQ, Kafka,...) or Erlang/Elixir tools (message passing, pg2, PubSub, Libcluster,...)
-
Building a Distributed Turn-Based Game System in Elixir
libcluster – Automatic cluster formation/healing for Elixir applications.
ex_aws
-
Event Based System with Localstack (Elixir Edition): Uploading files to S3 with PresignedURL's
We will use the library ex_aws to manage all the AWS resources
-
Complete, Production-Ready Phoenix Reference Applications
AWS: I don't have a definitive answer for you on AWS. I've used ex_aws a good bit, and it's reasonably solid. aws-elixir also seems to be actively maintained.
-
File Upload using Elixir, Phoenix, Absinthe and ExAws
Prepare your account, we will use AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. Please visit here for more information about ExAWS: https://github.com/ex-aws/ex_aws
-
Looking for an Open Source project to join part time
- https://github.com/ex-aws/ex_aws
What are some alternatives?
Nomad - Elixir/Phoenix Cloud SDK and Deployment Tool
erlcloud - AWS APIs library for Erlang (Amazon EC2, S3, SQS, DDB, ELB and etc)
horde - Horde is a distributed Supervisor and Registry backed by DeltaCrdt
aws-elixir - AWS clients for Elixir
aws - AWS clients for Elixir
Kubex - Kubex is the kubernetes integration for Elixir projects and it is written in pure Elixir.
discovery - An OTP application for auto-discovering services with Consul
Cloudi - A Cloud at the lowest level!
GCloudex - Friendly set of wrappers for Google Cloud Platform services' API's in Elixir.
Oceanex