Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metabrainz/musicbrainz-server
Server for the MusicBrainz project (website, API, database tools)
https://github.com/metabrainz/musicbrainz-server
catalyst javascript musicbrainz perl react
Last synced: 22 days ago
JSON representation
Server for the MusicBrainz project (website, API, database tools)
- Host: GitHub
- URL: https://github.com/metabrainz/musicbrainz-server
- Owner: metabrainz
- License: other
- Created: 2010-06-01T16:30:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T16:29:08.000Z (7 months ago)
- Last Synced: 2024-04-14T06:54:14.620Z (7 months ago)
- Topics: catalyst, javascript, musicbrainz, perl, react
- Language: Perl
- Homepage: http://musicbrainz.org/doc/MusicBrainz_Server
- Size: 205 MB
- Stars: 809
- Watchers: 41
- Forks: 274
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING.md
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-ccamel - metabrainz/musicbrainz-server - Server for the MusicBrainz project (website, API, database tools) (Perl)
README
Server for the MusicBrainz project
Website •
Documentation •
Bug tracker---
## About
MusicBrainz Server is the web frontend to the MusicBrainz Database
and is accessible at http://musicbrainz.org.MusicBrainz is a user-maintained open community that collects music metadata
and makes it available to the public in the form of a relational database.
For more information, [visit our website](https://musicbrainz.org/doc/About).To get help, please join #metabrainz on irc.libera.chat
Breaking changes to the database schema or our API / web service will be announced on
[our blog](https://blog.metabrainz.org/category/musicbrainz+breaking-changes/),
so consider following that.Installation
------------Full installation instructions are available in [INSTALL.md](INSTALL.md).
General Prerequisites:
* Ubuntu/Debian (or some other Unix-like operating system at your own risks)
* Node (at least version 20)
* Perl (at least version 5.38)
* PostgreSQL (at least version 16)Reporting bugs
--------------Please report issues on our [bug tracker](http://tickets.metabrainz.org/).
Contributing
------------Please submit all patches to [GitHub](https://github.com/metabrainz/musicbrainz-server/pulls) for review.
See the [contributing guidelines](CONTRIBUTING.md).License
-------MusicBrainz Server is released under the GPLv2 or later.
See the [license notice](COPYING.md).Further reading
---------------* [MusicBrainz Server](https://musicbrainz.org/doc/MusicBrainz_Server)
* [MusicBrainz Database](https://musicbrainz.org/doc/MusicBrainz_Database)
* [Database Schema](https://musicbrainz.org/doc/MusicBrainz_Database/Schema)