acoustid / mbdata

MusicBrainz SQLAlchemy Models
MIT License
97 stars 23 forks source link

How to actually access MB database with this tool? #68

Open orkenstein opened 1 year ago

orkenstein commented 1 year ago

The documentation states that:

Alternatively, if you are not interested in having a local MusicBrainz website and web service, you can use mbdata that includes replication without the rest of MusicBrainz Server.

But how to get the replica itself? The README includes:

>>> engine = create_engine('postgresql://musicbrainz:musicbrainz@127.0.0.1/musicbrainz', echo=True)

Is this local existing database? If yes how to spin it? To have a fully functioanl MB-server? In such case it doesn't match with the original docs.