#elixir #programming #software_development #postgres #database
How to use listen and notify postgresql commands in elixir?
https://blog.lelonek.me/listen-and-notify-postgresql-commands-in-elixir-187c49597851
How to use listen and notify postgresql commands in elixir?
https://blog.lelonek.me/listen-and-notify-postgresql-commands-in-elixir-187c49597851
Medium
How to use LISTEN and NOTIFY PostgreSQL commands in Elixir?
How can you benefit from LISTEN and NOTIFY postgres database features in Elixir applications?
#elixir #ruby #ruby_on_rails #programming #database
Activerecord vs. ecto part two
https://medium.com/@AppSignal/activerecord-vs-ecto-part-two-830dbe2da78f
Activerecord vs. ecto part two
https://medium.com/@AppSignal/activerecord-vs-ecto-part-two-830dbe2da78f
Medium
ActiveRecord vs. Ecto Part Two
This is the second part of the “ActiveRecord vs. Ecto” series, in which Batman and Batgirl fight over querying databases and we compare…
#database #elixir #couchdb #technology
Database technical decisions
https://medium.com/@rebhuinc/database-technical-decisions-6edbfd15e011
Database technical decisions
https://medium.com/@rebhuinc/database-technical-decisions-6edbfd15e011
Medium
Database technical decisions
Choosing a persistent store is a long and arduous process. The problems you encounter on the way govern which database you choose. This is…
#elixir #database #software_architecture
Build a simple persistent key-value store in elixir, using logs — part 1
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-1-9f961944c832
Build a simple persistent key-value store in elixir, using logs — part 1
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-part-1-9f961944c832
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Part 1
In the last year I’ve got interested in logs and how something so simple can be the solid foundation of databases like Riak, Cassandra and…
#elixir #database #database_development #erlang #otp
Build a simple persistent key-value store in elixir, using logs — index recovery
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-index-recovery-2670b78116e9
Build a simple persistent key-value store in elixir, using logs — index recovery
https://medium.com/@asusmel/build-a-simple-persistent-key-value-store-in-elixir-using-logs-index-recovery-2670b78116e9
Medium
Build a Simple Persistent Key-Value Store in Elixir, using Logs — Index Recovery
In the part 1, we’ve introduced a simple implementation of a kv-store engine, written in Elixir. We developed three modules: an Index, a…
#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...