webinar: how to visually explore and manipulate your mongodb data

17
Visually Explore & Manipulate Your Data with MongoDB Compass { name : “David Lutz”, role : “Senior Solution Architect” }

Upload: mongodb

Post on 16-Apr-2017

1.181 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Visually Explore & Manipulate Your Data with

MongoDB Compass

{ name : “David Lutz”, role : “Senior Solution Architect” }

Page 2: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Most Popular NoSQL, Fastest GrowingOnly non-relational in the Top 5; 2.5x ahead of nearest NoSQL Competitor

Page 3: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

20,000,000+MongoDB Downloads

400,000+Online Education Students

40,000+MongoDB Cloud Manager Users

35,000+MongoDB User Group Members

1,000+Technology and Services Partners

2,000+Customers Across All Industries

The Largest Ecosystem

Page 5: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

MongoDBPoint of View

Page 6: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Relational

Expressive Query Language& Secondary Indexes

Strong Consistency

Enterprise Management& Integrations

Page 7: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

NoSQL

Scalability& Performance

Always On,Global Deployments

FlexibilityExpressive Query Language& Secondary Indexes

Strong Consistency

Enterprise Management& Integrations

Page 8: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

The Post-Relational Nexus Architecture

Scalability& Performance

Always On,Global Deployments

FlexibilityExpressive Query Language& Secondary Indexes

Strong Consistency

Enterprise Management& Integrations

Page 9: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

MongoDBCompass 1.4

Page 10: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Visualize and explore

• Visually explore the structure of your data to understand the schema and identify anomalies

• Gain insights with different visualizations that display the distribution of values across your fields

• Perform ad hoc simple or complex queries with just a few clicks

MongoDB Compass

Page 11: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Visualize and explore: Interactive maps for geospatial data

MongoDB Compass is the best way to visualize, understand, and work with your geospatial data.

• Compass detects your geospatial data and populates it on an interactive map

• Automatically generate geospatial queries by drawing on the interactive map with your mouse

• Use Compass to significantly reduce the effort required when working with geospatial data

MongoDB Compass

Page 12: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Insert, Update & Delete: Full CRUD functionality

Modify your data using MongoDB Compass.

• Find issues and fix them!

• Insert new documents or clone existing documents

• Modify existing documents with greater confidence using the powerful visual editor

• Delete documents in just a few clicks

MongoDB Compass

Page 13: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Debug and optimize: Visual explain plans

Understand how queries are running through a GUI that allows you to easily identify and resolve performance issues.

• View key information about the execution plan of a query

• Visualize different explain stages in an easy-to-understand tree format

MongoDB Compass

Page 14: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Debug and optimize: Index details

MongoDB Compass allows you to view index details for a given collection.

• Type of index: regular, text, geospatial, or hashed

• Size of index: how much space the index uses

• Index utilization: how many times the index has been used

• Special properties: unique index, compound index, etc.

MongoDB Compass

Page 15: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

MongoDBCompass 1.5 beta

Page 16: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Visualize and explore: Real-time server statistics

Get immediate insight into server status and query performance.

• View key server metrics and database operations

• Drill down into database operations easily

• Understand your most active collections

MongoDB Compass

Page 17: Webinar: How to Visually Explore and Manipulate Your MongoDB Data

Debug and optimize: Document validation rules

A simpler way to validate your data.

• Create and modify rules that validate your data using a simple point and click interface

• CRUD support lets you fix data quality issues easily in individual documents

MongoDB Compass