Skip to content

trellis-ldp/trellis

Folders and files

NameName
Last commit message
Last commit date
Dec 1, 2023
Oct 2, 2023
May 14, 2024
Oct 12, 2023
Sep 5, 2020
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 4, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 13, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Jan 21, 2025
Oct 12, 2023
Oct 12, 2023
Oct 13, 2023
Oct 12, 2023
Oct 12, 2023
Oct 12, 2023
Oct 13, 2023
Oct 2, 2023
Jan 2, 2018
Oct 12, 2023
Feb 12, 2019
Oct 2, 2023
Oct 2, 2023
Feb 18, 2025

Repository files navigation

Trellis Linked Data Server

A scalable platform for building linked data applications.

GitHub CD Coverage Maven Central

Trellis is a rock-solid, enterprise-ready linked data server. The quickest way to get started with Trellis is to use a pre-built docker container.

Trellis is built on existing Web standards. It is modular, extensible and fast.

All source code is open source and licensed as Apache 2. Contributions are always welcome.

Docker Containers

Docker containers for Trellis are published on Docker Hub. Container environments are published with every commit to the main branch and are available for all stable releases. More details are available on the Trellis Wiki.

Docker pull command

docker pull trellisldp/trellis-triplestore

Or, for the PostgreSQL-based persistence layer

docker pull trellisldp/trellis-postgresql

Building Trellis

In most cases, you won't need to compile Trellis. Released components are available on Maven Central, and the deployable application can be downloaded directly from the Trellis website. However, if you want to build the latest snapshot, you will need, at the very least, to have Java 11+ available. The software can be built with Maven using this command:

./mvnw install

Related projects