mapping-commons / sssom-api

Apache License 2.0
7 stars 0 forks source link

Test API efficacy with all mappings from OLS #76

Open anitacaron opened 1 year ago

anitacaron commented 1 year ago

Use the registry https://github.com/mapping-commons/ols-mapping-commons/blob/main/registry.yml (private repo)

anitacaron commented 1 year ago

The API has a good performance when retrieving mappings for the UI. However, loading all OLS mappings takes about two hours, and it's not including files more significant than 40 MB.

matentzn commented 1 year ago

Are there any options at all on loading triples faster into a triplestore?

For these two hours, how many mappings did you load?

anitacaron commented 1 year ago

There're 645.057 mappings from 230 mapping_sets loaded in the server right now.

Probably, the faster way is to load it via a Java program instead of using the API. I'll investigate this more.