- Mastering MongoDB 3.x
- Alex Giamas
- 141字
- 2021-08-20 10:10:59
Summary
In this chapter, we scratched the tip of the iceberg with CRUD operations. Starting from the mongo shell, we learned how to insert, delete, read, and modify documents. We also discussed the differences between one-off inserts and inserting in batches for performance.
Following that, we discussed administration tasks and how to perform them in the mongo shell. MapReduce and its successor, aggregation framework, were also discussed in this chapter: how they compare, how to use them, and how we can translate SQL queries to aggregation framework pipeline commands.
Finally, we discussed security and authentication with MongoDB. Securing our database is of paramount importance; we will learn more about this in Chapter 7, Monitoring, Backup, and Security.
In the next chapter, we will dive deeper into CRUD using three of the most popular languages for web development: Ruby, Python, and PHP.
- 大數(shù)據(jù)時(shí)代的數(shù)據(jù)挖掘
- Hands-On Cybersecurity with Blockchain
- PostgreSQL Administration Essentials
- Java Web整合開(kāi)發(fā)全程指南
- Hybrid Cloud for Architects
- Ruby on Rails敏捷開(kāi)發(fā)最佳實(shí)踐
- 工業(yè)機(jī)器人運(yùn)動(dòng)仿真編程實(shí)踐:基于Android和OpenGL
- Machine Learning with Apache Spark Quick Start Guide
- FPGA/CPLD應(yīng)用技術(shù)(Verilog語(yǔ)言版)
- 單片機(jī)原理實(shí)用教程
- Dreamweaver+Photoshop+Flash+Fireworks網(wǎng)站建設(shè)與網(wǎng)頁(yè)設(shè)計(jì)完全實(shí)用
- JRuby語(yǔ)言實(shí)戰(zhàn)技術(shù)
- 項(xiàng)目實(shí)踐精解:C#核心技術(shù)應(yīng)用開(kāi)發(fā)
- PostgreSQL High Performance Cookbook
- Practical Network Automation