Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query the OpenAlex database for all works that don't exist in the SQLite database. #5

Open
mtillman14 opened this issue Feb 13, 2025 · 1 comment
Assignees

Comments

@mtillman14
Copy link
Owner

mtillman14 commented Feb 13, 2025

Inputs:

  1. A comprehensive list of OpenAlex work ID's to graph.
  2. A list of the newly added OpenAlex work ID's (for which the objects are already in memory) ([] if none)

Steps:

  1. Get the list of work ID's that are already present in the SQLite database using the comprehensive list of OpenAlex work ID's ([] if empty DB)
  2. Query the SQLite database for the pre-existing work objects
  • These plus the new work objects already stored from the OpenAlex API should represent all of the work ID's in the comprehensive list.

Outputs:

  1. A list of the preexisting work objects
@mtillman14
Copy link
Owner Author

#4 next

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant