opengamedata / opengamedata-core

Python framework for extracting features from OpenGameData event datasets.
https://opengamedata.fielddaylab.wisc.edu/
MIT License
1 stars 3 forks source link

OGD-DEV: Outerfaces for data exports #44

Closed LswaN58 closed 1 year ago

LswaN58 commented 1 year ago

Along with the interfaces module, we should have "outerfaces," which share a common interface for passing output data. Then, each Request should include not only an interface for retrieving data, but one or more outerfaces that are responsible for transporting the output data to some storage space.

Ideally, we'll have a TSVOuterface to start with, and a MySQLOuterface as proof of concept for writing out to a database.

LswaN58 commented 1 year ago

outerfaces

LswaN58 commented 1 year ago

Implemented in 2d95940cf136c80811c0e7224ba6645174de4053, bug fixes and stuff finished by bdc63242806cc6fa60deef8f03e2e33c3fefc772