Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Meteor.js JavaScript Framework - Second Edition

You're reading from   Getting Started with Meteor.js JavaScript Framework - Second Edition Learn to develop powerful web applications in minutes with Meteor

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781785285547
Length 138 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Document-oriented storage


Meteor uses MongoDB on the server side, and a version of MongoDB, Minimongo, on the client side. It's capable of using any other NoSQL/document-oriented database, but MongoDB comes by default with the Meteor installation. This feature makes your programs much simpler and easier to write and works really well for quick, lightweight data storage.

Why not use a relational database?

Traditionally, most data is stored using a relational model. The relational model, with all of its associated rules, relations, logic, and syntax, is an integral and invaluable part of modern computing. The rigid structure of a relational database, with exact requirements for each record, relation, and association, provides us with quick searches, scalability, and the potential for deep analytics.

This type of exactness, however, isn't always necessary. In the case of our Lending Library app, for example, a full-fledged relational database would be overkill. In fact, in some cases, it's more...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image