nelco63

nelco63

Any SaaS developers using Phoenix - Liveview - Ash

We are interested in pivoting from React ECO to Elixir - Livewire - Ash but really struggling to find any real world use cases that will help us with this :pray:

First Post!

zachdaniel

zachdaniel

Creator of Ash

I’m assuming by Livewire you mean LiveView?

Here is a “real world” demo app that may be of interest to you: GitHub - team-alembic/realworld: A fullstack Phoenix LiveView application with backend built with Ash Framework · GitHub

Many thousands of people are shipped to production building SaaS products with Elixir/Phoenix/Liveview. Ash is newer, so we’re in the low hundreds on production deploys, but I hear consistent success stories from our users.

What kinds of things are you struggling to find? Are you looking for things like case studies?

Most Liked

zachdaniel

zachdaniel

Creator of Ash

Yeah, I can understand your pain on that one. Elixir has a couple things that ironically work against it on that front. Keep in mind everything I say here is just my perspective. The community is bigger than it seems and others will have valuable perspective to provide as well :slight_smile:

Specifically (and this is not an exaggeration, I’ve seen it first hand), most companies who make the jump to Elixir don’t shout it from the mountain tops. It’s a huge competitive edge in the velocity of feature development, cost reduction, etc.

Additionally, it’s a very productive community. The amount of folks producing the kind of content you’re looking for isn’t as high in this community, likely because its still a “medium-sized” community, with a heavy focus on consistently shipping value.

Some things that might help:

Phoenix/LiveView embodies the general value proposition of Elixir well. Do more with less, remove moving parts, make complex things simple. In this way, case studies about the Elixir language itself will be representative of the kinds of experiences you will have adopting Phoenix/LiveView.

Some good resources along those lines:

participating in the community as you are is awesome :slight_smile: Keep in mind a lot of folks here are busy technically minded folk, so it may take some pokes and prods to get the kind of high level stuff you’re looking for, but realistically ElixirForum has, IMO, the best overall sampling of the Elixir community, so this is the right place to be. Consider searching here for relevant conversations in the history as well.

Anecdotally, Alembic is shipping ambitious software at breakneck speeds for our customers using the Elixir/LiveView/Ash (or educating existing teams on how to do so themselves). Like to the point that engineering is outpacing product in some scenarios, which sounds like a fantasy land if you’ve built complex software before, but honestly its achievable with the right stack.

16
Post #3
TwistingTwists

TwistingTwists

Just to give some sense on productivity you can achieve once you know enough liveview

https://mathocrat.com/ this is a website I developed as a side project while working a full time job (job was in liveview too!)

This website currently can stream DRM videos and is deployed on barely 1 GB ram server with <5% CPU usage, 500MB RAM usage.

This is a pretty big win for me personally - considering what infra I would have to be setup just to achieve the above in other stacks.

Last Post!

andrewb

andrewb

Hi Neill,

I couldn’t see that this question has been answered, so I thought I would send you this link:

Auth generation lib

The lib comes standard with the mix tool.

Additionally, the datastore access tool ecto has a good write-up on multi-tenancy:

Ecto - multi-tenancy

I have built a couple of multi-tenant systems using elixir, each slightly different based on the project’s needs, and it has been pretty straightforward (Especially if using Postgres and leveraging its schemas).

Good luck

Where Next?

Popular in Questions Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
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 records...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID&lt;0.412.0&gt; terminating ** (Postgrex.Error) FATAL...
New

Other popular topics Top

chrismccord
Phoenix 1.4.0 released Phoenix 1.4 is out! This release ships with exciting new features, most notably with HTTP2 support, improved deve...
688 31586 112
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
gausby
I asked this very same question on twitter and got some interesting feedback, but I thought it would be a good question to ask here as we...
1207 40165 209
New
sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
985 44778 311
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42716 114
New

We're in Beta

About us Mission Statement