MusicBrainz Database: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
 
((Imported from MoinMoin))
(One intermediate revision by the same user not shown)
Line 19: Line 19:
The live data-feed enables a server running a PostgreSQL database in conjunction with the MusicBrainz [[Server]] to automatically stay in synch with the main server (See [[Live Data Feed|LiveDataFeed]] for more details).
The live data-feed enables a server running a PostgreSQL database in conjunction with the MusicBrainz [[Server]] to automatically stay in synch with the main server (See [[Live Data Feed|LiveDataFeed]] for more details).


----

<small>Author: [[User:Keschte|Keschte]] </small>
[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Products]] [[Category:Development]]
[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Products]] [[Category:Development]]

Revision as of 14:29, 9 June 2006

The MusicBrainz Database

Introduction

The MusicBrainz database stores all the data of the MusicBrainz music metadata catalogue. This data includes all the data about Artists, Releases, Tracks, AdvancedRelationships between them, but also the MusicBrainz users (editors) and the changes they entered into the database (edits).

Download

The MusicBrainz database is built on the Postgres relational database engine. Therefore the data files are provided in the Postgres "dump" format, only really suitable for restoring to a Postgres database. See the DatabaseSchema documentation for a description of the schema, and what each of the tables are used for.

License

The data collected by the MusicBrainz project is made available to the public under open licenses. Some of the data is available under the Public Domain, and some under the Creative Commons Attribution-NonCommercial-ShareAlike license (See MusicBrainzLicense for more details).

Live data-feed (or Replication)

The live data-feed enables a server running a PostgreSQL database in conjunction with the MusicBrainz Server to automatically stay in synch with the main server (See LiveDataFeed for more details).