System database

I was interested in writing a plugin that would need to store a small bit of information. I know there’s a system database in there that isn’t generally accessible and I assume that it’s a regular Stardog database. I was wondering if you store small amounts of information in there? I can see how you might say, “Don’t touch it. We can’t guarantee stability or clean upgrades if you do that!!” but maybe then again maybe you’ll say, “Sure that’s the perfect place for something like that”.

If it’s ok can you provide some pointers on how you might do that.

Thanks.

Don’t touch it. We can’t guarantee stability or clean upgrades if you do that!!

We actually don’t expose a way to do that as of yet, though it’s something that one day might be possible. In the meantime, I would suggest storing the info inside of a specially-named graph inside the database you’re working with

Thanks, I had suspected as much but your saying that its something that one day might be possible is reassuring that it wasn’t a completely off the wall question.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.