thaink2 / th2dbm

thaink² database manager package
Other
2 stars 0 forks source link

The package serves as a user interface to work with relational Database, the GUI nables users to interact with the database and can turn into a small ERP by doing the following actions:

Motivation

We were inspired by the article of Yu Day and thought maybe this can used internally. However the script was not available, and some important features were missing. Thus, we have built our own Database manager GUI using shiny framework. Recently we have decided to make the GUI as an open source package

Main features

Walk through demo

database viewer/manager

Scope

Data encryption as a must

Interactive Database manager : how to

Before starting the GUI, first of all you need to set some configs, as follows:

Supported Databases

In order to establish connection to Databases, we rely on a very powerful R package DatabaseConnector

On Local: on your browser using webR

We recommend that you use shinylive package

On Server using Docker

A detailed Dockerfiler is put at your disposal in order to generate your own docker image. You can simply use the public docker image available on our th2dbm docker image

Further Dev

Licence

Contribution

Acknowledgements