Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oroce/microservice.r
https://github.com/oroce/microservice.r
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/oroce/microservice.r
- Owner: oroce
- Created: 2015-11-23T09:40:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T09:40:34.000Z (about 9 years ago)
- Last Synced: 2024-04-14T14:45:48.726Z (9 months ago)
- Language: R
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
my first microservice written in R
====R is fun:)
## Starting
`r --file=server.R` should automatically start up, install deps and run the app
## `127.0.0.1:9000/my-app/csv`
Returns the `mtcars` in csv format.
## `127.0.0.1:9000/my-app/csv?upload=true`
Uploads the csv to google drive
## `127.0.0.1:9000/my-app/csv?upload=true¬ify=true`
Uploads the csv to google drive and notification to slack
## TODO
* it isn't a microservice since it does 3 things (uploading, notifying, returnin csv)
* logging
* better dependecy handling## LICENSE
MIT