Do you have a Node.js project that you want to put into production but don't know how? In this tutorial, you'll learn how to deploy a Node.js and MongoDB application to Heroku. Before we get started, let's take a very quick look at Heroku and MongoDB.
Transactional databases are essential to many apps and software. Learn more about them and their benefits with Fivetran.
Databases are important for every organization. Learn more about what databases are and the different types available.
Your database schema is the foundation for everything you do with data. Learn our essential best practices in our complete guide.
Getting data *into* your database is easy, but querying large datasets is challenging—especially without the right indexes. Pavel Tkachenko teaches how to write performant SQL queries with EXPLAIN and ANALYZE.
Learn how Fivetran is addressing your high-volume database replication needs with our newest High Volume Agent connector for SQL Server.
Choosing the right tool for a web application can be tricky. But if you do, it will make things a lot easier for you. Depending on your application, combining Node.js and MongoDB works well most of the time — especially if you use a front-end framework like React (MERN), Angular (MEAN), or Vue (MEVN). In this tutorial, you will learn how to create a CRUD application using Node.js and MongoDB and write some basic tests for your Node.js API.