- Run
gradlew build
- Run
gradlew bootRun
- Local address: http://localhost:8080
- Format:
/fetch[?number=]
- Fetches
number
e.g. 50 packages from r-project. - Parameter
number
is optional. Default value is 50. - Stores fetched data to a local MS SQL server and returns fetched data.
- Format:
/search?name=
- Searches the local MS SQL Server for the specified package data. Returns a empty list if not found.