https://github.com/trellis-ldp/trellis-microprofile
Deployable MicroProfile-based Trellis environments
https://github.com/trellis-ldp/trellis-microprofile
linked-data microprofile
Last synced: 6 months ago
JSON representation
Deployable MicroProfile-based Trellis environments
- Host: GitHub
- URL: https://github.com/trellis-ldp/trellis-microprofile
- Owner: trellis-ldp
- License: apache-2.0
- Created: 2019-10-01T19:03:10.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T14:33:49.000Z (over 1 year ago)
- Last Synced: 2025-02-18T15:33:20.573Z (over 1 year ago)
- Topics: linked-data, microprofile
- Language: Java
- Homepage: https://www.trellisldp.org
- Size: 330 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trellis Linked Data Server (MicroProfile)
Trellis is a scalable platform for building [linked data](https://www.w3.org/TR/ldp/) applications.
The `trellis-microprofile` project implements a persistence layer based on a triplestore and a relational database.

PostgreSQL database connections are supported.
Java 11+ is required to run Trellis. To build this project, use this command:
```
$ ./gradlew assemble
```
## Database setup
In order to connect Trellis to a database, please first ensure that a database server is running and accessible. Please also
ensure that the database itself has been created along with a user account with read/write access. The database schema will
be generated by Trellis upon startup.
For more information about Trellis, please visit either the
[main source repository](https://github.com/trellis-ldp/trellis) or the
[project website](https://www.trellisldp.org).