Carlos Andres Bolaños R.A.
Carlos Andres Bolaños R.A.
Modify `erlbus` to use [shards](https://github.com/cabol/shards) (to handle ETS partitioning).
Add scalability tests: - Default: `ebus` with `pg2` - `ebus` with `riak_core` and `gproc` local
For example get messages from channel {a, b} after subscribing to {a, '_'}
Based on [NearCache topology documentation](https://docs.oracle.com/cd/E14526_01/coh.350/e14510/nearcache.htm#COHGS229), implement the **"Present"** strategy This also addresses issue #18
Provide a guide to explain in detail and step by step how to implement a new adapter.
The idea with this adapter is to provide another backend and be able to support different distributed topologies (replicated topology is a must).
How difficult is it to add stream? https://hexdocs.pm/ecto/Ecto.Repo.html#c:stream/2 > NOTE: this issue was moved from https://github.com/cabol/nebulex/issues/10 to `nebulex_ecto`
Pick a few databases with standard hardware and try out `nebulex_ecto`, run some load tests using for instance [basho_bench](https://github.com/mrallen1/basho_bench). The idea is to pick at least two DB options, e.g.:...