Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

is it possible to integrate Apache NiFi with GitHub?

avatar
Rising Star

Hi,

I have a scenario, where I have to copy files to github from local directory is it possible?

if any reference templates available plz share.

 

Thanks

--Murali 

3 REPLIES 3

avatar
Master Collaborator

avatar
Rising Star

H Charan,

Thanks for the information provided, here what what I looking is something like GetFile and PutFile to GitHub, not actually upload/download or push/pull.

I am looking for copy and past something like that.

 

Thanks

--Murali

avatar
Super Guru

@murali2425 You could build a nifi flow that could “copy” files to guthub.  This would need to be done by creating a custom processor or maybe even just ExecuteScript to run a custom python script. 

 

Either route you take you would need to make sure that all nifi nodes are setup with permissions to write to the github repo.  Then inside of your custom processor or script you would execute the required git commands to commit (“copy”) the file(s).