NAME

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

DESCRIPTION

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

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

Robert Barta, <rho at devc.at>

COPYRIGHT & LICENSE

Copyright 20(0[9]|10|11) Robert Barta, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Test data courtesy of Franz Inc.

SEE ALSO

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