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
- Host: GitHub
- URL: https://github.com/hoehrmann/musicbrainz2sqlite
- Owner: hoehrmann
- Created: 2012-01-08T14:59:48.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-08T15:06:12.000Z (about 14 years ago)
- Last Synced: 2024-04-17T21:16:53.503Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 89.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.