Skip to content

littleidiot40/ubd-tool-remotedb

 
 

Repository files navigation

Usage-Based Data Discovery Tool - A simple web application

Run this locally:

  • Clone this repository. $ cd into the project directory.

  • Install Python virtual environments $ pip3 install virtualenv (if not installed already)

  • Create a Python virtual environment with the command $ python3 -m venv ./venv. For simplicity, name it 'venv'.

  • Start up the virtual environment using the following command $ source venv/bin/activate.

  • Install the required python packages

$ pip3 install -r requirements.txt

  • Run the application

$ python3 app.py



Any questions or suggestions for improvement?



Ways to contribute to this project: coming soon!

About

usage-based data discovery tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 54.2%
  • Python 43.5%
  • CSS 2.3%