https://github.com/marcelja/tuk2
https://github.com/marcelja/tuk2
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcelja/tuk2
- Owner: marcelja
- Created: 2017-11-20T08:37:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T19:21:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-18T05:28:05.587Z (12 months ago)
- Language: Jupyter Notebook
- Size: 252 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tuk2
# Installation
Setup env
```
conda env create -f environment.yml
source activate tuk2
```
# Connection
Create credentials.yml file in repo root dir to connect to HANA db
```
host: xxxx
port: xxxx
user: xxxx
password: xxxx
```