What is the point of integrating MongoDB Atlas with Vercel?
Unanswered
German yellowjacket posted this in #help-forum
German yellowjacketOP
There is an option to integrate MongoDB with Vercel (https://vercel.com/integrations/mongodbatlas) and also a full tutorial on how to achieve that on the MongoDB website (https://www.mongodb.com/docs/atlas/reference/partner-integrations/vercel/).
What is the purpose of linking a Vercel project to a MongoDB Atlas cluster?
I am using MongoDB Atlas in one of my projects but I just integrated it by simply connecting to it via the MONGO_URI environment variable.
What are the benefits?
What is the purpose of linking a Vercel project to a MongoDB Atlas cluster?
I am using MongoDB Atlas in one of my projects but I just integrated it by simply connecting to it via the MONGO_URI environment variable.
What are the benefits?
2 Replies
Giant panda
I guess it is just a convenience for the developer. Probably they manage some infra details for you, like network security or scalability
Deploy without it first and see if everything is ok