section-engineering-education / engineering-education

“Section's Engineering Education (EngEd) Program is dedicated to offering a unique quality community experience for computer science university students."
Apache License 2.0
363 stars 890 forks source link

Getting started with MongoDB transactions using Node.js #5130

Closed murewaashiru closed 2 years ago

murewaashiru commented 2 years ago

Topic Suggestion

Proposed title of the article

Getting started with MongoDB transactions using Node.js

Introduction

The need to maintain database integrity cannot be overemphasized. One of the ways to ensure this is by performing ACID transactions; this simply means that actions are meant to be completed as a 'whole' are either all completed or not completed at all.

While the emphasis on NoSQL databases is scalability, implementing ACID transactions in the logic layer cannot suffice in all scenarios.

Key takeaways

By the end of this tutorial, the reader will be able to understand:

Article quality

This will be in-depth coverage of this concept; including the history of the concept and a demonstration of how it works.

References

WanjaMIKE commented 2 years ago

Unfortunately, we are currently shifting from Node.js articles. We seem to have enough in the pipeline?