Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T07:46:10.000Z (3 months ago)
- Last Synced: 2024-10-23T09:40:26.292Z (2 months ago)
- Topics: java, rdf
- Language: JavaScript
- Homepage: http://platform.enilink.net
- Size: 3.25 MB
- Stars: 6
- Watchers: 6
- 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.