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

Implement case-fetcher/save/refresh to CLI #12

Open
captn3m0 opened this issue Aug 13, 2024 · 1 comment
Open

Implement case-fetcher/save/refresh to CLI #12

captn3m0 opened this issue Aug 13, 2024 · 1 comment

Comments

@captn3m0
Copy link
Collaborator

The paradigm of:

  1. Fetch some cases
  2. Expand theses cases
  3. Keep the data updated.

Seems good. You can run (1) multiple times to increase your universe size. (2+3) can be run on a schedule to keep the data enriched. Implement this into the CLI with some thought.

@captn3m0
Copy link
Collaborator Author

captn3m0 commented Aug 13, 2024

  1. The query params that were used to fetch the cases will result in different results, so the universe is shifting.
  2. Some support is done, enrichment needs to be moved to CLI
  3. One good thing is that if we query the same CNR via different means (act type, case type fir number), even though enrichment might not pick up few items (case type, act type), it will get added to the database wherever available (at fairly cheap at that).

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