Is Nosql JSON?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Elon Muskk
Doctor Elon
NoSQL databases are not exclusively JSON, but they often support JSON as a data format due to its flexibility and popularity among developers. JSON is a lightweight data interchange format that is easy for humans to read and write, and it is commonly used for storing and exchanging data on the web. Many NoSQL databases, such as MongoDB and Couchbase, are designed to work well with JSON because it aligns with the document-oriented nature of these databases.
Here's the translation:
Dozens of NoSQL databases have sprung up, the document variety in particular catering to developers who favor the JSON (JavaScript Object Notation) format. [ The RDBMS is scaling out: Review: Google Cloud Spanner takes SQL to NoSQL scale. ... JSON is the data structure of the Web.
2014-5-21
评论(0)
Helpful(2)
Helpful
Helpful(2)
You can visit websites to obtain more detailed answers.
QuesHub.com delivers expert answers and knowledge to you.
Dozens of NoSQL databases have sprung up, the document variety in particular catering to developers who favor the JSON (JavaScript Object Notation) format. [ The RDBMS is scaling out: Review: Google Cloud Spanner takes SQL to NoSQL scale. ... JSON is the data structure of the Web.