Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 672 Bytes

README.rst

File metadata and controls

32 lines (20 loc) · 672 Bytes

README

Search plugin for dserver using mongodb

To install the dserver-search-plugin-mongo package.

cd dserver-search-plugin-mongo
python setup.py install

To configure the connection to the mongo database.

export SEARCH_MONGO_URI="mongodb://localhost:27017/"
export SEARCH_MONGO_DB="dserver"
export SEARCH_MONGO_COLLECTION="datasets"

Testing

Testing requires a minimal dserver installation including a functional retrieve plugin, i.e.

pip install dserver
pip install dserver-retrieve-plugin-mongo

Run tests from within repository root with pytest.