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

https://github.com/marcelja/tuk2


https://github.com/marcelja/tuk2

Last synced: 10 months ago
JSON representation

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

```