Skip to content

Create an API for searching songs on Discogs against album/artists in our own DB #77

@jakebromberg

Description

@jakebromberg

There's two approaches to this:

  1. Use RPCs to fetch results.
  2. Keep a clone of the database.

The first option is faster to implement, but subject to network latencies. The second approach is more complex, but more performant. Maybe we can go with Option 1 as a stopgap before implementing Option 2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions