Skip to content

Request read-only database access for MTG metagame analysis project #3

@j6e

Description

@j6e

Hi! I'm building an open-source MTG metagame analyzer that processes tournament data: decklists, round-by-round results, archetype classification, and matchup matrices.

I came across this project via issue #1, where you mentioned a shared read-only PostgreSQL instance on Neon. I'd love to integrate MTGO tournament data alongside the paper/Arena events I'm already processing from melee.gg.

Specifically, I'm interested in querying:

  • Decks — mainboard/sideboard card lists per player per event
  • Matches — round-by-round results (and game-level results if available)
  • Events — tournament metadata (format, date, player count)
  • Standings — final rankings and tiebreaker stats

The REST API endpoints (/events, /metagame, /matchups) provide aggregated data, but my project needs the raw granular data to run its own archetype classification and metagame analysis pipeline.

Would it be possible to get read-only access to the database? Happy to discuss scope, rate limits, or any other constraints.

Anyway, thanks for building this!

(Claude helped me with the investigation and the draft of this post)

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