Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB Compass is Missing Schema Tab

I just downloaded Mongodb and my compass gui doesn't have the Schema tab. Do any of you know how to get it back? I haven't been able to find a way.

like image 630
SaroyanDynamite Avatar asked Apr 25 '18 22:04

SaroyanDynamite


People also ask

Why MongoDB compass is not working?

Compass must connect to a running MongoDB instance. Make sure you have installed MongoDB and have a running mongod process. You should also check that the port where your MongoDB instance is running matches the port you provide in the Compass connect dialog.

What is schema in MongoDB compass?

The Schema tab provides an overview of the data type and shape of the fields in a particular collection. Databases and collections are visible in the left-side navigation. The overview is based on sampling the documents in the collection.


1 Answers

Actually I got the same problem, but the wrong thing that I was done is opening the MongoDB compass community.

Later when I opened MongoDB compass I found schema. You should know that there are 2 compass. Make sure you opened MongoDB compass but not MongoDB compass community.

like image 94
user10199044 Avatar answered Sep 20 '22 23:09

user10199044