Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
Hello,
I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
Other Trending Topics
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #blog-post
- #ai
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 5- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
jstimps
I don’t know it well, but appears the value prop is more “we’ll replace your cloud hosting provider” rather than just being a database. As such, I wouldn’t expect BEAM projects to be in their audience.
That being said, Elixir would be a great choice to build a similar platform.
Strictly as a database, it’s a tough sell for me to be honest. There is no concurrency (in the transactional sense of the word) and migration support looks light.
linusdm
The author of SpacetimeDB has been a guest on the Developer Voices podcast: https://www.youtube.com/watch?v=A9A8pptfz0Q
Edit: haha, didn’t see you already linked the youtube video, my bad
Can recommend though
thiagomajesk
I watched a talk about it when they first announced Bitcraft, and the very first thing I thought was: Is this built with Elixir/Erlang? It turns out it wasn’t, but the idea is still super cool.
I’ve played around with ECS a bit, and it’s super fun; it’s a shame we don’t use more outside of games. TBH, I had almost forgotten about it, but this video made me reconsider taking a stab at it in the future for some projects where I was planning to use Elixir (will help reduce the boilerplate and make it more AI-friendly - fewer moving pieces equals fewer problems).
hyperoceanic
There’s an ECS library for Elixir - GitHub - ecsx-framework/ECSx: An Entity-Component-System framework for Elixir · GitHub . I’m using it on a personal project.
thiagomajesk
I’m aware! I also built one myself: GitHub - thiagomajesk/genesis: An Entity Component System (ECS) library for Elixir focused on easy of use and ergonomics. · GitHub (it’s a different ECS pattern interpretation) - I was using it to build a game