3

I have a URL for a rest api

example: `www.<domainname>/?apikey=1344&host=microsoft.com&records=10 `

example: `www.<domainname>/?apikey=1344&host=timesofindia.com&records=10`

The parameters could change

these parameters I get from another file which is a again a JSON format

["microsoft.com", "cde.com", "timesofindia.com"]

Can I use flume to load this data, if yes then please advise which source type can be used and how.

If not please advise alternative to it.

Natalie Hedström
  • 2,607
  • 3
  • 25
  • 36

1 Answers1

0

Please check this. The link says, you can make use of ExecSource of flume.

Community
  • 1
  • 1
Betta
  • 416
  • 5
  • 17