Chapter 10Alternatives to Mongo

MongoDB is a fantastic technology, but it is far from being the only option when it comes to adding a data store to your applications. There are a number of NoSQL alternatives such as Redis, CouchDB, and Cassandra. Alternatively, you could turn to a relational database management system such as MySQL, Oracle, or SQL Server. Using a relational database will require you to understand SQL, but picking up the basics of SQL is relatively easy. This chapter explores MySQL as a free, relational alternative to MongoDB. Technically, this deviates from the MEAN stack, but we feel strongly about exploring popular and viable alternatives.

Relational Databases and SQL

Relational databases are still hugely popular, despite the ...

Get Full Stack JavaScript Development With MEAN now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.