Demo site ⚡

Please be aware that any changes made in the demo may be removed at any time. Also, please do not interact with others’ work. Create your data specifications.

Go to the demo instance

What to do?

Because the tool is constantly evolving, we do not have detailed and up to date instructions on how to work with Dataspecer. However, you can check tutorials and scenarios to our demo scientific publications.

How to run Dataspecer locally?

Use ghcr.io/dataspecer/ws Docker image and expose port 80.

docker run -p3000:80 ghcr.io/dataspecer/ws

Or use the full config

docker run --user=$(id -u) -v ./database:/usr/src/app/database -p3000:80 ghcr.io/dataspecer/ws