You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an option to store all output (ocean data printed to `STDOUT`). This is enabled when you specify a `DB_URI` in the `.env` file.
6
+
7
+
You can either connect to a MongoDB instance in the cloud, or locally. When using Docker, a MongoDB instance is spun up and the URI is available in the `.env.example`.
8
+
9
+
You can view the data using multiple methods. I personally use [MongoDB Compass](https://www.mongodb.com/products/tools/compass), which is a free GUI.
0 commit comments