How can I analyse ~13GB of data?

前端 未结 4 1447
梦谈多话
梦谈多话 2021-02-07 06:26

I have ~300 text files that contain data on trackers, torrents and peers. Each file is organised like this:

tracker.txt

time torrent
            


        
4条回答
  •  一个人的身影
    2021-02-07 07:18

    You most likely have a problem that can be solved by NOSQL and distributed technologies.

    i) I would write a distributed system using Hadoop/HBase.

    ii) Rent several tens / hundred AWS machines, but only for a few seconds (It'll still cost you less than a $0.50)

    iii) Profit!!!

提交回复
热议问题