MusicBrainz Database

Products > MusicBrainz Database

Contents

Introduction

The MusicBrainz Database is built on the PostgreSQL relational database engine, it's used to store all of MusicBrainz' music metadata. This data includes information about artists, release groups, releases, recordings, works, and labels, as well as the many relationships between them. The database also contains a full history of all the changes that the MusicBrainz community has made to the data.

Data Overview

Artist data includes
Release Group data includes
Release data includes
Track data includes
Label data includes

The various artists, releases, and tracks can be linked together with relationships that enrich the depth of collectible data. For example, relationships can provide information about web resources (e.g. Wikipedia pages, download locations, review pages, etc), or they can indicate instrument/vocal performances on a piece of music. These relationships allow MusicBrainz to capture most of the data contained in the liner notes of an Audio CD.

Download

The database is built on PostgreSQL and thus the data files provided are only suitable for importing to another PostgreSQL database. See the database schema documentation for a description of the schema, and what each of the tables are used for.

Image:download.gif Download and/or install the database.

License

See the license page for full details.

The majority of the data is released into the public domain, with the remaining portions released with a Creative Commons Attribution-NonCommercial-ShareAlike license. All of our data is available for commercial licensing. If you are interested in licensing this data for commercial use, please contact us.

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 sync with the main server (See live data-feed for more details).