CSIRT-MU / Stream4Flow

A framework for the real-time network traffic analysis based on world-leading technologies for distributed stream processing, network traffic monitoring, and visualization.
https://csirt.muni.cz/?lang=en
MIT License
99 stars 36 forks source link

Cam we save the data for later analysis #93

Closed akhilgupta0221 closed 5 years ago

akhilgupta0221 commented 5 years ago

Hi

Can I use this project for saving the data in HDFS for later analysis if not then can you point me to other popular project.

Regards Akhil

cermmik commented 5 years ago

Hello, our project is focused on the stream-based analysis. Therefore, we do not have any connector to the HDFS.

Analysis flows in HDFS is really hard task (and HDFS isn't a good choice for such a scenario). However, you can check project SecurityCloud which was developed as well as Stream4Flow but is focused on batch-based analysis and uses GlusterFS.

akhilgupta0221 commented 5 years ago

@cermmik : Thanks !!!