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

Storage wrapper for Postgres? #70

Open sarthakTUM opened 6 years ago

sarthakTUM commented 6 years ago

In my opinion, Postgres is a highly used Database and there should be storage support for Postgres Database as well. I am willing to take up this task. Planning to use Psycopg2 interface

pixelogik commented 6 years ago

@sarthakTUM Sure if you want to do this, feel free to do so! Please make sure that the code and documentation is consistent to the rest of the library.

sarthakTUM commented 6 years ago

Hi, could you assign this issue to me?