https://github.com/westonplatter/rpops
Restful Pandas Operations
https://github.com/westonplatter/rpops
Last synced: about 2 months ago
JSON representation
Restful Pandas Operations
- Host: GitHub
- URL: https://github.com/westonplatter/rpops
- Owner: westonplatter
- Created: 2018-08-10T20:01:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:24:54.000Z (over 2 years ago)
- Last Synced: 2024-04-14T20:10:44.797Z (about 1 year ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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 .
```