Re: Zeppelin and version control

2016-09-29 Thread Ian Maloney
Thanks Moon, it's a busy time for my team, so I won't be able to spare any dev time in the near future. My interim solution is using symbolic links to the Zeppelin notebooks dir. On Wednesday, September 28, 2016, moon soo Lee wrote: > Hi, > > If you see NotebookRepo [1], which is notebook stora

Re: Zeppelin and version control

2016-09-28 Thread moon soo Lee
Hi, If you see NotebookRepo [1], which is notebook storage layer abstraction in Zeppelin, you'll find there's actually no limitations on how Note is stored. i.e. Underlying storage system (file, db, etc), How they structured (directory, filename, rows in db, etc), Format of Note (json, etc), all

Zeppelin and version control

2016-09-22 Thread Ian Maloney
Hi, We're looking into using Zeppelin for some of our projects. I've noticed that the way the directories are setup, is not conducive to version control for multiple projects. Is it on the roadmap for Zeppelin to have the ability to utilize subdirectories and persist them on disk as opposed to j