Skip to content

trellis-ldp/trellis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Jan 23, 2019
Jan 27, 2019
Apr 5, 2019
Apr 5, 2019
Dec 5, 2018
Jan 3, 2019
Jan 23, 2019
Apr 3, 2019
Nov 14, 2018
Aug 17, 2018
Jan 31, 2019
Jan 2, 2018
Dec 31, 2018
Apr 3, 2019
Sep 20, 2018
Apr 6, 2019
Jan 3, 2019
Jan 3, 2019
Dec 21, 2018

Repository files navigation

Trellis Linked Data Server

A scalable platform for building linked data applications.

Build Status Coverage Status Codacy Badge Maven Central

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

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 master and are available for stable releases starting with Trellis 0.8. More details are available on the Trellis Wiki.

Docker pull command

docker pull trellisldp/trellis

Building Trellis

In most cases, you won't need to compile Trellis. Released components are available on Maven Central, and the deployable applicaton 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 8+ available. The software can be built with Gradle using this command:

$ ./gradlew install

Related projects