Where are the favorites and save pipelines stored for Compass

The docs do not actually say where the saved pipelines are actually stored. One would need to know that in order to share these.

While we are at it, where are the favorites saved.

I need to know this tool because I’d like to be able to offer access to Compass through Citrix.

The Favorites are at C:\Users[user-name]\AppData\Roaming\MongoDB Compass\IndexedDB
The Saved Pipelines are at %APPDATA%/MongoDB Compass/SavedPipelines

1 Like

Thank you. I did eventually figure this out for Windows. These directories are a good place to put them because, as I understand it, these directories are generally considered to be visible only to the current user.

Do you know where these files are located on Mac OS?

Mac - ~/Library/Application Support/MongoDB Compass
Linux - $XDG_CONFIG_HOME/MongoDB Compass or ~/.config/MongoDB Compass

Thanks @chris and @Felicia_Hsieh

1 Like

Neither paths exist on my Mac. And I run Compass on my mac.

I found the Compass files for Mac in “$HOME/Library/Application Support/MongoDB Compass”

2 Likes

Yep otherwise known as:

~ == $HOME

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.