Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Making Data Available

avatar
New Member

Dear community,

I've been wondering something that cannot figure out yet. A quick summary I was able to work for a while with Flume to gather data from twitter and store it in a external table using Hive. After processing data using Hive, i finally got the results that i want. All steps made were manually. What i need now is to make same process, but automatically because i need to finally make it public. A suggestion?

Thanks for your help, Regards

1 ACCEPTED SOLUTION

avatar
Guru

NiFi is a perfect technology for this: UI/configuration-based, easy connection to twitter stream, automated processing, enterprise security, SDLC and deploy automation ... NiFi usage is growing rapidly and starting to replace flume use cases.

Here are some links on NiFi in general:

Here are some How-to articles on NiFi Twitter and NiFi Hive:

Here is an article on NiFi SDLC and reusable components

View solution in original post

2 REPLIES 2

avatar
Guru

NiFi is a perfect technology for this: UI/configuration-based, easy connection to twitter stream, automated processing, enterprise security, SDLC and deploy automation ... NiFi usage is growing rapidly and starting to replace flume use cases.

Here are some links on NiFi in general:

Here are some How-to articles on NiFi Twitter and NiFi Hive:

Here is an article on NiFi SDLC and reusable components

avatar
New Member

Hi Greg,

Thank you very much for answering.

Regards