Skip to content

Commit 673f425

Browse files
committed
Add README.
1 parent 06c38a4 commit 673f425

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Linked Data Fragments Server <img src="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

Comments
 (0)