1.0.0 • Published 5 years ago

hana-cockpit v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

hana-cockpit

GitHub issues Docker Pulls Automated Build

HANA Cockpit is a collection of utilities to perform common tasks when playing in HANA. These same tasks can be accomplished in hdbsql or HANA Studio via SQL, however in cases where neither client tool is readily available, or you do not wish to install or use these tools, this is a lightweight alternative.

Usage Examples

Minimal Example

docker run --rm -p 8080:80 \
-e BACKEND_PASSWORD=MYSECRETPASSWORD \
entmike/hana-cockpit

Example with persisting app config

docker run --rm -p 8080:80 \
-v path/to/your/appconfig:/app/config \
-e BACKEND_PASSWORD=MYSECRETPASSWORD \
entmike/hana-cockpit

Environment Parameters

ParameterDescription
BACKEND_PASSWORDThis is a password that you will have to provide when saving your application preferences, and potentially other future functions. This is NOT a HANA DB password.