Using InvokeHTTP with the BestBuy Categories API | BestBuy Dataflow | Apache Nifi | Part 1

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 9

  • @rajivgandhik8422
    @rajivgandhik8422 4 місяці тому

    Hi Steven, how did you get your api key?

  • @bayupratama4027
    @bayupratama4027 2 роки тому +1

    steven please, share the Restful API json link to me to work on the nifi program tutorial.

  • @joelbroncano6277
    @joelbroncano6277 3 роки тому +1

    hey buddy you can elaborate, a process get a .cvs file from a SFTP server and then send that data over a microservice.

    • @StevenKoon
      @StevenKoon  3 роки тому

      I can work on setting up a SFTP data flow that get a file from the server.

    • @joelbroncano6277
      @joelbroncano6277 3 роки тому

      Great, it would also be very useful for me, thank you very much.

  • @jamesmcmahon2504
    @jamesmcmahon2504 Рік тому

    Steven, how did you get your api key?

  • @jacek0x-b7u
    @jacek0x-b7u 3 роки тому +1

    Is there a way to store an API key in NiFi in a secure manner?

    • @StevenKoon
      @StevenKoon  3 роки тому +1

      There is none that I can think of right now. Since the url field in the InvokeHTTP processor doesn't support sensitive parameters.

    • @jacek0x-b7u
      @jacek0x-b7u 3 роки тому

      @@StevenKoon Thanks Steven, I reached out to Cloudera to add this as item to JIRA as a feature request. Storing an API Key in a sensitive manner is an important security concern, hopefully they’ll be able to address it in a feature release.
      P.S. Would be cool to see a video with DynamoDB as a target database.