Skip to content

Reference implementation of MyData Architecture Framework 2.0 - used to run, but no more at

License

Notifications You must be signed in to change notification settings

TamSzaGot/mydata-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


MyData SDK Components

This is core part of MyData-SDK, containing the code implementation of MyData Architecture Framework 2.0. The code base is not maintained actively since September 2017, try it at your own risk.

Components are split to their own folders

Version

2.0 beta release.

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:

cd mydata-sdk
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 similar to

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

Now open another terminal and run the ui_flow_local.py

python ui_flow_local.py --skip_data

Known issues

Note that implementation of actual data transfer between data source and sink interfaces is not implemented in the beta version.

Deployment

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

Specifications

MyData Architecture

Contributing/Contact

Copying and License

This code is licensed under MIT License.

About

Reference implementation of MyData Architecture Framework 2.0 - used to run, but no more at

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 97.7%
  • Python 2.2%
  • Other 0.1%