#elixir #kvstore #database
Build a simple persistent key-value store in elixir, using logs - part 1
https://dev.to/alvisesus/build-a-simple-persistent-key-value-store-in-elixir-using-logs---part-1-22ec
Build a simple persistent key-value store in elixir, using logs - part 1
https://dev.to/alvisesus/build-a-simple-persistent-key-value-store-in-elixir-using-logs---part-1-22ec
The DEV Community
Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1
Build a Simple Persistent Key-Value Store in Elixir, using Logs - Part 1
In ...
In ...
#elixir #programming #database
Build a simple persistent key-value store in elixir, using logs — part 2
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-2-eb6a7c8fff41
Build a simple persistent key-value store in elixir, using logs — part 2
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-2-eb6a7c8fff41
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Part 2
Published articles in the series:
#elixir #phoenix #database_migration
The ultimate migration generation checklist
https://medium.com/@tracidini/the-ultimate-migration-generation-checklist-af14b9a080ff
The ultimate migration generation checklist
https://medium.com/@tracidini/the-ultimate-migration-generation-checklist-af14b9a080ff
Medium
The Ultimate Migration Generation Checklist
Maybe it’s a little presumptuous to call this the “ultimate” checklist, but then again, maybe not.
#elixir #mnesia #erlang #database #distributed_database
Why go for redis when you can use mnesia?
https://medium.com/@wttj_tech/why-go-for-redis-when-you-can-use-mnesia-fe0dd23fd7ff
Why go for redis when you can use mnesia?
https://medium.com/@wttj_tech/why-go-for-redis-when-you-can-use-mnesia-fe0dd23fd7ff
Medium
Why go for Redis when you can use Mnesia?
Mnesia is cool. It’s quite cryptic but worth the pain. Already present in the OTP framework, it’s easy to use in both simple cases and…
#elixir #erlang #database #race_condition #locks
Database lock in elixir? why and how? and the alternative in elixir
https://medium.com/@bruteforcecat/database-lock-in-elixir-why-and-how-and-the-alternative-in-elixir-6e0581156ee3
Database lock in elixir? why and how? and the alternative in elixir
https://medium.com/@bruteforcecat/database-lock-in-elixir-why-and-how-and-the-alternative-in-elixir-6e0581156ee3
Medium
Database Lock in Elixir? Why and How? And the Alternative in Elixir
I got a question in a recent interview about locking in Database. I found that I actually lack insufficient knowledge of this essential…
#elixir #microservices #database
Implementing message outbox pattern with oban
https://dev.to/calvinsadewa/implementing-message-outbox-pattern-with-oban-131
Implementing message outbox pattern with oban
https://dev.to/calvinsadewa/implementing-message-outbox-pattern-with-oban-131
DEV Community 👩💻👨💻
Implementing Message Outbox Pattern with Oban
Hey guys, today i want to share Message Outbox pattern and implementation with Oban in Elixir I have...
#elixir #cluster #database #phoenix #software #coding #development #engineering #inclusive #community
Distribute an ETS database in a cluster
https://dev.to/ndrean/distribute-an-ets-database-in-a-cluster-aop
Distribute an ETS database in a cluster
https://dev.to/ndrean/distribute-an-ets-database-in-a-cluster-aop
DEV Community 👩💻👨💻
Distribute an ETS database in a cluster
We present a quick write-up to explain how to distribute ETS, the build-in fast in-memory database of...