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
2.0 beta release.
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
Note that implementation of actual data transfer between data source and sink interfaces is not implemented in the beta version.
Deployment instructions for each component can be found from module's documentation.
- Via GitHub issues
- Contact: Harri Honko ([email protected]).
This code is licensed under MIT License.