I'm trying to set up an external store to work with my pipeline. I am self hosting my database on a small server which my lab connect to. This is currently working well and we can all insert and query the database. However, we have some large arrays that would be too big to store in the database so we want to use DataJoint's external store feature to store these.
Currently, when I assign the location in dj.config['stores'], it assigns to a location on my local machine. I would like to assign this to a location on the server (the same server as the database), so that the external data is stored centrally and can be accessed by all members of the lab. Can anyone tell me how to do this? Many thanks.