Skip to content

Instantly share code, notes, and snippets.

View emanoelbarreiros's full-sized avatar

Emanoel Barreiros emanoelbarreiros

  • University of Pernambuco
  • Garanhuns, Brazil
View GitHub Profile
# Copyright (c) 2013 Georgios Gousios
# MIT-licensed
# Edited to handle two new tables: postLinks and tags that are present in the 2014 dataset
create database stackoverflow DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
use stackoverflow;
create table badges (
Id INT NOT NULL PRIMARY KEY,