
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
mongodb-atlas-haystack
Advanced tools
Table of Contents
pip install mongodb-atlas-haystack
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
mongodb-atlas-haystack
is distributed under the terms of the Apache-2.0 license.
FAQs
An integration of MongoDB Atlas with Haystack
We found that mongodb-atlas-haystack demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.