Skip to content

Commit 76f790f

Browse files
committed
fixed links
1 parent b02d0c8 commit 76f790f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

knowledge_base/wca_data_overview.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,13 @@ The "results export" is used by tons of software, and is great if you want to ru
3737

3838
The "developer database export" confusingly enough, is **also** publicly accessible. It is a production database dump with sensitive data (birthdays, emails, etc) removed. The schema should match [exactly what's in master's `structure.sql`](https://github.com/thewca/worldcubeassociation.org/blob/master/WcaOnRails/db/structure.sql), so naturally, its schema changes with every database migration. This dump is used by WCA Software Team members for website development purposes, and third party developers who want to do interesting data analyses not possible with the public database export (for an example, see Jonatan Klosko's awesome [wca_statistics](https://github.com/jonatanklosko/wca_statistics) project).
3939

40+
### Running the exports
41+
42+
The Admin Panel page "[Generate Data Exports](https://www.worldcubeassociation.org/panel-page/generate-data-exports)" gives a UI for running these exports without needing to execute commands on the server.
43+
4044
### Are you investigating bugs in the developer export?
4145

42-
See [lib/database_dumper.rb](https://github.com/thewca/worldcubeassociation.org/blob/main/lib/database_dumper.rb) and the [relevant test](https://github.com/thewca/worldcubeassociation.org/blob/master/WcaOnRails/spec/lib/database_dumper_spec.rb) and the [corresponding rake file](https://github.com/thewca/worldcubeassociation.org/blob/master/WcaOnRails/lib/tasks/db.rake).
46+
See [lib/database_dumper.rb](https://github.com/thewca/worldcubeassociation.org/blob/main/lib/database_dumper.rb) and the [relevant test](https://github.com/thewca/worldcubeassociation.org/blob/main/spec/lib/database_dumper_spec.rb) and the [corresponding rake file](https://github.com/thewca/worldcubeassociation.org/blob/master/WcaOnRails/lib/tasks/db.rake).
4347

4448
There are two commands to deal with the developer database export:
4549

0 commit comments

Comments
 (0)