mongodb-compass Questions

1

Solved

I have an existing database for a discord bot in MongoDB Compass v1.28.1 I want to transfer all the data in the database to mongodb atlas because of its more extensive functionality and to not have...
Peaceful asked 19/8, 2021 at 16:11

1

am using mongodb compass app on windows, i want to insert a document manually from the ui with current date. i need the app to capture the current time and insert it with the doucment as date type,...
Gadgetry asked 14/7, 2021 at 17:9

0

I have documents in this structure: { "_id":{ "$oid":"..." }, "Index":0, "KeyIndex":"...", "SerialNumber":"..."...
Salutation asked 2/5, 2021 at 12:27

1

Solved

Can we export aggregated data from MongoDB compass 'Aggregation' section after applying the last stage of aggregation? Like we can do it easily using 'export data' option under 'Documents' section ...
Numerator asked 30/4, 2021 at 8:57

1

Solved

I am using MongoDB Compass version 1.25.0. I was trying to insert a document shared by one of my colleague using the "Insert Document" feature of the MongoDB Compass. But, it's showing th...
Byebye asked 11/2, 2021 at 5:32

1

I have a simple .json which I am trying to import: { "data": { "plans": { "1": "14", "2": "20", "3": "40" } } ...
Scotland asked 24/12, 2020 at 2:41

3

I am able to sort data in compass, but my problem is when I export, I don't get it sorted and I can't find where can I apply sort upon exporting data? As you can see here I am filtering with {name...
Reareace asked 16/8, 2018 at 3:24

2

I've enabled automatic backups on Mongo Atlas. Now I need to view and query a specific snapshot to check some documents? How can I do it quickly and safely?
Nataline asked 3/10, 2019 at 19:42

3

Solved

When inserting a document into a MongoDB database with MongoDB Compass how do I insert the current date? I have tried like so: But as you can see there is an error. How do I insert the current...
Underwater asked 15/4, 2018 at 15:49

2

Solved

I'm using MongoDB Compass to perform an aggregation on a reasonably large dataset (~2,000,000 documents, 300MB) through an SSH tunnel. It connects fine and I can query but stages in my pipeline ap...
Knotts asked 4/4, 2019 at 7:44

1

I'm trying to see the contents of a collection using MongoDB Compass. I have username/password authentication set up. I can log in successfully but can't see any documents in the collection. Instea...
Embarkment asked 27/7, 2020 at 19:41

3

Solved

I exported my local MongoDB Collections using the JSON file type on my pc. Then I wanted to import these Collections on my root server using MongoDB Compass. Everytime when I try to export the Co...
Sommersommers asked 17/3, 2019 at 10:55

5

When I open my MongoDB compass it keeps on showing loading, My os is windows 10, Please help me to sort out the issue
Plantation asked 1/5, 2020 at 3:23

1

I am currently using mongodb compass, I want to create index with type 'text'. I followed steps given on https://docs.mongodb.com/manual/indexes/#single-field. However, I failed to create index wit...
Antefix asked 8/9, 2018 at 11:58

1

I want to able Compass show more than 20 documents per 'page' e.g. 1-100 of 400 Screen of problem: Already tried: View more than 20 most recent documents in MongoDB Compass from Schema I don'...
Sangria asked 8/4, 2019 at 8:22

1

Solved

I am using MongoDB Compass and don't have Mongo Shell. I need to build a query using MongoDB Compass tool to select distinct values of the "genre" field from my collection. Sample Input: {"_id"...
Guide asked 1/11, 2019 at 2:49

1

Solved

In mongoDB compass I am getting no result with the below filters. Not sure what I am doing wrong. {user: {uid: 'ttorone'}} {user: {_id: ObjectId("5b9fc9567a1f050026a8bbda")}} What I want is...
Shorts asked 15/7, 2019 at 13:0

1

Solved

This question is related to MongoDB Compass Community Version 1.17.0. Code { location: /IL$|US$/i } (with regex options) works with the Documents Filter tool, but with the Aggregations $match pipe...
Spectrophotometer asked 5/5, 2019 at 12:12

1

Solved

I package my python (flask) application with docker. Within my app I'm generating UTC date with datetime library using datetime.utcnow(). Unfortunately, when I inspect saved data with MongoDB Comp...
Cleaver asked 29/6, 2018 at 9:49

1

Solved

I want to be able to edit some documents in my Mongo DB from compass, but a query only shows 20 of the most recent results. How can I view more than that 20? Or at least view the next 20?
Myosotis asked 25/1, 2018 at 14:36

1

I am not able to connect my server in MongoDB Compass. I am trying to connect by identity file. I am providing hostname username and file. I got: 'Error creating SSH Tunnel: Timed out while wait...
Rationality asked 3/3, 2017 at 9:14

1

Solved

I'm currently trying to use MongoDB Compass to query my collection. However, I seem to be only able to filter the data. Is there any way for me to sort the data as well? I would like to sort my da...
Papandreou asked 20/6, 2017 at 13:40

1

I want to display my geo-locations on a map but Compass needs access to the internet to load the map. Because of this external connection, I need to change the proxy settings of the program. I cou...
Michi asked 21/11, 2016 at 15:59

© 2022 - 2024 — McMap. All rights reserved.