Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Haystack with a Local Atlas Deployment #631

Closed
alouiadel opened this issue Mar 28, 2024 · 1 comment
Closed

Integrate Haystack with a Local Atlas Deployment #631

alouiadel opened this issue Mar 28, 2024 · 1 comment
Labels

Comments

@alouiadel
Copy link

Is your feature request related to a problem? Please describe.
We are currently working on a project that needs a NoSQL DocumentStore , and we cannot afford to depend on an online MongoDB Atlas server due to cost and data sensitivity concerns. As a result, we are unable to utilize the Atlas online service, and we need to connect to a local Atlas deployment instead.

Describe the solution you'd like
We would like a modified MongoDB integration that allow connecting with a local instance of MongoDB Atlas. This solution should include the ability to configure the connection details (e.g., host, port, credentials) for the local Atlas deployment and support common operations such as reading data from and writing data to the local Atlas databases.

Describe alternatives you've considered
As an alternative, we are currently testing with Neo4j, as its integration allows for local connections by default. However, this approach would require migrating or duplicating our existing data from MongoDB to Neo4j, which can be a time-consuming and potentially complex process.

Additional context
For reference, here is the link for MongoDB Atlas local: MongoDB Atlas Local

We believe that extending the existing MongoDB integration to support local Atlas deployments would be a valuable addition to Haystack, as it would provide users with greater flexibility and accommodate scenarios where cloud-based solutions are not feasible or desirable due to various constraints or requirements.

@alouiadel alouiadel added the feature request Ideas to improve an integration label Mar 28, 2024
@julian-risch julian-risch added the P3 label Apr 2, 2024
@alouiadel
Copy link
Author

closing this as no one gave a shit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants