From cb8fc2ed0a7cc12966447044922d1fd0684f9f71 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Mon, 23 May 2016 15:44:09 +0200 Subject: typo --- dat-paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dat-paper.md b/dat-paper.md index 99a08ef..b4598dd 100644 --- a/dat-paper.md +++ b/dat-paper.md @@ -4,7 +4,7 @@ Dat is a swarm based version control system designed for sharing large datasets # 1. Introduction -There are countless ways to share share datasets over the Internet today. The simplest and most widely used approach, sharing files over HTTP, is subject to dead links when files are moved or deleted, as HTTP has no concept of history or versioning built in. E-mailing datasets as attachments is also widely used, and has the concept of history built in, but many email providers limit the maximum attachment size which makes it impractical for many datasets. +There are countless ways to share datasets over the Internet today. The simplest and most widely used approach, sharing files over HTTP, is subject to dead links when files are moved or deleted, as HTTP has no concept of history or versioning built in. E-mailing datasets as attachments is also widely used, and has the concept of history built in, but many email providers limit the maximum attachment size which makes it impractical for many datasets. Cloud storage services like S3 ensure availability of data, but as they have a centralized hub-and-spoke networking model tend to be limited by their bandwidth, meaning popular files can be come very expensive to share. Services like Dropbox and Google Drive provide version control and synchronization on top of cloud storage services which fixes many issues with broken links but rely on proprietary code and infrastructure requiring users to store their data on cloud infrastructure which has implications on cost, transfer speeds, and user privacy. -- cgit v1.2.3