Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mayhem/musicbrainz-server-rss-feed
- Owner: mayhem
- Created: 2012-08-17T21:53:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-11T21:15:02.000Z (almost 12 years ago)
- Last Synced: 2023-04-20T16:11:04.785Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changed_ids.py
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