aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
blob: 37ff13143443463f7c5cf72a3b5ea44f82e61ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Will probably eventually refactor into top-level plus modules. Eg, "common"
directory, "backfill" and "extraction" as sub-directories. Downside of this is
single giant pipenv venv with all dependencies?

- fix pig gitlab-ci tests (JAVA_HOME)

sentry:
- https://github.com/getsentry/raven-python

potential helpers:
- https://github.com/martinblech/xmltodict
- https://github.com/trananhkma/fucking-awesome-python#text-processing
- https://github.com/blaze/blaze (for catalog/analytics)
- validation: https://github.com/pyeve/cerberus
- testing (to replace nose):
    - https://github.com/CleanCut/green
    - pytest
    - mamba ("behavior driven")