RestDF

made-with-python Flask

Github-actions test status badge. GitHub license PRs Welcome Documentation Status

RestDF is a command line utility for running any pandas.DataFrame compatible datasets as a Rest API, with built-in SwaggerUI support.

Running RestDF

RestDF can be run like any other python module using the -m flag, additional flags can be used to configure the server. Following will start a server with this dataset on localhost:5000/docs

python -m restdf https://raw.githubusercontent.com/cs109/2014_data/master/diamonds.csv