All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: git@vger.kernel.org
Cc: "H. Peter Anvin" <hpa@zytor.com>
Subject: RFC: GIT networked storage
Date: Thu, 03 Nov 2005 23:42:11 -0500	[thread overview]
Message-ID: <436AE6A3.4040103@pobox.com> (raw)
In-Reply-To: <7vwtjp2h59.fsf@assigned-by-dhcp.cox.net>


Here's an experiment I've been dying to try.

The current "tracker-less" BitTorrent[1] employs a distributed hash 
table[2] called Kademlia, where the total content is spread across a 
bunch of computers on the network.  I kinda prefer TANGLE[3] to Kademlia.

Anyway, I was thinking that it would be a neat experiment to add simple 
TANGLE-like peer-to-peer code, to enable git to query "the git network 
hash table" for content.

Comments, or any pre-code-creation objections?
How easy is it to add a new storage backend to git?

To restrict unlimited uploading, I'm thinking that I'll want the system 
to fall back to {www,git,rsync}.kernel.org as the original source of 
content.  [though the code will obviously be generic, and not hardcode 
*.kernel.org policy]

Thanks,

	Jeff



[1] http://www.bittorrent.com/trackerless.html
[2] http://www.etse.urv.es/~cpairot/dhts.html
[3] http://www.nicemice.net/amc/research/tangle/

  reply	other threads:[~2005-11-04  4:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-04  4:04 GIT 0.99.9c Junio C Hamano
2005-11-04  4:42 ` Jeff Garzik [this message]
2005-11-04  9:21   ` RFC: GIT networked storage Junio C Hamano
2005-11-04 20:40     ` Jeff Garzik
2005-11-05 14:00 ` GIT 0.99.9c Santi Béjar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=436AE6A3.4040103@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=git@vger.kernel.org \
    --cc=hpa@zytor.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.