avatarBirat Rai

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

1711

Abstract

"4daf">There are many DBMS solution out there. It depends upon what is your use case and usages. Nowadays cloud solution are also on the rise.</p><p id="f46b">I have tried Firebase services and they are awesome. Also, using the AWS is a great solution too.</p><p id="7144" type="7">TL;DR If your application is data driven, you should ponder on using the correct DBMS solution.</p><p id="a0c3"><a href="https://readmedium.com/97-journey-every-programmer-should-accomplish-a0c53dbbfd47"><i>Go to the series</i></a>.</p><div id="10b2" class="link-block"> <a href="https://readmedium.com/97-journey-every-programmer-should-accomplish-a0c53dbbfd47"> <div> <div> <h2>97 Journey Every Programmer should Accomplish</h2> <div><h3>“A journey of a thousand miles begins with a single step.”</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*ImU1JEXOUUKMJxBF_OP-_w.png)"></div> </div> </div> </a> </div><p id="d42c">Go to <a href="https://readmedium.com/step-46-know-your-limits-greg-colvin-5a01c09748bc"><b><i>46th Step</i></b></a></p><div id="e85e" class="link-block"> <a href="https://readmedium.com/step-46-know-your-limits-greg-colvin-5a01c09748bc"> <div> <div> <h2>Step 46: Know Your Limits ~ Greg Colvin</h2> <div><h3>This is the 46th Step towards gaining the Programming Enlightenment series. If you didn’t learn the 45th Step, read it.</h3></div> <div><p>medium.com</p></d

Options

iv> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/1*X2JIKdmUh3Hs22uaQ3w2-w.jpeg)"></div> </div> </div> </a> </div><p id="473c">Go to the <a href="https://readmedium.com/step-49-learn-foreign-languages-klaus-marquardt-643dea33a5f4"><b><i>49th path</i></b></a>.</p><div id="1bff" class="link-block"> <a href="https://readmedium.com/step-49-learn-foreign-languages-klaus-marquardt-643dea33a5f4"> <div> <div> <h2>Step 49: Learn Foreign Languages ~Klaus Marquardt</h2> <div><h3>This is the 49th Step towards gaining the Programming Enlightenment series. If you didn’t learn the 48th Step, read it.</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/)"></div> </div> </div> </a> </div><blockquote id="ba78"><p><b>References:</b></p></blockquote><ul><li><a href="https://www.gitbook.com/book/97-things-every-x-should-know/97-things-every-programmer-should-know/details"><i>97 things Every Programmer Should Know</i></a> ~ Git Book</li><li><a href="https://www.amazon.com/Things-Every-Programmer-Should-Know/dp/0596809484"><i>97 Things Every Programmer Should Know</i></a> ~ Paperback</li><li><a href="https://en.wikipedia.org/wiki/Database"><i>What is Database?</i></a> ~ Wiki</li><li><a href="https://en.wikipedia.org/wiki/Create,_read,_update_and_delete"><i>CRUD operations in database</i></a> ~ Wiki</li></ul></article></body>

Step 48: Large, Interconnected Data Belongs to a Database ~Diomidis Spinellis

This is the 48th Step towards gaining the Programming Enlightenment series. If you didn’t learn the 47th Step, read it.

What is Database and Database-Management System(DBMS)?

A database is an organized collection of data.

A DBMS is a computer-software application that interacts with end-users, other applications and the database itself to capture (CRUD) and analyze data.

Why use Database and DBMS?

If you want your application to have persistent data, than there is need for database and DBMS.

There are different Database Management System out there.

  • Flat File Database
  • Relational Database
  • NoSql Database
Photo source

What to use as DBMS?

There are many DBMS solution out there. It depends upon what is your use case and usages. Nowadays cloud solution are also on the rise.

I have tried Firebase services and they are awesome. Also, using the AWS is a great solution too.

TL;DR If your application is data driven, you should ponder on using the correct DBMS solution.

Go to the series.

Go to 46th Step

Go to the 49th path.

References:

Programming
Java
Android
Coding
Software Development
Recommended from ReadMedium