https://github.com/trestletech/movies-plumber
Demo of a plumber API that hosts a Vue.js front-end
https://github.com/trestletech/movies-plumber
Last synced: 5 months ago
JSON representation
Demo of a plumber API that hosts a Vue.js front-end
- Host: GitHub
- URL: https://github.com/trestletech/movies-plumber
- Owner: trestletech
- Created: 2017-10-30T19:30:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T16:15:27.000Z (over 7 years ago)
- Last Synced: 2024-08-13T07:03:25.018Z (9 months ago)
- Language: JavaScript
- Homepage: https://beta.rstudioconnect.com/content/3146/#/
- Size: 119 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - trestletech/movies-plumber - Demo of a plumber API that hosts a Vue.js front-end (JavaScript)
README
## Reproduce
Download and unzip the data from http://files.grouplens.org/datasets/movielens/ml-latest-small.zip into this directory. This should create a directory named `ml-latest-small` which has some CSV files inside of it.
You can then run the plumber API as follows:
```
plumber::run("plumber.R")$run(port=8000)
```Then access http://localhost:8000/ to see the application.
## Data Source
Data from MovieLens https://grouplens.org/datasets/movielens/
```
F. Maxwell Harper and Joseph A. Konstan. 2015. The MovieLens Datasets: History and Context. ACM Transactions on Interactive Intelligent Systems (TiiS) 5, 4, Article 19 (December 2015), 19 pages. DOI=http://dx.doi.org/10.1145/2827872
```