An open API service indexing awesome lists of open source software.

https://github.com/westonplatter/rpops

Restful Pandas Operations
https://github.com/westonplatter/rpops

Last synced: about 2 months ago
JSON representation

Restful Pandas Operations

Awesome Lists containing this project

README

        

# RPOPs
Restful panda operations

## development
Run this,
```
FLASK_ENV=development flask run
```

## production
Run this,
```
docker pull westonplatter/rpops:latest
docker run -p 5000:5000 westonplatter/rpops:latest
```

## build
Run this,
```
docker build -t westonplatter/rpops:latest .
```