MusicBrainz Database/Download: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
m (Minor formatting changes, removed mention of the virtual server.)
Line 9: Line 9:
[[Image:norights-a.gif]] The core data (artists, releases, tracks etc.) is available under the [http://creativecommons.org/licenses/publicdomain Public Domain] license.
[[Image:norights-a.gif]] The core data (artists, releases, tracks etc.) is available under the [http://creativecommons.org/licenses/publicdomain Public Domain] license.


* [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump.tar.bz2 mbdump.tar.bz2] Core data (artists, albums, tracks etc.) You need only ''this dump'' to setup a working [[Test Server]]
: [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump.tar.bz2 mbdump.tar.bz2] Core data (artists, albums, tracks etc.) You need only ''this dump'' to setup a working [[Test Server]]
* [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-cdstubs.tar.bz2 mbdump-cdstubs.tar.bz2] CD stubs
: [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-cdstubs.tar.bz2 mbdump-cdstubs.tar.bz2] CD stubs


==Creative Commons==
==Creative Commons==
Line 16: Line 16:
[[Image:somerights20.gif]] The [[Edit Type|edits]], [[Editor|editors]] (''non-personal data only''), and derived data is available under the [http://creativecommons.org/licenses/by-nc-sa/2.0/ Attribution-NonCommercial-ShareAlike 2.0] license.
[[Image:somerights20.gif]] The [[Edit Type|edits]], [[Editor|editors]] (''non-personal data only''), and derived data is available under the [http://creativecommons.org/licenses/by-nc-sa/2.0/ Attribution-NonCommercial-ShareAlike 2.0] license.


* [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-derived.tar.bz2 mbdump-derived.tar.bz2] Derived data (mainly search indexes)
: [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-derived.tar.bz2 mbdump-derived.tar.bz2] Derived data (mainly search indexes)
* [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-moderation.tar.bz2 mbdump-moderation.tar.bz2] Edit data (editors, open edits/notes/votes, statistics)
: [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-moderation.tar.bz2 mbdump-moderation.tar.bz2] Edit data (editors, open edits/notes/votes, statistics)
* [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-closedmoderation.tar.bz2 mbdump-closedmoderation.tar.bz2] Closed edit data (closed edits/notes/votes)
: [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-closedmoderation.tar.bz2 mbdump-closedmoderation.tar.bz2] Closed edit data (closed edits/notes/votes)
* [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-artistrelation.tar.bz2 mbdump-artistrelation.tar.bz2] Closed edit data (closed edits/notes/votes)
: [[Image:download.gif]] [http://musicbrainz.org/products/database/getdump.html?file=mbdump-artistrelation.tar.bz2 mbdump-artistrelation.tar.bz2] Closed edit data (closed edits/notes/votes)


==RDF export==
==RDF export==


The RDF export, '''mbdump.rdf.bz2''' has gone for good. If you want a complete RDF export, please download the PostgreSQL database export (as described above), set up a MusicBrainz [[Server]], then run <code>mb_server/admin/RDFDump.pl</code> to produce an RDF export.
The RDF export, '''mbdump.rdf.bz2''', is no longer available. If you want a complete RDF export, please download the PostgreSQL database export (as described above), set up a MusicBrainz [[Server]], then run <code>mb_server/admin/RDFDump.pl</code> to produce an RDF export.


==Get files from the primary FTP server==
==Get files from the primary FTP server==
Line 31: Line 31:
==Installation==
==Installation==


There are a few contributed guidelines how to setup the database on different systems. See [[Database Setup]] for the list of available documents. The easiest way to get a running database is to install a [[Virtual MusicBrainz Server]].
There are a few different methods to setup the database, see [[Database Setup]] for a list of guides.


[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Download]]
[[Category:Database]] [[Category:WikiDocs Page]] [[Category:Download]]

Revision as of 21:02, 26 May 2009

Products > Database > Database Download

Introduction

Please read the Database product page, and the Database Schema documentation for a description of the schema, if you are not familiar with the MusicBrainz Database.

Public Domain

norights-a.gif The core data (artists, releases, tracks etc.) is available under the Public Domain license.

download.gif mbdump.tar.bz2 Core data (artists, albums, tracks etc.) You need only this dump to setup a working Test Server
download.gif mbdump-cdstubs.tar.bz2 CD stubs

Creative Commons

somerights20.gif The edits, editors (non-personal data only), and derived data is available under the Attribution-NonCommercial-ShareAlike 2.0 license.

download.gif mbdump-derived.tar.bz2 Derived data (mainly search indexes)
download.gif mbdump-moderation.tar.bz2 Edit data (editors, open edits/notes/votes, statistics)
download.gif mbdump-closedmoderation.tar.bz2 Closed edit data (closed edits/notes/votes)
download.gif mbdump-artistrelation.tar.bz2 Closed edit data (closed edits/notes/votes)

RDF export

The RDF export, mbdump.rdf.bz2, is no longer available. If you want a complete RDF export, please download the PostgreSQL database export (as described above), set up a MusicBrainz Server, then run mb_server/admin/RDFDump.pl to produce an RDF export.

Get files from the primary FTP server

Older data files, and other miscellaneous files are available from the MusicBrainz FTP server

Installation

There are a few different methods to setup the database, see Database Setup for a list of guides.