Re: Updating a Zeppelin graph remotely/programmatically?

2017-02-06 Thread Edgar Orendain
rs@zeppelin.apache.org> Subject: Re: Updating a Zeppelin graph remotely/programmatically? Zeppelin has REST APIs! In your case, run a paragraph asynchronously<http://zeppelin.apache.org/docs/0.7.0/rest-api/rest-notebook.html#run-a-paragraph-asynchronously> might help :) 2017년

Re: Updating a Zeppelin graph remotely/programmatically?

2017-02-06 Thread Jun Kim
Zeppelin has REST APIs! In your case, run a paragraph asynchronously might help :) 2017년 2월 6일 (월) 오후 10:02, Edgar Orendain 님이 작성: > Hi, > > > > I’m considering Zeppelin

Updating a Zeppelin graph remotely/programmatically?

2017-02-06 Thread Edgar Orendain
Hi, I’m considering Zeppelin for a visualization project that requires a graph to be updatable remotely (or at least programmatically without having UI access to the notebook). The updates would be gradual (new plot points every X seconds). Is this a Zeppelin use case, and if so is there a