Lazarus

Miscellaneous => Other => Topic started by: xinyiman on December 01, 2017, 10:10:51 am

Title: hadoop and lazarus
Post by: xinyiman on December 01, 2017, 10:10:51 am
Hi guys, I'm starting to interest in the big date concept! And looking a little on the net I saw that Apache hadoop exists, but it seems that to be able to use it you have to have solid java bases. What I do not have. Do any of you use hadoop and know more information about it? I think the big dates in the future will take up a lot of workplace space. I would like to know if it is possible to somehow interact in hadoop with lazarus and not with java. Thank you
Title: Re: hadoop and lazarus
Post by: tudi_x on December 01, 2017, 11:58:21 am
hi, did you consider a REST approach?
Title: Re: hadoop and lazarus
Post by: xinyiman on December 01, 2017, 12:07:04 pm
I was just looking at that! As soon as I have time to test
Title: Re: hadoop and lazarus
Post by: xinyiman on December 01, 2017, 02:04:06 pm
I never used rest with lazarus. You can indicate a good component or a specific library. Especially to read the result
Title: Re: hadoop and lazarus
Post by: tudi_x on December 01, 2017, 02:08:36 pm
i use standard library (fphttpclient, fpjson, jsonparser):

Code: Pascal  [Select][+][-]
  1. HTTPRequest := TFPHttpClient.Create(nil);
  2. ResponseContent := HTTPRequest.Get(AURL);
  3. JSON := GetJSON(ResponseContent);

with GET and POST i do not have issues.
Title: Re: hadoop and lazarus
Post by: Almir.Bispo on December 01, 2017, 03:08:25 pm
To big data i use CSV Comp DB (I hate Json).Is very bad file format.
TinyPortal © 2005-2018