GSoC zeppelin-683

2016-08-30 Thread onkar shedge
Hello, Thank you all for passing me and their support throughout my GSoC project. Learned a lot. It was a great experience for me. Alex , corneau please review the ipfs PR. I have addressed the feedback. Regards, Onkar Shegde

Final link for GSoC work submission

2016-08-19 Thread onkar shedge
Here is my link for work submission. Suggestions are welcomed. I will add more description as I work more on my PRs. [1] https://onkarshedge.github.io/gsoc2016/ Regards, Onkar Shedge

Re: Zeppelin web development tools

2016-08-17 Thread onkar shedge
les, and you do not need to build > the whole project for changes in one module. > While you are running the server, you could just do: `./grunt build` (in > zeppelin-web) in another term, and it would update the running web-app with > new code compiled. > > On Wed, Aug 17,

Design of solution for communication and concurrency of Ipfs/Bittorent

2016-06-28 Thread onkar shedge
The note to be downloaded from peers concurrently.So I read about Executor service and I have used google-gauva for that, using callbacks to decide what to do on completion of task. I have doubt on how the design should be before proceeding forward. I have posted my query on the blog[1] . Could

Re: adding ipfs-jar as dependency

2016-06-07 Thread onkar shedge
-SNAPSHOT On Tue, Jun 7, 2016 at 10:43 AM, onkar shedge <shedge31on...@gmail.com> wrote: > The java-ipfs-api is not present in the central maven repository. And I > want to add it as a dependency in zeppelin-zengine. So how should i add it ? > > 1] https://github.com/ipfs/java-ip

adding ipfs-jar as dependency

2016-06-06 Thread onkar shedge
The java-ipfs-api is not present in the central maven repository. And I want to add it as a dependency in zeppelin-zengine. So how should i add it ? 1] https://github.com/ipfs/java-ipfs-api Regards, Onkar Shedge.