diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-10 19:02:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-08-10 19:02:20 -0700 |
commit | 0fadc0fb0c9ed2abd269b0336a70c4acfe1a96c3 (patch) | |
tree | d39ac97f8724889e7375a3d2f1f7367486e78c95 | |
parent | a1edb73ea2c7e63425901ced005ead768a274fd5 (diff) | |
download | fatcat-0fadc0fb0c9ed2abd269b0336a70c4acfe1a96c3.tar.gz fatcat-0fadc0fb0c9ed2abd269b0336a70c4acfe1a96c3.zip |
update TODO
-rw-r--r-- | TODO | 78 |
1 files changed, 29 insertions, 49 deletions
@@ -1,72 +1,41 @@ ## Next Up -bugs: -- test: release pointing to a collection that has been deleted/redirected - => UI crash? - -schema: -- primary key types - => idents as base32 - => editor_id and editgroup as idents - => revisions as UUID -- multiple URLs per file - => {type, url} table; display code to chose "best" - => web, repo, webarchive, shadow (?) -- external idents (as columns) - => pm_id - => pmc_id - => wikidata_id (creator, release, container) - => oclc_id - => viaf_id (creator) -- release_ref - => 'raw'/'extra' json column - => title - => url - => doi - => etc... - => citaion ID (`oci_id`) - => release_id -- release_contrib - => add 'raw' json column? or just extra? -- abstracts - => new table; primary key SHA-1 - => release has multiple: {markup, lang, abstract_sha1} -- other changes (see notebook) - => parent rev in edit table - => timestamp columns -- "container" -> "venue"? +- some significant slow-down has happened? transactions, or regexes? features: - fast database dump command: both changelog-based and entity-based (rust) + => lighter, more complete dumps for each entity type? importers: +- manifest: multiple URLs per SHA1 - pubmed (medline) + => and/or, use pubmed ID lookups on crossref import - core - semantic scholar (up to 39 million; author de-dupe) - wikidata (if they have a dump) -other: -- update RFC -- basic python hbase/elastic matcher - => takes sha1 keys - => checks fatcat API + hbase - => if not matched yet, tries elastic search - => simple ~exact match heuristic - => proof-of-concept, no tests +bugs: +- test: release pointing to a collection that has been deleted/redirected + => UI crash? +july roadmap: +- complete and test this round of schema changes +- container import (extra?): lang, region, subject +- re-run imports +- basic API+webface creation, editing, merging, editgroup approval +- elastic schema/transform for releases; bulk and continuous scripts ## Schema / Alignment / Scope -- abstracts! as files? separate table? format (latex, html, etc)? - => crossref has ~13% as JATS; plus pubmed, plus arxiv -- work_type, release_type, release_status +- "container" -> "venue"? +- release_type, release_status, url.rel enums (and others?) name ref: https://www.w3.org/International/questions/qa-personal-names ## High-Level Priorities -- full database dump and reload (import/export) +- full database dump (export) - manual editing of containers and releases (web interface) ## Web UI @@ -85,11 +54,18 @@ name ref: https://www.w3.org/International/questions/qa-personal-names - hydrate entities in API ? "expand" query param - ? "full entity" field - ? refactor file_releases to have objects as type ## Other +- basic python hbase/elastic matcher + => takes sha1 keys + => checks fatcat API + hbase + => if not matched yet, tries elastic search + => simple ~exact match heuristic + => proof-of-concept, no tests +- add_header Strict-Transport-Security "max-age=3600"; + => 12 hours? 24? +- criterion.rs benchmarking - schema.org metadata in webface - bulk endpoint auto-merge mode (huge postgres speedup on import) - elastic pipeline @@ -103,6 +79,10 @@ review - what does openlibrary API look like? x add a 'live' (or 'immutable') flag to revision tables +better API docs +- https://sourcey.com/spectacle/ +- https://github.com/DapperDox/dapperdox + CSL: - https://citationstyles.org/ - https://github.com/citation-style-language/documentation/blob/master/primer.txt |