I am working on a thesis proposal how to optimize big data architecture using blockchain/IPFS, by comparing the amount of data availability on Blockchain/IPFS and Hadoop/HDFS, the challenge is how do I calculate or measure availability on both architectures?
Asked
Active
Viewed 101 times
0
-
1HDFS already calculates availability.... `1 - (Space used`/`Total space` `) %` – OneCricketeer Oct 06 '21 at 19:35
-
Can we use the same equation to calculate the availability of ipfs? – Asrul Paelori Ahmad Oct 08 '21 at 02:36
-
1Never used it, but `1-usage/capacity` is a global formula for calculating storage availability – OneCricketeer Oct 08 '21 at 13:13
1 Answers
1
Here is a thesis of IPFS + Hadoop for Big Data analysis. https://www.cse.unsw.edu.au/~hpaik/thesis/showcases/16s2/scott_brisbane.pdf (1 slide summing up) https://s3-ap-southeast-2.amazonaws.com/scott-brisbane-thesis/decentralising-big-data-processing.pdf (actual paper)

Akita
- 287
- 2
- 8