pixelogik / NearPy

Python framework for fast (approximated) nearest neighbour search in large, high-dimensional data sets using different locality-sensitive hashes.
MIT License
759 stars 152 forks source link

What are the plans for adding supports to store index data in mongo ? #64

Closed RahulGupta-Reflektion closed 6 years ago

RahulGupta-Reflektion commented 7 years ago

I was using Redis to store index for index application. As Redis stores everything as string, this drives the memory usage up. Is anybody working on integrating mongo to store indexes?

pixelogik commented 6 years ago

@RahulGupta-Reflektion Nobody is working on this yet.

Are you interested in working on this?

xieqihui commented 6 years ago

I have added supports for MongoDB in this PR. https://github.com/pixelogik/NearPy/pull/72 Welcome to review and improve it.

pixelogik commented 6 years ago

Closing this ticket because we are working on the pull request #72 . Thanks for your request @RahulGupta-Reflektion !