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
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.
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.
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
Ash HQ
Ash Framework
A declarative foundation for ambitious Elixir applications. Model your domain, derive the rest.
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.
Sorry, mean to link to the docs site
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.
Thanks for the link. I will study it.
an iOS folder in the docs project?
Experimenting with Liveview native 🙂
It’s old, I’d ignore it.
Was exactly what I though 🙂