Skip to content
Snippets Groups Projects
Select Git revision
  • gitkeep
  • dependabot/maven/io.quarkus-quarkus-bom-3.9.2
  • dependabot/maven/jena.version-5.0.0
  • dependabot/maven/jackson.version-2.17.0
  • main protected
  • dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.2
  • dependabot/maven/io.quarkus-quarkus-bom-3.9.1
  • dependabot/maven/io.quarkus-quarkus-bom-3.9.0
  • dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.1
  • dependabot/maven/io.quarkus-quarkus-bom-3.8.3
  • dependabot/maven/jakarta.xml.bind-jakarta.xml.bind-api-4.0.2
  • dependabot/maven/org.glassfish.jaxb-jaxb-runtime-4.0.5
  • dependabot/maven/org.apache.maven.plugins-maven-gpg-plugin-3.2.0
  • dependabot/maven/commons-codec-commons-codec-1.16.1
  • dependabot/maven/io.quarkus-quarkus-bom-3.8.2
  • dependabot/maven/jackson.version-2.16.2
  • dependabot/maven/org.testcontainers-postgresql-1.19.7
  • dependabot/maven/io.quarkus-quarkus-bom-3.8.1
  • dependabot/maven/io.openliberty.tools-liberty-maven-plugin-3.10.1
  • dependabot/maven/smallrye.reactive.version-4.18.0
  • trellis-0.19.0
  • trellis-0.18.0
  • trellis-0.17.2
  • trellis-0.17.1
  • trellis-0.17.0
  • trellis-0.16.3
  • trellis-0.16.2
  • trellis-0.16.1
  • trellis-0.16.0
  • trellis-0.15.0
  • trellis-0.14.2
  • trellis-0.14.1
  • trellis-0.14.0
  • trellis-0.13.1
  • trellis-0.13.0
  • trellis-0.12.2
  • trellis-0.12.1
  • trellis-0.12.0
  • trellis-0.11.3
  • trellis-0.11.2
40 results

trellis-coscine

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    de90d893
    History

    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