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

Ontology processing enhancement proposals #296

Closed
syphax-bouazzouni opened this issue Aug 26, 2022 · 1 comment
Closed

Ontology processing enhancement proposals #296

syphax-bouazzouni opened this issue Aug 26, 2022 · 1 comment
Assignees
Labels
enhancement project managment issues used as development tasks in our projects

Comments

@syphax-bouazzouni
Copy link
Contributor

syphax-bouazzouni commented Aug 26, 2022

Issue

Our main problems currently are the following:

  • We don't have any UI visual feedback, telling us the processing state of an ontology (email notifications are the only actual way that has the users to tell if their resource had parsed well or not)
  • We can't monitor the ontologies processing issues (the only way that we have currently is to go to see the logs)
  • Don't work (or hardly) for large files
  • The process steps can be more isolated into small steps (e.g process_rdf=generate_rdf + append_to_triple_store + extract metadata + labels + mappings + ...)
  • Our queue system is too simple (a Redis first in the first out queue), and can be (maybe) enhanced by using background processing tools like Sideqik or multithreading

The Goal

Having to process any type of file, and having a visual follow-up on the state evolution

Changes todo

to specify later

@syphax-bouazzouni
Copy link
Contributor Author

Replace by #641

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement project managment issues used as development tasks in our projects
Projects
None yet
Development

No branches or pull requests

4 participants