Quickstart
Installation
To get a copy of Prez on your computer, run:
git clone https://github.com/RDFLib/prez
Prez is developed with Poetry, a Python packaging and dependency tool.
Poetry presents all of Prez's dependencies (other Python packages) in the pyproject.toml file located in the project root directory.
To install the Python dependencies run:
poetry install
Note: Poetry must be installed on the system. To check if you have Poetry installed run
poetry --version. For tips on installing and managing specific dependency groups check the documentation.
Running a demonstration instance
Docker Compose can be used to run a demonstration instance. The compose files comprises three services: Prez (Prez API), Prez UI, and Fuseki. To run the stack, change directory into the demo directory and run: docker compose up.
The Fuseki instance is empty, but can have data added to it, such as the test data under test_data.
