Caching: ETS, Mnesia, Redis

Used in all other nk_ components. Which are used active and in production. At least that is what Carlos told me…

2 Likes

In this context in the same way dead or done as riak_core is.

2 Likes

Anyone tried out this? https://github.com/cabol/nebulex

Seems like it’s designed for this kind of use case but i dunno haven’t used it myself

1 Like

I’m a newbie to Elixir/Phoenix. I was thinking about having a process independent of the phoenix instances to manage ETS, then the phoenix instances can talk to this process. The process can take care of fetching and caching data when necessary.