Last updated
Kod kursu
mongodbadmin
Czas trwania
14 godzin
szkolenie zdalne: 2 lub 4 dni
szkolenie stacjonarne: 2 dni
Wymagania
Basics of an operating system administration.
Opis
Ten kurs obejmuje wszystko, co administrator bazy danych powinien wiedzieć, aby pomyślnie wdrożyć i obsługiwać MongoDB danych MongoDB .
Omówienie problemów z wydajnością, importowania i eksportowania danych oraz ustanowienie prawidłowych procedur tworzenia kopii zapasowych i przywracania, przegląd interfejsu API CRUD MongoDB , powłoki poleceń i sterowników.
Odbiorcami tego kursu są ludzie, którzy chcą:
- MongoDB z perspektywy programisty, w tym jego powłoki poleceń, interfejsu API zapytań i narzędzi sterowników.
- Wdróż MongoDB we wszystkich konfiguracjach - jako pojedynczy serwer z replikacją master / slave, jako zestaw replik i jako klaster dzielony.
- Oceniaj aplikacje i odpowiednio dobieraj sprzęt.
- Monitoruj instancje MongoDB i integruj ze standardowym oprogramowaniem monitorującym ( Munin , Nagios itp.)
- Planuj tworzenie kopii zapasowych i zarządzaj importem i eksportem dużych danych.
- Rozwiąż najczęstsze problemy deweloperskie i scenariusze awarii.
Każdy delegat będzie musiał wykonać szereg ćwiczeń praktycznych.
Machine Translated
Plan Szkolenia
MongoDB Architectural Overview
- Origin, design goals, key features
- Process structure (mongos, mongod, config servers)
- Directory / file structure
Working with the MongoDB Shell
- Documents and data types
- CRUD (Inserts, queries, updates, deletes)
- System commands
Single-server Configuration and Deployment
- Configuration files
- Data files and allocation
- Log files
- Hardware and file-system recommendations
Security
- Built-in authentication
- Recommendations for secure deployment
Monitoring MongoDB
- mongostat
- Analyzing memory and IO performance
- Integration with monitoring tools: Munin / Cacti / Nagios
- MongoDB's web console
Indexing and Query Optimization
- Managing indexes and MongoDB indexing internals
- Single / Compound / Geo indexes
- Identifying sub-optimal queries. Using the query profiler.
Introduction to drivers (Java/Python/Ruby/PHP/Perl)
- How the drivers and shell communicate with MongoDB
- BSON and the MongoDB Wire Protocol
- Troubleshooting application connections
Intro to Read and Write scalability
Replication and Durability
- Master-slave replication
- Replica sets
- Using write concern for durability
- Handling replication failures
Auto-Sharding
- How sharding works
- Setting up a MongoDB shard cluster
Choosing a shard key
Sharding and indexes
- Sharding and Replica Set Topologies
- Administering a sharded cluster
Shard / Chunk Migration
Backup and Restore Plans
- Filesystem-based strategies
- mongodump / mongorestore
- rsync
- mongoimport / mongoexport