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

https://github.com/openanalytics/shinyproxy

ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps
https://github.com/openanalytics/shinyproxy

containers docker docker-swarm java kubernetes shiny shinyproxy spring-boot

Last synced: 7 days ago
JSON representation

ShinyProxy - Open Source Enterprise Deployment for Shiny and data science apps

Awesome Lists containing this project

README

          


_____ _ _ _____
/ ____| | (_) | __ \
| (___ | |__ _ _ __ _ _| |__) | __ _____ ___ _
\___ \| '_ \| | '_ \| | | | ___/ '__/ _ \ \/ / | | |
____) | | | | | | | | |_| | | | | | (_) > <| |_| |
|_____/|_| |_|_|_| |_|\__, |_| |_| \___/_/\_\\__, |
__/ | __/ |
|___/ |___/

# ShinyProxy

Open Source Enterprise Deployment for Data Science Apps

Learn more at

**(c) Copyright Open Analytics NV, 2016-2025 - Apache License 2.0**

## Docs

See the [website](https://shinyproxy.io) for all documentation.

## Support

See the [website](https://shinyproxy.io/support/) on how to get support.

## Announcements

Subscribe on the [community forum](https://support.openanalytics.eu/c/shinyproxy/shinyproxy-announcements/10) for announcements of new releases and features.

## Building from source

Clone this repository and run

```
mvn -U clean install
```

The build will result in a single `.jar` file that is made available in the `target` directory.

## Running the application

```
java -jar shinyproxy-3.2.0.jar
```

Navigate to to access the application. To log in, use
the username "jack" and password "password".

## Further information