本篇文章是系列文新手到進階學 MongoDB 的第三篇,要介紹 MongoDB 中較進階的 Aggregation 用法。
文章的架構如下:
- Aggregation 基本概念:什麼是 Pipeline 與 Stage ?
- 常見的資料操作方法(ㄧ):
$match
、$sort
、$limit
- 常見的資料操作方法(二)
$project
、$group
、$unwind
- Aggregation 綜合練習
你也可以在上一篇文章中複習 MongoDB 的 CRUD 操作。
本篇文章是系列文新手到進階學 MongoDB 的第三篇,要介紹 MongoDB 中較進階的 Aggregation 用法。
文章的架構如下:
$match
、$sort
、$limit
$project
、$group
、$unwind
你也可以在上一篇文章中複習 MongoDB 的 CRUD 操作。
本篇文章是系列文新手到進階學 MongoDB 的第二篇,要帶大家實際對 MongoDB 進行資料操作~
這篇文章將介紹資料的基本操作,包含:
Create
:創建資料Read
:讀取資料Update
:更新資料Delete
:刪除資料你也可以在上一篇文章中複習 MongoDB 的基礎概念。
近幾年非關聯式資料庫(NoSQL)
成為大家時常討論的技術主題,而 MongoDB 則是最廣為人知的開源 NoSQL 資料庫。
本篇文章是系列文新手到進階學 MongoDB 的第一篇。架構如下:
Database
、Collection
、Document
BSON
?Update your browser to view this website correctly. Update my browser now