Why do we need a NoSQL Databases

In this post, I would explain why do we need NoSQL databases from a developer perspective.

Developer Friendly : NoSql databases are developer friendly, we can store JSON that is generated from the UI to the database, there is no transformation requi…


This content originally appeared on DEV Community and was authored by Ratik Mahajan

In this post, I would explain why do we need NoSQL databases from a developer perspective.

  • Developer Friendly : NoSql databases are developer friendly, we can store JSON that is generated from the UI to the database, there is no transformation required at the application server end. this data can be read through a key from the database.

  • Data schema: we can store Json documents of different format in the collection. we dont have to comply to the any data schema. data of different schema's can be stored in the collection. this ensures that a very less transformation or no transformation is required for the data retrieval and data storage.

  • NoSql horizontal scaling : it can store huge amount of data. Nosql data can be scaled out easily. as data grows, we can add more and more servers to the Nosql databases.


This content originally appeared on DEV Community and was authored by Ratik Mahajan


Print Share Comment Cite Upload Translate Updates
APA

Ratik Mahajan | Sciencx (2024-07-23T13:16:57+00:00) Why do we need a NoSQL Databases. Retrieved from https://www.scien.cx/2024/07/23/why-do-we-need-a-nosql-databases/

MLA
" » Why do we need a NoSQL Databases." Ratik Mahajan | Sciencx - Tuesday July 23, 2024, https://www.scien.cx/2024/07/23/why-do-we-need-a-nosql-databases/
HARVARD
Ratik Mahajan | Sciencx Tuesday July 23, 2024 » Why do we need a NoSQL Databases., viewed ,<https://www.scien.cx/2024/07/23/why-do-we-need-a-nosql-databases/>
VANCOUVER
Ratik Mahajan | Sciencx - » Why do we need a NoSQL Databases. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/07/23/why-do-we-need-a-nosql-databases/
CHICAGO
" » Why do we need a NoSQL Databases." Ratik Mahajan | Sciencx - Accessed . https://www.scien.cx/2024/07/23/why-do-we-need-a-nosql-databases/
IEEE
" » Why do we need a NoSQL Databases." Ratik Mahajan | Sciencx [Online]. Available: https://www.scien.cx/2024/07/23/why-do-we-need-a-nosql-databases/. [Accessed: ]
rf:citation
» Why do we need a NoSQL Databases | Ratik Mahajan | Sciencx | https://www.scien.cx/2024/07/23/why-do-we-need-a-nosql-databases/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.