Need a distributed key-value lookup system

前端 未结 10 1974
面向向阳花
面向向阳花 2021-02-01 22:04

I need a way to do key-value lookups across (potentially) hundreds of GB of data. Ideally something based on a distributed hashtable, that works nicely with Java. It should be

10条回答
  •  攒了一身酷
    2021-02-01 22:52

    Open Chord is an implementation of the CHORD protocol in Java. It is a distributed hash table protocol that should fit your needs perfectly.

提交回复
热议问题