How to make data public¶
There are different possibilities how to make data public so that everyone can access them
Host them on your own server¶
You can host the data on your own server. They are then available as long as long as your server exists.
The data can be made public by using a web server like Nginx
They can also be made public on the interplanetary-file-system by using the kubo client. This method has a very long latency of finding the resource.
Use Github as public storage for data¶
Github can be used to host git repositories that contain public data.
Use Zenodo¶
Use the dunin system¶
One proposed solution is to use the dunin system. This is not yet implemented.