18.05.2016 Views

Mittwoch, 18. Mai, 2016

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

MongoDB CRUD the MVC way with Passport Authentication 43<br />

Let’s demystify this MongoDB thing<br />

willywonkaDBskills<br />

If you’re developing for the web, it’s almost certain that you’re using a relational database<br />

(PostgreSQL⁹⁷, MySQL⁹⁸, MariaDB⁹⁹, …) to store your data. But, you may have found your self struck<br />

with scaling problems as your application started to grow. Many different storage design patterns<br />

emerged in an attempt to solve this problem (key-value storage, column storage, object storage), but<br />

the most popular one is document storage.<br />

⁹⁷http://www.postgresql.org/<br />

⁹⁸http://www.mysql.com/<br />

⁹⁹https://mariadb.org/

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!