This repositories provides source code for Semantic Containers and sample data to demonstrate handling of Diabetes data. The work was funded by the European Union's Horizon 2020 Research and Innovation Programme under the NGI TRUST Grant Agreement No. 825618.
Find more information about the respective topics:
- OwnYourData: https://www.ownyourdata.eu
- Semantic Container: https://www.ownyourdata.eu/semcon
- Docker Image for Semantic Container: https://hub.docker.com/repository/docker/semcon/sc-base
The following data flows are documented in detailed:
- Tidepol Integration: https://github.com/sem-con/sc-diabetes/blob/master/dataflows/Tidepool_Integration/README.md
- Data Donation: https://github.com/sem-con/sc-diabetes/blob/master/dataflows/Data_Donation/README.md
- Personal Data: https://github.com/sem-con/sc-diabetes/blob/master/dataflows/Personal_Data/README.md
- Data Tracing: https://github.com/sem-con/sc-diabetes/blob/master/dataflows/Data_Tracing/README.md
Please report bugs and suggestions for new features using the GitHub Issue-Tracker and follow the Contributor Guidelines.
If you want to contribute, please follow these steps:
- Fork it!
- Create a feature branch:
git checkout -b my-new-feature
- Commit changes:
git commit -am 'Add some feature'
- Push into branch:
git push origin my-new-feature
- Send a Pull Request