Skip to content

Commit

Permalink
set up topics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
caseydm committed Jan 31, 2024
1 parent cf16ce8 commit 4cbe7b8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 422 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ fast_store_sources: python -m scripts.fast_queue --entity=source --method=store
fast_store_institutions: python -m scripts.fast_queue --entity=institution --method=store --chunk=10
fast_store_publishers: python -m scripts.fast_queue --entity=publisher --method=store --chunk=1
fast_store_funders: python -m scripts.fast_queue --entity=funder --method=store --chunk=1
fast_store_topics: python -m scripts.fast_queue --entity=topic --method=store --chunk=1

fast_update_once_update_institutions: python -m scripts.fast_queue --entity=work --method=update_once_update_institutions --chunk=100
fast_update_once_add_work_concepts: python -m scripts.fast_queue --entity=work --method=update_once_add_work_concepts --chunk=100
Expand Down
Loading

0 comments on commit 4cbe7b8

Please sign in to comment.