Comment on HyperDex: A Searchable Distributed Key-Value StoreComments−pixelcort14yThis reminds me of http://xanadu.com/zigzag/ .−rescrv14yHyperDex is different. ZigZag focuses on data visualization. HyperDex provides you the same key-value interface of other systems, while also providing an efficient search primitive.Check out http://hyperdex.org/tutorial/ for examples of the Python API.
Comments
This reminds me of http://xanadu.com/zigzag/ .
HyperDex is different. ZigZag focuses on data visualization. HyperDex provides you the same key-value interface of other systems, while also providing an efficient search primitive.
Check out http://hyperdex.org/tutorial/ for examples of the Python API.