https://github.com/enilink/enilink
eniLINK is a web platform for linked data applications.
https://github.com/enilink/enilink
java rdf
Last synced: about 2 months ago
JSON representation
eniLINK is a web platform for linked data applications.
- Host: GitHub
- URL: https://github.com/enilink/enilink
- Owner: enilink
- Created: 2015-08-06T12:58:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T14:24:51.000Z (2 months ago)
- Last Synced: 2025-04-01T15:37:05.270Z (2 months ago)
- Topics: java, rdf
- Language: JavaScript
- Homepage: http://platform.enilink.net
- Size: 3.36 MB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= eniLINK Platform
eniLINK is a web platform for linked data applications based on the http://github.com/komma/komma[KOMMA] framework
and http://liftweb.net[Lift].== Get the sources
[source,text]
----
git clone https://github.com/enilink/enilink
----== Build eniLINK with Maven
Enilink can be build with Maven. You can simply use `mvn package`
to compile and package the core modules or `mvn install` to install
them within your local Maven repository.A release version of the enilink platform server can be build via:
[source,text]
----
mvn -P release package
----Afterwards a Karaf assembly can be found within
the `products/enilink-server/target` directory.