문제

I am using openrdf-sesame standalone server as my datastore.

In development, I use openrdf-workbench UI to create my repositories.

What is the correct way to create repositories in prodcution?

Is there a openrdf-workbench api? If so please point me to it??

도움이 되었습니까?

해결책

You need to create a RemoteRepositoryManager object for your server. Once you have this, you can use it to retrieve/remove existing repositories as well as create new repositories.

This is a bit underdocumented in the Sesame documentation. However, see this weblog article for explanation and code examples.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top