Skip to content

alexeyza/stackexchange-trends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Exchange Trends Website

This web application allows to explore trends based on Stack Exchange network tags, and see various visualizations to reveal cool new insights regarding the tags and the posts attached to them.

alt text

How to Use

Follow these steps:

  1. Download the source code from GitHub.
  2. Download the Stack Exchange dump file (link)
  3. Copy the XML files of the domain of your choice (i.e. Stack Overflow files) to the same directory as the source code.
  4. Run python create_se_db.py to create an SQLite3 database with the required data. It should create a bigdata.db file.
  5. Run python se_trends.py to run the web server locally (at http://127.0.0.1:5000/). Alternatively use a remote server to run the application (make sure it supports Flask and SQLite3).

Beta

This web application is in early development and may not work properly (or at all). Its design is still under development (I'm open to suggestions).


Copyright (C) 2013 Alexey Zagalsky

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Web application that enables to explore trends based on tags from Stack Exchange network (e.g. Stack Overflow).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published