Fork me on GitHub
#onyx
<
2015-10-29
>
michaeldrogalis17:10:52

@albaker: We're a little light on docs for plugins, but there's some information here: https://github.com/onyx-platform/onyx/blob/develop/doc/user-guide/plugins.md

michaeldrogalis17:10:09

You can also use the plugin template to get off to a good start: https://github.com/onyx-platform/onyx-plugin

Al Baker17:10:16

cool - thanks, I'll take a look

lucasbradstreet17:10:32

@albaker The plugin template explains what to fill in via comments. The main thing missing is an explanation of how to implement fault tolerance, which is probably the trickiest part

lucasbradstreet17:10:55

@albaker happy to help you out with any plugin questions. We'd like more plugins to get out there!

Al Baker17:10:50

I'd like to build a plugin for Stardog ( see http://www.stardog.com ), I'll see how far I get w/ the above references and then come back w/ follow-up questions

lucasbradstreet17:10:50

Output plugins are pretty easy

lucasbradstreet17:10:59

Inputs are where it gets a bit trickier