Hello, I have a Zeppelin server with a S3 repo backend for notebooks.
I would like to have a second Zeppelin instance to access the notebooks in read only mode. Mostly for security reasons, but also in general some weak form of HA. Any suggestion on how to achieve this? I've set it up naively, but the missing piece is getting the read-only Zeppelin to reload notebooks from S3 periodically (or when getting web server requests, for instance). Any help would be appreciated. Thanks!