Skip to content

Provide more meaningful datasets #57

Open
@rradczewski

Description

@rradczewski

Right now, /data/ contains arbitrarily named event streams. People couldn't quite distinguish which one has some good test data or if there's a special invariant in one of them.

  • 0.json doesn't show the domain properly but only lists the 4 basic events before a game can take place. Extending this to a minimal example and calling it single_game.json would be nice
  • 2.json is the most interesting that I found, with meaningful strings and lots of interaction. It might still be nice to remove some of the extra quizzes (most quizzes appear 3 times) and call this e.g. game_show.json

The rest are nonsensical (for good reasons, I understand) but don't really provide any more value apart from being huge and benchmarking the performance of the projection. We could potentially just keep one or two of them or replace them altogether with streams that focus on a single aspect, e.g.:

  • Going over a longer timespan (2-3 years) where ppl only play 1-2 times a month (long_timespan.json)
  • Have a few quizzes that are in high demand but they vary in difficulty (lots_of_interaction.json)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions