Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 457 Bytes

discogs-rest-service

ReST service that serves Discogs dump records - artists, releases, masters and labels.

Demo:

export DB_USER=discogs; \
export DB_PASSWORD=discogs; \
export DB_URL='jdbc:postgresql://localhost:5432/discogs'; \
./gradlew run --args='8080'

Setup

Insert Discogs dump to PostgreSQL database: https://github.com/tslic/discogs-dump2db

Publish this package to the local maven repo: https://github.com/tslic/discogs-jooq