An open API service indexing awesome lists of open source software.

https://github.com/hoehrmann/musicbrainz2sqlite

Convert the MusicBrainz database to SQLite
https://github.com/hoehrmann/musicbrainz2sqlite

Last synced: 5 months ago
JSON representation

Convert the MusicBrainz database to SQLite

Awesome Lists containing this project

README

          

musicbrainz2sqlite is a Perl script that converts the MusicBrainz data
available http://ftp.musicbrainz.org/pub/musicbrainz/data/fullexport/
from the MusicBrainz web site into a SQLite database. Usage:

% perl musicbrainz2sqlite.pl /path/to/mbdump musicbrainz.sqlite

Note that it does not create indices other than for primary keys; use
http://github.com/metabrainz/musicbrainz-server/blob/master/admin/sql/
CreateIndexes.sql for that.