bryantrobbins / baseball

An upcoming web-based tool for sabermetrics.
Apache License 2.0
22 stars 9 forks source link

Create Dataset Metadata API #40

Closed bryantrobbins closed 8 years ago

bryantrobbins commented 8 years ago

The system will know about a fixed number of datasets. We need an API for dataset metadata, driven by config files and serving back row and column info to the Metadata Viewer frontend.

Metadata viewing is completely separate from the Job Submission API that will be necessary for manipulating data. It could even be deployed as its own microservice.

bryantrobbins commented 8 years ago

This is working, as of the Philly Hackathon.