clingen-data-model / genegraph

Presents an RDF triplestore of gene information using GraphQL APIs
5 stars 0 forks source link

Connect vrs-cache application to in-cluster variation normalizer and evaluate performance #745

Closed theferrit32 closed 1 year ago

theferrit32 commented 1 year ago

Looking at the log of vrs-cache genegraph running against a variation-normalizer service running with 5 replicas in our cluster, it looks like vrs-cache is spending ~5.8ms per variant. This includes both the cluster-scoped http request to do the normalization, and the localhost http request to put it in the rocksdb cache.