RDF::AllegroGraph - Client implementation for the AllegroGraph tuple server


RDF-AllegroGraph-Easy documentation Contained in the RDF-AllegroGraph-Easy distribution.

Index


Code Index:

NAME

Top

RDF::AllegroGraph - Client implementation for the AllegroGraph tuple server

DESCRIPTION

Top

The AllegroGraph server is a tuple store server, produced by Franz Inc. (http://agraph.franz.com/allegrograph/). When running, you can communicate with it via a RESTful web interface, as described in

http://agraph.franz.com/support/documentation/3.2/new-http-server.html

and http://www.franz.com/agraph/support/documentation/v4/http-protocol.html

respectively.

This package offers a client implementation of that protocol. With it you can either use a rather orthodox style (RDF::AllegroGraph::Server) or a quick-n-easy approach (RDF::AllegroGraph::Easy).

NOTE: This is still exploratory. See the TODO.

FAQ

Top

I receive a protocol error: 400 Bad Request from the server

4xx responses normally mean that the client is to blame, but AG seems to send such responses also in the case it has permission problems on the server. Maybe check that first.

The tests - with AG4_SERVER defined - run a bit slow...

True, but that is because the many repository creations and deletions. That is not a fast operation.

AUTHOR

Top

Robert Barta, <rho at devc.at>

COPYRIGHT & LICENSE

Top

SEE ALSO

Top

RDF::AllegroGraph::Server4, RDF::AllegroGraph::Easy


RDF-AllegroGraph-Easy documentation Contained in the RDF-AllegroGraph-Easy distribution.

package RDF::AllegroGraph;

our $VERSION = '0.04';

1;