-
Notifications
You must be signed in to change notification settings - Fork 116
Rexster Kibbles
spmallette edited this page Dec 13, 2012
·
8 revisions
Rexster Kibbles is a collection of general-purpose extensions for Rexster. Each “kibble” 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 Rexster - 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!
Documentation on usage and configuration for individual Kibbles can be found in each Kibble’s respective README.textile
.