- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 108字
- 2021-07-08 09:37:34
Document stores
Sparked by the explosive growth of web content and applications, probably one of the most well-known and most used types of NoSQL databases are in the document category. The key concept in a document store, as the name suggests, is that of a semi-structured unit of information often referred to as a document. This can be an XML, JSON, YAML, OpenOffice, or, MS Office, or whatever other kind of document that you may want to use, which can simply be stored and retrieved in a schema-less fashion. Examples of Document stores include the wildly popular MongoDB, Apache CouchDB, MarkLogic, and Virtuoso:

A simple document data model
推薦閱讀
- 軟件項(xiàng)目管理(第2版)
- Oracle Database In-Memory(架構(gòu)與實(shí)踐)
- 碼上行動(dòng):零基礎(chǔ)學(xué)會(huì)Python編程(ChatGPT版)
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題精解(C語言實(shí)現(xiàn)+微課視頻)
- Learn WebAssembly
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- 從零開始:UI圖標(biāo)設(shè)計(jì)與制作(第3版)
- 精通MySQL 8(視頻教學(xué)版)
- Advanced UFT 12 for Test Engineers Cookbook
- 分布式數(shù)據(jù)庫原理、架構(gòu)與實(shí)踐
- Natural Language Processing with Python Quick Start Guide
- Django Design Patterns and Best Practices
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 用Python動(dòng)手學(xué)統(tǒng)計(jì)學(xué)