On Tue, Jun 6, 2017 at 8:10 PM, Michael Harrison <[email protected]> wrote: > The API supporting the UI has a Repository object for accessing the data, and > the upload job has its own Repository object for the same purpose. Both use > the same Repository and Session protocol as shown in the example code
As Ioan also mentioned SegmentNodeStore only supports access from a single process. So if you want to use it then have the logic to handle upload also run from the same process to keep setup simple. Chetan Mehrotra
