- Notifications
You must be signed in to change notification settings - Fork21
Trellis is a platform for building scalable Linked Data applications
License
trellis-ldp/trellis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A scalable platform for buildinglinked data applications.
Trellis is a rock-solid, enterprise-ready linked data server.The quickest way to get started with Trellis is to usea pre-builtdocker container.
Trellis is built on existingWeb standards.It is modular, extensible and fast.
- Wiki
- Mailing List
- API Documentation (JavaDocs)
- Website
All source code is open source and licensed as Apache 2. Contributions are always welcome.
Docker containers for Trellis are published onDocker Hub.Container environments are published with every commit to themain
branch and are available for all stablereleases. More details are available on theTrellis Wiki.
Docker pull command
docker pull trellisldp/trellis-triplestore
Or, for the PostgreSQL-based persistence layer
docker pull trellisldp/trellis-postgresql
In most cases, you won't need to compile Trellis. Released components are available on Maven Central,and the deployable application can bedownloaded directlyfrom 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 withMaven using this command:
./mvnw install
- py-ldnlib A Python3 library for linked data notifications
- static-ldp A PHP application that serves static files as LDP resources
- camel-ldp-recipes Integration workflows built withApache Camel
About
Trellis is a platform for building scalable Linked Data applications