Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mayhem/musicbrainz-server-rss-feed

RSS/Atom feeds for data changes from musicbrainz-server
https://github.com/mayhem/musicbrainz-server-rss-feed

Last synced: 15 days ago
JSON representation

RSS/Atom feeds for data changes from musicbrainz-server

Awesome Lists containing this project

README

        

musicbrainz-server-rss-feed
===========================

This project creates a data-feed of changed MBID in the last hour. This parallels the live-data-feed
that MusicBrainz already has, but presents the data in a much more user-friendly fashion. There are
two data streams in this project:

1. changed-ids stream: a JSON file of all of the MBIDs that changed in the last hour. See the
directory examples for an example file.
2. changed-ids-with-data stream: a tar file with the JSON file from step #1 a subdirectory
that contains files named after the MBIDs that changed, with the .json extension. These
files will contain the JSON data for each entity, as returned by the JSON enabled MB
web service.

Part 2 is not complete yet, since the JSON web service isn't live yet. All of these files will
be available on the FTP server before too long. The file system structure for this will look like
this:

changed-data-feed/changed-ids-61476.json.gz
changed-data-feed/changed-ids-with-data-61476.json.gz
changed-data-feed/changed-ids-61477.json.gz
changed-data-feed/changed-ids-with-data-61477.json.gz