| | 23 | |
| | 24 | Daily data dumps |
| | 25 | ---------------- |
| | 26 | |
| | 27 | These are direct data dumps of the Trac database, collected nightly, in various |
| | 28 | formats. They're sanitized to remove some tables with senstive info (session |
| | 29 | data, etc.) but are otherwise complete. |
| | 30 | |
| | 31 | Dumps are currently available in the following formats: |
| | 32 | |
| | 33 | * CSV_ (tar'd & bzipped directory; one CSV file per table; ~35MB). |
| | 34 | |
| | 35 | .. _csv: https://www.djangoproject.com/m/data/django-trac-csv.tar.bz2 |
| | 36 | |
| | 37 | The database schema is documented at |
| | 38 | http://trac.edgewall.org/wiki/TracDev/DatabaseSchema. The most interesting |
| | 39 | tables are probabably the ``ticket`` and ``ticket_change`` tables. |
| | 40 | ``ticket_change``, in particular, contains each change ever made to a ticket |
| | 41 | and so probably has some of the most itnersting data available. |
| 64 | | Daily data dumps |
| 65 | | ---------------- |
| 66 | | |
| 67 | | These are direct data dumps of the Trac database, collected nightly, in various |
| 68 | | formats. They're sanitized to remove some tables with senstive info (session |
| 69 | | data, etc.) but are otherwise complete. |
| 70 | | |
| 71 | | Dumps are currently available in the following formats: |
| 72 | | |
| 73 | | * CSV_ (tar'd & bzipped directory; one CSV file per table; ~35MB). |
| 74 | | |
| 75 | | .. _csv: https://www.djangoproject.com/m/data/django-trac-csv.tar.bz2 |
| 76 | | |
| 77 | | The database schema is documented at |
| 78 | | http://trac.edgewall.org/wiki/TracDev/DatabaseSchema. The most interesting |
| 79 | | tables are probabably the ``ticket`` and ``ticket_change`` tables. |
| 80 | | ``ticket_change``, in particular, contains each change ever made to a ticket |
| 81 | | and so probably has some of the most itnersting data available. |
| 82 | | |