jeraldrich / sql-transformer

Concurrently transform list of json files into analytic friendly sql models using multiprocessing, sqlalchemy and postgres.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Concurrently transform list of json files into analytic friendly sql models using multiprocessing, sqlalchemy and postgres

  • python3 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.pip
  • docker compose up
  • Add urls to parse in settings
  • python3 transform_messages

If you are running osx, stop your local postgres: brew services stop postgresql

About

Concurrently transform list of json files into analytic friendly sql models using multiprocessing, sqlalchemy and postgres.

License:MIT License


Languages

Language:Python 100.0%