feat: initial implementation of metadata aggregator
- gRPC service with MusicBrainz provider - PostgreSQL schema with migrations - Service layer with database-first caching - Repository pattern for data access - YAML configuration support - Research documentation for 17 music metadata projects
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
server:
|
||||
port: 50051
|
||||
|
||||
database:
|
||||
host: localhost
|
||||
port: 5432
|
||||
user: metadata
|
||||
password: metadata
|
||||
name: metadata
|
||||
sslmode: disable
|
||||
Reference in New Issue
Block a user