Re: Web Service Rest

2018-01-31 Thread Sourav Mazumder
Cool. Try it out and let me know if you need some additional features. I have a latest version which supports few more different input types. Regards, Sourav On Wed, Jan 31, 2018 at 10:03 AM, Andrés Ivaldi wrote: > Thanks, > > That seems like what I need > > > > > On Wed, Jan 31, 2018 at 2:48

Re: Web Service Rest

2018-01-31 Thread Andrés Ivaldi
Thanks, That seems like what I need On Wed, Jan 31, 2018 at 2:48 PM, Sourav Mazumder < sourav.mazumde...@gmail.com> wrote: > Hi Andres, > > Check out this - https://github.com/sourav-mazumder/Data-Science- > Extensions/tree/master/spark-datasource-rest. > > This component can help you doing e

Re: Web Service Rest

2018-01-31 Thread Sourav Mazumder
Hi Andres, Check out this - https://github.com/sourav-mazumder/Data-Science-Extensions/tree/master/spark-datasource-rest . This component can help you doing everything you are looking for. You can get the binary file for your immediate use from the release section of the repository Please let m

Web Service Rest

2018-01-31 Thread Andrés Ivaldi
Hello, I'm newbie with Apache Zepellin, what I need is very basic, just get a csv or json data from WS then transform the data with spark, and show some reports. What could be the best approach to do it? Create a JAR with helpers to access the WS in a easy way then with Zeppelin access to it and