You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Linked Data Fragments Server <imgsrc="http://linkeddatafragments.org/images/logo.svg"width="100"align="right"alt="" />
2
+
Basic Linked Data Fragments server in Java.
3
+
4
+
## Build
5
+
Execute the following command to create a WAR file:
6
+
```
7
+
$ mvn install
8
+
```
9
+
10
+
## Deploy
11
+
Use an application server such as [Tomcat](http://tomcat.apache.org/) to deploy the WAR file.
12
+
13
+
Place an `ldf-server.json` configuration file with the data sources (analogous to the example file) in the `../conf` folder relative to the deployed WAR file.
14
+
15
+
## Status
16
+
This is software is still under development. It currently only supports:
17
+
- HDT data sources
18
+
- Turtle output
19
+
20
+
A [more complete server](https://github.com/LinkedDataFragments/Server.js/) has been implemented for the Node.js platform.
0 commit comments