Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Networks-Learning/stackexchange-dump-to-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Networks-Learning/stackexchange-dump-to-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: madtibo-load_full_project
Choose a head ref
  • 7 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 12, 2019

  1. download and load a complete stackexchange project

    using the '-s' switch, download the compressed file from _https://ia800107.us.archive.org/27/items/stackexchange/_, then, uncompress it and load all the files in the database. Add a '-n' switch to move the tables to a given schema
    
    WARNING: since using the urllib.request module, set the script to use python3
    madtibo committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    db298e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4dc26 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Minor spacing fixes.

    musically-ut authored Apr 11, 2019
    Configuration menu
    Copy the full SHA
    2b39ef6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Configuration menu
    Copy the full SHA
    22b0de5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    d9e1735 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    588b740 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    7bede10 View commit details
    Browse the repository at this point in the history
Loading