I'm new to MongoDB and just followed their instructions to install (server and mongodb compass)
Got the server running (which is working with my Java backend), but now I wanted to check how it looks via the GUI.
My connection string (which I get when running mongod.exe) is the following:
To use MongoDB-compass one has to use any kind of compressor(Snappy, zlib).
My question is:
How and where can I change the compressor's value in the connection string? Or why is it default set to disabled on my machine?
Thanks in advance!