# 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](../../data/third-party/interplanetary-file-system.md) by using the [kubo](../../data/third-party/kubo.md) client. This method has a very long latency of finding the resource. #### Use Github as public storage for data [Github](https://github.com) can be used to host git repositories that contain public data. #### Use Zenodo [Zenodo](https://zenodo.org/) is a open science project from [CERN](https://home.cern/) which offers a #### Use the dunin system One proposed solution is to use the [dunin system](../../graph/organizing/dwll-url-node-identification-namespace.md). This is not yet implemented. #### See also [ways-of-publishing-a-markdown-knowledge-base](../../data/open-data/ways-of-publishing-a-markdown-knowledge-base.md)