2

I am looking at the MongoDB Atlas Search. It seems only work in the MongoDB Atlas Cloud.

For dev purposes, while I run the app in the local environment and use the local MongoDB server, how these Atlas Search query will work?

I find 2 inefficient solutions.

  1. I put a flag to determine if the app is in the dev environment or production environment. But this is not an ideal solution.
  2. Each developer should use a MongoDB Atlas Free Tier for dev purposes.

Is there any better approach for MongoDB Atlas Search in the dev environment?

5
  • 1
    I like solution one. But yes, I recommend a free tier cluster or very small cluster for dev. Commented Dec 8, 2020 at 3:30
  • Right now, we are using the free tier for dev. Thanks Commented Dec 8, 2020 at 4:19
  • 1
    Awesome. Happy to help if you have any troubles with the Atlas Search product. I like it a lot. Commented Dec 8, 2020 at 7:56
  • Thats awesome. Can I have your mail please? Commented Dec 8, 2020 at 14:04
  • 1
    Unfortunately, it looks like MongoDB has dismissed the idea of adding local support for Atlas Search. feedback.mongodb.com/forums/924868-atlas-search/suggestions/… Commented Jan 13, 2022 at 18:55

1 Answer 1

3

The first one is not a real solution. You need to use Atlas for development and testing.

I am unaware of any other way to obtain the equivalent functionality. The Atlas Search is proprietary.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.