Any example of an ASH app running distributed?

I am looking for an open source project or a blog article that shows an app built with ASH that runs in distributed mode. If you know about one then please drop the link to it.
10 Replies
ZachDaniel
ZachDaniel3y ago
The documentation site technically runs distributed, although that doesn’t come into play with how the app behaves. Is there some specific behavior that you’re looking for? Most of what Ash does doesn’t care about distribution or not.
exadra37
exadra37OP3y ago
I want my saas to run distributed by default, but I still need to learn about doing it, because until now just done a lot of pets apps that run in a single node.
ZachDaniel
ZachDaniel3y ago
Gotcha. Id say that’s primarily an elixir question then, but I understand why you’d want an example of an ash app specifically 👍 We use libcluster according to the guide from fly.io since that is where the site is deployed
ZachDaniel
ZachDaniel3y ago
Ash HQ
Ash Framework
A declarative foundation for ambitious Elixir applications. Model your domain, derive the rest.
ZachDaniel
ZachDaniel3y ago
GitHub
GitHub - ash-project/ash: A declarative and extensible framework fo...
A declarative and extensible framework for building Elixir applications. - GitHub - ash-project/ash: A declarative and extensible framework for building Elixir applications.
ZachDaniel
ZachDaniel3y ago
Sorry, mean to link to the docs site
ZachDaniel
ZachDaniel3y ago
GitHub
GitHub - ash-project/ash_hq: The Ash Framework homepage and documen...
The Ash Framework homepage and documentation site. - GitHub - ash-project/ash_hq: The Ash Framework homepage and documentation site.
exadra37
exadra37OP3y ago
Thanks for the link. I will study it. an iOS folder in the docs project?
ZachDaniel
ZachDaniel3y ago
Experimenting with Liveview native 🙂 It’s old, I’d ignore it.
exadra37
exadra37OP3y ago
Was exactly what I though 🙂

Did you find this page helpful?