mongodb
MongoDB
メモ
コレクションから user が存在しないドキュメントを選ぶ
{user: {$exists: false}}
PyMongo
the recommended way to work with MongoDB from Python
Atlas
The multi-cloud developer data platform.
SQL 互換機能がプレビューという話
集計
資料
MongoDB 解体新書: これ1冊で即実践レベル!究極の入門書 (専門書) Kindle版
- https://www.amazon.co.jp/dp/B07BGC4MJ1/ 10章 データ集計 … aggregate
SQL と比較
Practical MongoDB Aggregations Book
Compass
https://www.mongodb.com/try/download/compass
- Read Only Edition もある。
- ざっと触った感じでは MongoDB Atlas と同じように使える。
- クエリーを書くと出力結果の例がライブで出てくる
- 出力を JSON / CSV でエクスポートできる
- クエリーを Python コードなどにエクスポートできる
Compass だと集計(集約)が簡単に使えると下記に書かれている
https://www.creationline.com/mongodb/compass
Aggregation Pipeline Builder
https://www.mongodb.com/docs/compass/current/aggregation-pipeline-builder/
mongodb.txt · 最終更新: 2022/08/09 20:43 by Takuya Nishimoto