- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 146字
- 2021-08-13 18:22:48
Chapter 1. Introduction to CouchDB
Welcome to CouchDB and PHP Web Development Beginner's Guide. In this book, we will learn the ins and outs of building a simple but powerful website using CouchDB and PHP. For you to understand why we do certain things in CouchDB, it's first important for you to understand the history of NoSQL databases and learn CouchDB's place in database history.
In this chapter we will:
- Go over a brief history of databases and their place in technology
- Talk about how databases evolved into the concept of NoSQL
- Define NoSQL databases by understanding different classifications of NoSQL databases, the CAP theorem and its avoidance of the ACID model
- Look at the history of CouchDB and its main contributors
- Talk about what makes CouchDB special
Let's start by looking at the evolution of databases and how NoSQL arrived on the scene.
推薦閱讀
- Python編程自學手冊
- Visual Basic 6.0程序設計計算機組裝與維修
- 深入淺出DPDK
- Java設計模式及實踐
- 精通網絡視頻核心開發技術
- Nexus規模化Scrum框架
- 小學生C++創意編程(視頻教學版)
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Python3.5從零開始學
- CRYENGINE Game Development Blueprints
- 大學計算機基礎
- JavaScript+jQuery網頁特效設計任務驅動教程
- 超簡單:用Python讓Excel飛起來(實戰150例)
- 物聯網系統架構設計與邊緣計算(原書第2版)
- Python Machine Learning Cookbook