Skip to content

Commit

Permalink
added todo as a roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Aug 25, 2009
1 parent b11dac8 commit 5e45abd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions TODO
@@ -0,0 +1,35 @@
TODO
===============

* Implementation Fixes
- add real HEAD reference
- fetches hangup gracefully

* Multi-node Test Environment
- multi-node project loading/updating
- benchmark clones
- x.github.com
- quick node setup
- install java, python
- copy cassandra tarball, conf files, start running it (god?)
- list of small, public projects to seed

* Web UI
- check key/values in any of the kepspaces
- simple browsing UI
- object API

* Updating System
- seeding / updating population
- new github api to get all public repos, last update time / since update time
- get new/updated repos (from feed)
- clone/fetch on claiming node
- run update script
- re-packcache occasionally
- keep clone/fetch stats (total time, how many packed/loose objects)

* Large project support
- split large blobs in object space on insert
- if the client split up blobs, be able to reconstruct and pack them
- split long revtree entries
- reconstruct long revtree entries (possibly done)

0 comments on commit 5e45abd

Please sign in to comment.