This Semantic Container acts as an endpoint in the DIP project to accept data from participants in a survey. The counterpart on the Data Vault is the oyd-sharing plugin.
Special feature:
- Email Sending: send emails to a configured list of recipients (stored in the Semantic Container)
Semantic Containers enable secure and traceable data exchange between multiple parties.
more infos and documentation: https://ownyourdata.eu/en/semcon
Semantic Container images: https://hub.docker.com/u/semcon
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