aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 11 insertions, 14 deletions
diff --git a/TODO b/TODO
index 5e9220b..5c57a98 100644
--- a/TODO
+++ b/TODO
@@ -1,22 +1,19 @@
+- "author counts match" in scoring
+- refactor "scorable" to "matchable"
+- look at refactoring to reduce JSON serializations
+
+scalding:
+- better JSON library
+- less verbose sbt test output (set log level to WARN)
+- auto-formatting: addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.6.0-RC3")
+
pig:
- potentially want to *not* de-dupe CDX lines by uniq sha1 in all cases; run
this as a second-stage filter? for example, may want many URL links in fatcat
for a single file (different links, different policies)
+- fix pig gitlab-ci tests (JAVA_HOME)
+python:
- include input file name (and chunk? and CDX?) in sentry context
-- play with test image on older releases (eg, trusty)
-
- how to get argument (like --hbase-table) into mrjob.conf, or similar?
-- fix pig gitlab-ci tests (JAVA_HOME). also make fetch_deps *way* more quiet
-- 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")