Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

RIALTO Combine Core Integration

Michael J. Giarlo edited this page Jul 12, 2018 · 1 revision

RIALTO Combine can connect to RIALTO Core APIs, such as the SPARQL Proxy, by hitting HTTP endpoints exposed by API Gateway (AWS console).

To secure these endpoints, AWS provides a number of mechanisms. For simplicity's sake, we have chosen to use API keys, and we're storing these in shared_configs. Pass the appropriate API key to the endpoint as a header named X-API-Key, e.g.:

curl -i -H 'X-API-Key: API_KEY_VALUE' https://RESOURCE_IDENTIFIER.execute-api.AVAILABILITY_ZONE.amazonaws.com/STAGE_NAME

About RIALTO

RIALTO Core

Specs

Integration and Components

RIALTO Web App

RIALTO Combine (ETL)

Staging / Production

Terraform

Development

VIVO Assessment

VIVO/Vitro Dev Docs

Clone this wiki locally