Project

General

Profile

RESTInterface » History » Version 1

Paula Gearon, 04/21/2009 05:10 AM
New page on the REST interface

1 1 Paula Gearon
= REST =
2
3
== Default Configuration ==
4
By default, there are two REST interfaces on a Mulgara server. These are found at:
5
 * http://localhost:8080/sparql/
6
 * http://localhost:8080/tql/
7
8
The interfaces provide similar functionality, with the /sparql/ interface accepting SPARQL queries, and the /tql/ interface accepting [wiki:TQLUserGuide TQL] queries. Note that SPARQL is a query-only language, while TQL permits full [http://en.wikipedia.org/wiki/Create,_read,_update_and_delete CRUD] operations.
9
10
== Interface Description ==
11
 * [wiki:Configuration]
12
 * [wiki:RESTQueries Queries and Commands]
13
 * [wiki:RESTStatements Statements]
14
 * [wiki:RESTGraphs Graphs]