database:nosql
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
database:nosql [2014/01/04 23:38] – created skipidar | database:nosql [2023/11/01 07:13] (current) – ↷ Page moved from business_process_management:camunda:database:nosql to database:nosql skipidar | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== NOSQL ===== | ||
+ | **NOT ONLY** SQL | ||
+ | Adds **scalability**, | ||
+ | Makes DB **Document-oriented**. Allowing storage of data as " | ||
+ | Details: http:// | ||
+ | |||
+ | < | ||
+ | { | ||
+ | FirstName: " | ||
+ | Address: "15 Wanamassa Point Road", | ||
+ | Children: [ | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | ] | ||
+ | } | ||
+ | |||
+ | { | ||
+ | | ||
+ | | ||
+ | | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | |||
+ | Details: http:// |