Distributed Dynamic R-tree (DDRT) implementation for Elixir.
It's mainly a R-tree.
Why dynamic? Because it's optimized to do fast updates at the tree leaves spatial index.
Why distributed? Well.. you can run the DDRT on different nodes and they will have the same r-tree data.
ETCD client with basic functionality for elixir