You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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>
This is a quick script to move the Stackoverflow data from the [StackExchange data dump (Sept '14)](https://archive.org/details/stackexchange) to a Postgres SQL database.
4
-
5
-
Schema hints are taken from [a post on Meta.StackExchange](http://meta.stackexchange.com/questions/2677/database-schema-documentation-for-the-public-data-dump-and-sede) and from [StackExchange Data Explorer](http://data.stackexchange.com).
0 commit comments