AntidoteDB / antidote

A planet scale, highly available, transactional database built on CRDT technology
https://www.antidotedb.eu
Apache License 2.0
834 stars 89 forks source link

Feature: List all known keys #448

Open albsch opened 4 years ago

albsch commented 4 years ago

Draft implementation of listing all keys in an AntidoteDB data center (over all shards in the cluster). The new API method return a list of bound objects ([{Key, Type Bucket}]).

The riak_core part is implemented and the API inantidote.erl is extended.

To do: