Difference between revisions of "Development"
From MusicBrainz Wiki
m (added a link to the CAA api page) |
(Replace mb-solr documentation with Search architecture) |
||
(14 intermediate revisions by 8 users not shown) | |||
Line 5: | Line 5: | ||
# [[/Introduction|Introduction]] | # [[/Introduction|Introduction]] | ||
# [[Developer Resources]] | # [[Developer Resources]] | ||
+ | # [[External Resources]] | ||
== Clients == | == Clients == | ||
# Web Service | # Web Service | ||
+ | ## [[MusicBrainz API|MusicBrainz API]] ([[MusicBrainz_API/Examples|examples]]) | ||
+ | ## [[MusicBrainz_API/Search|MusicBrainz API searches]] | ||
## [[Cover_Art_Archive/API|Cover Art Archive API]] | ## [[Cover_Art_Archive/API|Cover Art Archive API]] | ||
− | |||
− | |||
− | |||
− | |||
# [[/Release_Editor_Seeding|Release Editor Seeding]] | # [[/Release_Editor_Seeding|Release Editor Seeding]] | ||
# [[libmusicbrainz]] | # [[libmusicbrainz]] | ||
Line 19: | Line 18: | ||
# [[libdiscid]] | # [[libdiscid]] | ||
# [[/OAuth2|Using OAuth2 with MusicBrainz]] | # [[/OAuth2|Using OAuth2 with MusicBrainz]] | ||
+ | # [[Bots]] -- writing code to enter edits into the database | ||
== MusicBrainz server == | == MusicBrainz server == | ||
Line 29: | Line 29: | ||
# [[/MusicBrainz Server Environment Variables|Environment Variables]] | # [[/MusicBrainz Server Environment Variables|Environment Variables]] | ||
# [[/ws/js|/ws/js webservice documentation]] | # [[/ws/js|/ws/js webservice documentation]] | ||
− | # [[/ | + | # [[Development/Search_Architecture|Search architecture]] |
− | # [[/ | + | # [[Development/Priorities|Server development team priorities]] |
== Picard == | == Picard == | ||
− | + | #[http://picard.musicbrainz.org/docs/development/ Developing Picard] | |
− | |||
− | |||
− | # [ | ||
== MusicBrainz Database == | == MusicBrainz Database == | ||
Line 44: | Line 41: | ||
# [[MusicBrainz Database/RDF|RDF]] | # [[MusicBrainz Database/RDF|RDF]] | ||
− | [[Category:Development]] | + | == Bug Tracker == |
+ | # [http://tickets.musicbrainz.org/ The Musicbrainz bug tracker] | ||
+ | |||
+ | [[Category:Development]] [[Category:WikiDocs Page]] |
Latest revision as of 18:48, 18 January 2021
This page collects documents useful for Developers.
Contents
Getting started
Clients
- Web Service
- Release Editor Seeding
- libmusicbrainz
- libcoverart
- libdiscid
- Using OAuth2 with MusicBrainz
- Bots -- writing code to enter edits into the database
MusicBrainz server
- Server Setup
- Git workflow
- Beta Cycle
- Supported browsers
- Server Coding Style
- Environment Variables
- /ws/js webservice documentation
- Search architecture
- Server development team priorities