hubmapconsortium / ontology-api

The HuBMAP Ontology Service
MIT License
4 stars 3 forks source link

UBKG REST API (HM & DD) through AWS API Gateway #179

Closed yuanzhou closed 1 year ago

yuanzhou commented 1 year ago

Currently the ontology-api is routed via the "old gateway", will move to use AWS API Gateway with custom domains for both HuBMAP and Data Distillery ubkg-api.

AlanSimmons commented 1 year ago

@yuanzhou Will this change affect the SmartAPI configuration?

In particular, the SmartAPI documentation should reflect the new valueset endpoint.

yuanzhou commented 1 year ago

@yuanzhou Will this change affect the SmartAPI configuration?

In particular, the SmartAPI documentation should reflect the new valueset endpoint.

@AlanSimmons This change will not affect the SMART API configuration. The Smart API pulls the definitions from the https://github.com/hubmapconsortium/ontology-api/blob/main/ontology-api-spec.yaml currently. However, we'll be switching to use https://github.com/dbmi-pitt/ubkg/blob/main/ubkg-api-spec.yaml once we deploy the UBKG API.

The HuBMAP and Data Distillery are sharing the same yaml at this point, this is something we'll have to think about and handle properly if they will have different endpoint definitions down the road.