DEV Community

Discussion on: Mongodb-native over mongoose?

Collapse
 
fqmonte profile image
Fabiano Q. Monte

I am using native mongodb. Yeah, I'm doing a crawler. So I need to record data directly in the database without needing schemas. The problem is that the MongoDB drive documentation for Node is out of date and for more elaborate things it is quite complicated to find documentation. Everyone uses mongoose. And think, in the case of service communication. OK! Use. But, in the case of reading a url, extraction, insertion in the database. Then if you fall into an error you end up not finding the solution easily. For outdated documentation and growth of mongoose. If anyone knows of any solution to work with great load with NodeJS and native MongoDB. I'm grateful.