Skip to content

This project and its application make it convenient for the users to explore the trendy concepts discussed by people on the SO forum by simply entering a number of values and a keyword they are interested in.

Notifications You must be signed in to change notification settings

boyleerock/Trend-Identification-on-Stack-Overflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trend-Identification-on-Stack-Overflow

Team-30B

Team 30B repository

Project title: Trend Identification on Stack Overflow
Client/Supervisor: Dr. Christoph Treude

About the Team

Team members
Tianjiao Jiang (a1807401)
Po-Yi Lee (a1806297)

Branch Structure

master

The master contains all the code.

project_management_m2

This branch contains project management documents for milestone 2.
For details please see README.md in this branch.

Running the Latest Prototype

important for testers/developers: to save your BigQuery quota, please do not enter too many time windows

  1. install mysql 8.0
    remember your username (= "root" by default) and password

  2. create a database named "stack" using mysql

  3. install all necessary python3 packages:
    spacy
    google-cloud
    google-cloud-bigquery
    google-cloud-storage
    django 3.0
    inflect
    pyspellchecker
    pymysql

  4. in mysite/settings.py, set your username and password

'default': {
            'ENGINE': 'django.db.backends.mysql',
            'NAME': 'stack',
            'USER': 'root',
            'PASSWORD': '',  # todo: use your own password
            'HOST': '127.0.0.1',
            'PORT': '3306',
}
  1. run the following commands
python manage.py makemigrations
python manage.py migrate
  1. run the software on port 8000
python manage.py runserver

About

This project and its application make it convenient for the users to explore the trendy concepts discussed by people on the SO forum by simply entering a number of values and a keyword they are interested in.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published