Skip to content

Commit

Permalink
remove the old skool files
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Nov 5, 2012
1 parent 7558ff8 commit 097b210
Show file tree
Hide file tree
Showing 102,531 changed files with 32 additions and 3,071,534 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
32 changes: 32 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,38 @@ Instructions
============
Please follow the instructions on our [wiki](https://github.com/cooperhewitt/collection/wiki)

Collections items as JSON files
============

This departments, exhibitions, objects, people, periods, roles and types folders
contain Cooper-Hewitt collection data exported as individual
[JSON](http://www.json.org/) files.

File names and parent directory structures are generated using the unique ID of
the object itself. For example the full path for [iRobot's Roomba vacuum
cleaner](http://collection.cooperhewitt.org/objects/18704235/) (ID #18704235)
is: [objects/187/042/35/18704235.json](blob/master/objects/187/042/35/18704235.json)

Paths are generated by chopping numeric identifiers in to groups of three (or
less) starting front to back. A reference implementation can be found in the
[utils.py](/blob/master/bin/utils.py) library.

Objects as JSON files (in Git(Hub))
============

It should be noted that the performance of Git (and GitHub) when dealing with
very large repositories is still less than ideal. It appears to be a problem
inherent to Git and its indexing processes.

Which is to say: Everything still works but it can be slow. In practice this has
the side-effect of making some features of GitHub, like pull requests, nearly
impossible because the web application is configured to time out before indexing
(of a very large repository) has completed.

There is a good thread about the problem and some potential solutions over here:

http://thread.gmane.org/gmane.comp.version-control.git/189776

Usage Guidelines
================
Are there any restrictions?
Expand Down
56 changes: 0 additions & 56 deletions bin/add_media.py

This file was deleted.

75 changes: 0 additions & 75 deletions bin/export_objects.py

This file was deleted.

121 changes: 0 additions & 121 deletions bin/generate-meta.py

This file was deleted.

Loading

0 comments on commit 097b210

Please sign in to comment.