/trellis

Trellis is a platform for building scalable Linked Data applications

Primary LanguageJavaApache License 2.0Apache-2.0

Trellis Linked Data Server

A scalable platform for building linked data applications.

Build Status Build status Coverage Status Codacy Badge Javadoc Maven Central DOI

Trellis is a rock-solid, enterprise-ready linked data server. The quickest way to get started with Trellis is to download the latest release and follow the installation instructions.

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.

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