edamontology / edam-browser

Stand-alone, lightweight, and fast JavaScript browser for EDAM and other ontologies
https://edamontology.github.io/edam-browser/
MIT License
13 stars 23 forks source link

Explore integrating edam2json convertor in the browser #218

Closed HagerDakroury closed 3 years ago

HagerDakroury commented 3 years ago

This issue is to keep track of options for integrating edam2json convertor in EDAM browser.

Option 1: Wrap the existing converter in a web service:

pros:

cons:


Option 2: integrate js libraries and build on top of it:

pros:

cons:


Option 3: Rewriting the code in js optionally with other libraries for rdf processing

pros:

cons:

HagerDakroury commented 3 years ago

closed with #222