Tag: sql

How to connect to MongoDB using Mongoose and MongoDB Atlas in Node.js?

Reading Time: 10 minutes MongoDB is one of the most popular No-SQL databases in the developer community today. Instead of SQL objects, No-SQL databases allow developers to send and retrieve data as JSON documents. In this blog, we will demonstrate how to connect to MongoDB using Mongoose and MongoDB Atlas in Node.js. Let’s get started! In this blog, we […]

Connect Snowflake with Python and execute queries

Reading Time: 5 minutes Snowflake cloud data warehouse is a buzzing trend in managing data these days as it has advantages like cost-effectiveness, auto-scaling, easy-to-transform data, etc. over traditional data warehouses. It is greatly assisting organizations in terms of its critical role in ELT (Extract-Load-Transform). Python is a very popular programming language that is used for data manipulation, ML, […]

Back To Top