Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.31 KB

README.md

File metadata and controls

59 lines (40 loc) · 2.31 KB

MyData SDK Components

This is a part of MyData-SDK implementation of MyData Architecture.

Note: This repository contains archived historical material produched in Digital Health Revolution project 2014-2016. This repository is maintained only for informational reasons and repository is not actively maintained so it may contain dead links. Current version can be found from https://github.com/mydata-sdk/mydata-sdk/

Components are split to their own folders

Prerequisites

Simple Consent-flow demo

Note: These instructions have been tested with Linux. You need to have Docker, Docker Compose, Python and Requests -library for Python installed.

Clone the repo and start the Docker Compose stack:

git clone https://github.com/mydata-sdk/mydata-sdk-1.x
cd mydata-sdk-1.x
sudo sh start.sh  # Needed to run root only if you haven't configured a docker group for your system

Wait until Docker Compose stack has properly started. Last message should be

mysql-db                  | Version: '5.6.34'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)

Now open another terminal and run the ui_flow.py

python ui_flow.py

Deployment

Note: For the time being, the Service Registry repository can be found at http://github.com/digitalhealthrevolution/serviceregistry.

Deployment instructions for each component can be found from module's documentation.

Note: If you use Docker and Docker-Compose see docker-compose.yml for details about the stack.

Documentation

Documentation is available for each component in their respective folders.

Support / Contact / Contribution

MyData Architecture

Copying and License

This code is licensed under MIT License