Update Meteor MongoDB using an external source

Hi guys! I’m creating a prototype app to use locally(so, currently no production enviroment needed).The app should be connected to a python script that use Scrapy.What i want to do is to insert the data in Meteor MongoDB with python, but i need a way to locate the Local MongoDB. Any suggestions?
Thanks

You could try looking at this and see if these answers apply

Thanks! That’s what i needed! i used this as server: “mongodb://127.0.0.1:3001/meteor”!

1 Like