-
Notifications
You must be signed in to change notification settings - Fork 116
Rexster Kibbles
spmallette edited this page Feb 17, 2012
·
8 revisions
Rexster Kibbles is a collection of general-purpose extensions for the graph server Rexster. Each “kibble” (extension) is its own self-contained project in the repository. To install a kibble:
- Download the kibble
jar
(or build the project) - Drop the
jar
into theext/
directory of your Rexster server - Start (or restart) the server.
see also Deploying an Extension for information on configuration of rexster.xml
- Sample Kibbles – a few well documented extension samples that should help those who want to get started extending Rexster
- Frames Kibble – expose graph elements through a frame in the REST API
- SPARQL Kibble – execute SPARQL queries on a graph.
- Batch Kibble – execute a series of operations in a batch/transaction.
- more to come!