The PIA Read Service provides convenience functions to access the OwnYourData Data Vault. It reads data from a specific repo and optionally decrypts the data.
more infos about OwnYourData: https://www.ownyourdata.eu
OwnYourData Data Vault: https://data-vault.eu/en
Developer information: https://www.ownyourdata.eu/en/developer/
Docker Image: https://hub.docker.com/r/oydeu/srv-pia_read
Use the following example to retrieve data from the oyd.location
Repo:
echo '{"pia_url":"https://data-vault.eu",
"app_key": "<insert Identifier from OwnYourData Base plugin>",
"app_secret": "<insert Secret from OwnYourData Base plugin>",
"repo": "oyd.location",
"password": "<your data vault password>"}' | \
docker run -i --rm oydeu/srv-pia_read /bin/run.sh
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