DEPRECATED REPOSITORY (v <= 1.0.0): SEE https://github.com/orgs/ldsec/packages
10K+
medco-connector orchestrates the MedCo query at the clinical site. It communicates with medco-unlynx to execute the distributed cryptographic protocols.
Run the following commands to download and build the medco-connector module.
git clone https://github.com/ldsec/medco-connector.git
cd medco-connector/deployment/
docker-compose build
medco-connector is part of the MedCo stack. To use it, you need to have the whole MedCo stack up and running on your machine. To achieve that you can follow, for example, the Local Development Deployment guide.
The medco-connector APIs are defined using go-swagger. To modify them, you must modify the swagger/medco-connector.yml file. To re-generate the server and client code you can run:
make swagger-gen
medco-connector provides a client command-line interface to interact with the medco-connector APIs.
To learn how to use it, check the CLI documentation.
MedCo Connector uses go-swagger to generate server, client and models code. As such, the code is organized around the Swagger definitions located in swagger/medco-connector.yml.
medco-connector is part of the MedCo system.
You can find more information about the MedCo project here.
For further details, support, and contacts, you can check the MedCo Technical Documentation.
medco-connector is licensed under a End User Software License Agreement ('EULA') for non-commercial use. If you need more information, please contact us.
Content type
Image
Digest
Size
134.4 MB
Last updated
over 6 years ago
docker pull medco/medco-cli-client