-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: Networks-Learning/stackexchange-dump-to-postgres
base: 47759e7
head repository: Networks-Learning/stackexchange-dump-to-postgres
compare: 8bcb728
- 12 commits
- 14 files changed
- 7 contributors
Commits on Jan 21, 2019
-
Merge pull request #10 from madtibo/load_data_as_json
add a '-j' switch to be able to load the loaded data as jsonb field
Configuration menu - View commit details
-
Copy full SHA for d5aa5c2 - Browse repository at this point
Copy the full SHA d5aa5c2View commit details
Commits on Jan 23, 2019
-
Add foreign key support for users id and posts id (#8)
* add foreign key support for users id and posts id using the "--foreign-keys" switch WARNING: when using the foreign keys option, some entries in votes and postlinks might be updated to enforce data integrity * Do not force constraint validation by setting them as 'not valid' * log table name
Configuration menu - View commit details
-
Copy full SHA for cbb39fb - Browse repository at this point
Copy the full SHA cbb39fbView commit details
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6911201 - Browse repository at this point
Copy the full SHA 6911201View commit details
Commits on May 2, 2019
-
Allows downloading/loading a complete StackExchange project (#9)
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.
Configuration menu - View commit details
-
Copy full SHA for b77bfbc - Browse repository at this point
Copy the full SHA b77bfbcView commit details
Commits on Aug 11, 2020
-
Youri Wijnands authored
Aug 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 491e552 - Browse repository at this point
Copy the full SHA 491e552View commit details
Commits on Aug 30, 2020
-
* Use psycopg2-binary * Update lxml to 4.5.2 Allows to use wheel. * Avoid confusion between libarchive and libarchive-c * Install libarchive-c for downloader * Drop distribute This project is merged with setuptools. * Review README Document a quickstart setup first and then describe advanced usage for custom tables. * Change the example to use a different DB name. Also, removed mention of unnecessary dependency which was installed for Python 2 support. * Update requirements.txt Remove wsgiref which was required for Python 2 support. Co-authored-by: Utkarsh Upadhyay <502876+musically-ut@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6ae297f - Browse repository at this point
Copy the full SHA 6ae297fView commit details
Commits on Aug 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 542ed68 - Browse repository at this point
Copy the full SHA 542ed68View commit details
Commits on Jan 7, 2021
-
Bumps [lxml](https://github.com/lxml/lxml) from 4.5.2 to 4.6.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.5.2...lxml-4.6.2) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 43ec336 - Browse repository at this point
Copy the full SHA 43ec336View commit details
Commits on Jan 11, 2021
-
Merge pull request #13 from Networks-Learning/dependabot/pip/lxml-4.6.2
Bump lxml from 4.5.2 to 4.6.2
Configuration menu - View commit details
-
Copy full SHA for 453b095 - Browse repository at this point
Copy the full SHA 453b095View commit details
Commits on Jun 12, 2021
-
Bump lxml from 4.6.2 to 4.6.3 (#14)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 49d8358 - Browse repository at this point
Copy the full SHA 49d8358View commit details
Commits on Sep 4, 2021
-
Create tables in the specified schema to avoid moving the tables afte…
…rwards (#21) Fixes #18. * Execute "moveTableToSchema" if table was succesfully created * Function for getting the connection parameters added * Function buildConnectionString deleted This is because the parameters are now obtained through the function getConnectionParameters * dbConnectionParam and moveTableToSchema replaced by single function dbConnectionParam has been deleted because now all parameters are obtained by a single function which is called in the function handleTable. moveTableToSchema has been deleted because tables are now created in the specified schema. Therefore, there is no need to move the table after their creation. Co-authored-by: rdrg109 <>
Configuration menu - View commit details
-
Copy full SHA for 634c057 - Browse repository at this point
Copy the full SHA 634c057View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bcb728 - Browse repository at this point
Copy the full SHA 8bcb728View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 47759e7...8bcb728