mongodb-atlas-haystack

Table of Contents
Installation
pip install mongodb-atlas-haystack
Contributing
hatch
is the best way to interact with this project, to install it:
pip install hatch
To run all the tests:
hatch run test:all
Note: you need your own MongoDB Atlas account to run the tests: you can make one here:
https://www.mongodb.com/cloud/atlas/register. Once you have it, export the connection string
to the env var MONGO_CONNECTION_STRING
. If you forget to do so, all the tests will be skipped.
To format your code and perform linting using Ruff (with automatic fixes), run:
hatch run fmt
To check for static type errors, run:
$ hatch run test:types
License
mongodb-atlas-haystack
is distributed under the terms of the Apache-2.0 license.