Tango.info database: Difference between revisions

From tango.info wiki
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:


== Data structure ==
== Structure ==
* [[tango.info music data structure]]
* [[tango.info music data structure]]


== Data changes ==
== Changes ==
* [[tango.info music track metadata submissions]]
* [[tango.info music track metadata submissions]]


== Data delivery ==
== Usage ==
=== http interface ===
* [[tango.info music data usage]]
* [[tango.info music track search]]
* [[tango.info music track based discographies]]


=== Tagger ===
== Workflow within tango.info ==
* [[tango.info track tagger]]
# ODS -export as--> CSV
* [[tango.info track tagger format string]]
# ---upload to--> Server
* [[tango.info track tagger track references]]
# ---load into---> MySQL table
 
# alter data via script
==== Third party ====
## ---add data via script---> to MYSQL table where data was loaded to
* [[PicardQt tagger]]
##* the statistics
* [[TangoInfoPane]]
##* the [[Tango.info az 09 name]]
* [[Tangomatcher]] (unauthorized)
## ---add data to---> other MySQL tables
##* table person_role, person_track, person_work to avoid using searches with LIKE %...%, since the ODS contains fields that contain comma-separated values (not 1NF) 
# output
##--use on --> website
##use for download ([[tango.info opendata]])

Latest revision as of 2015-01-25T01:07:15

Structure

Changes

Usage

Workflow within tango.info

  1. ODS -export as--> CSV
  2. ---upload to--> Server
  3. ---load into---> MySQL table
  4. alter data via script
    1. ---add data via script---> to MYSQL table where data was loaded to
    2. ---add data to---> other MySQL tables
      • table person_role, person_track, person_work to avoid using searches with LIKE %...%, since the ODS contains fields that contain comma-separated values (not 1NF)
  5. output
    1. --use on --> website
    2. use for download (tango.info opendata)