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

[Feat] Proxy function to get cached Entity Statements in Metadata discovery #41

Open
peppelinux opened this issue Feb 26, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@peppelinux
Copy link
Member

We need that all the trust chains and statements validations/operations must be independent from django framework.

This way the code can be used/imported as it is even in a different python framework.

at the same time we MAY support the resuse of already cached statements, instead of download them each time.

this can be done in two different way:

  1. pass all the cached entries as argument -> bad
  2. create and dynamically import a proxy function that queries the django ORM. This function can be configured as a string in a general setting and imported dynamicall runtime -> good

with the second choice we'll get all the statements on each occurence

@peppelinux peppelinux added the enhancement New feature or request label Feb 26, 2022
@peppelinux peppelinux added this to the 0.5.0 milestone Feb 26, 2022
@peppelinux peppelinux self-assigned this Feb 26, 2022
@peppelinux peppelinux changed the title [Feat] Proxy function to get cached Entyt Statements in Metadata discovery [Feat] Proxy function to get cached Entity Statements in Metadata discovery Feb 27, 2022
@peppelinux peppelinux removed this from the 0.5.0 milestone Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant