Twfo326

Twfo326

Looking for MNESIA and AMNESIA learning resources

As a novice dev I’m trying to keep the curriculum as lean as possible.

My requirements are modest: build simple CRUD apps with Phoenix liveview, a key value store and auth. Scalability is a non concern.

MNESIA and AMNESIA seem like viable alternatives without the added learning overhead of SQL, Postgres, and Ecto.

But, I’m struggling to find practical learning resources, outside of these few:

https://code.tutsplus.com/articles/store-everything-with-elixir-and-mnesia--cms-29821

I’d appreciate any other recommendations, the more project based/practical the better.

Most Liked

sheharyarn

sheharyarn

I’m the author of Memento, an Elixir wrapper around :mnesia. I’ve written various use-cases and examples in the Memento docs, which might be somewhat useful.

Twfo326

Twfo326

Thanks, this is exactly what I was looking for. Especially, “Erlang for Great Good!” - engaging, in depth and applied to a practical context that makes it easier to grok.

Last Post!

derek-zhou

derek-zhou

Mnesia is a simple solution designed for a small number of nodes (maybe a couple of dozens max) all reside in the same data center. If you stretch it beyond that you will get burned. Most people are perfectly happy with the limit though.

Where Next?

Popular in Chat/Questions Top

jsnoble
I come from a javascript background and I just starting learning elixir. I went through the basic tutorials but I want something deeper. ...
New
Nopp
Hey guys and girls, i am completely “new” to programming, recently played a bit with Python, Ruby and PureBasic, but i want to try somet...
New
Fl4m3Ph03n1x
I am doing some exercises while learning Elixir using Exercism.io. Now, my objective is to do all exercises, extras included. This shoul...
New
pietrofxq
I’ve bought the following books: Programming Elixir 1.6 Programming Phoenix 1.4 Programming Ecto Functional Web Development with Elixir...
New
wolfiton
Question: Can someone recommend me some good resources on learning performance for phoenix elixir applications and a design pattern I sh...
New
SavagePixie
I was wondering if there are any beginner-friendly, exercise-based resources for learning Elixir out there. I’m looking for something lik...
New
ariandanim
Hello all, I am still learning Elixir, then go into Phoenix, i am try search in google but find the programming phoenix 1.4, another for...
New

Other popular topics 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
JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
New
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
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New

We're in Beta

About us Mission Statement