AraBlocks / ara-file-manager

Electron-based desktop app to publish and purchase content with ARA
https://ara.one/app
GNU Lesser General Public License v3.0
26 stars 4 forks source link

Send network performance analytics to Kinesis #585

Open zootella opened 5 years ago

zootella commented 5 years ago

Amazon Kinesis may be a better match for file manager analytics than Google. We're super interested in how well the networking capabilities of the file manager perform out in the real world. We're not interested in tracking individual users, or figuring out their patterns of behavior. Kinesis may be the simple global console.log() I'm looking for. Imagine: how would we even look at a call stack through Google Analytics?

So this is an issue for me to add Kinesis to the existing analytics, sending everything to both GA and K.

On the receiving end, a really basic system would just let us see the most recent 200 logs, and download a zipped file of each 24 hours of logs.

zootella commented 5 years ago

Later on, it would be great to share the network performance stats we collect with members of the Dat community, and potentially, show them publicly.

Prash74 commented 5 years ago

Kinesis definitely would work both to store files directly and to load in relational tables if we want querying capability