Mongodb compass yahia

I have a windows 32 bit system and if it is possible I would like to keep my system to install mongodb compass

thank you .

I am afraid not. :frowning:

Compass is only available for 64-bit systems.

Kanika

@Kanika Is there any way we can connect to cluster which compass is connecting for this course. I have windows 32 bit system also, and i’m not able to proceed with lab assignment. If somehow i can connect to cluster through command line i can proceed with querying the database.

You can connect using Mongo Shell. But you won’t be able to complete one lab- Scavenger Hunt, Part 3 which requires Compass.

Please use below command and do check for double-quotes as it can get transformed to special characters:

mongo "mongodb://cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/test?replicaSet=Cluster0-shard-0" --authenticationDatabase admin --ssl --username m001-student --password m001-mongodb-basics

Kanika