Skip to content

ekumala1/streamviz_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StreamViz I: Backend

Setting up database

To get the database setup, MySQL Workbench needs to be downloaded and installed (link here).

  1. Create a schema named streamviz
  2. Run clean.py to create the stream table

Setup and running things

To get the server running on a local machine, some dependencies need to be installed

1. Create a pip virtual environment (only needs to be done once per machine)

  • python -m venv venv to make a virtual environment named venv (optimal name)

  • source venv/Scripts/activate if on Windows or

    source venv/bin/activate if on Linux

  • pip install -r requirements.txt

2. Run the app

  • python app.py
  • Server will run on localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages