Hi,

Assuming you run the full launcher on localhost:8080

    
http://localhost:8080/system/console/configMgr/org.apache.stanbol.commons.marmotta.kiwi.KiWiRepositoryService

should give you the configuration dialog.

best
Rupert

On Wed, Feb 10, 2016 at 5:42 PM, Robson, Alan <alan.rob...@viasat.com> wrote:
> It does help, and I have been experimenting with the full launcher but I 
> still don't see where to find the database configuration page mentioned here: 
> https://stanbol.apache.org/docs/trunk/utils/marmotta-kiwi-repository-service
>
> I've been working through the various pages on the OSGI console and I was 
> unable to find it anywhere
>
> Cheers
>
> Alan
>
> -----Original Message-----
> From: Rupert Westenthaler [mailto:rupert.westentha...@gmail.com]
> Sent: Wednesday, February 10, 2016 6:53 AM
> To: users@marmotta.apache.org
> Subject: Re: KiWi SAIL example
>
> Hi Alan
>
> The "org.apache.stanbol:org.apache.stanbol.commons.marmotta.kiwi" [1] allows 
> you to configure a Kiwi Repository and use it as Service in OSGI.
>
> This module is part of the
> "org.apache.stanbol:org.apache.stanbol.launchers.bundlelists.marmotta.kiwi"
> bundlelist. It is only available in the full launcher. If you want to use the 
> stable launcher you need to add it.
>
> if you have the required modules installed you can go to 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__localhost-3A8080_system_console_configMgr&d=BQIFaQ&c=jcv3orpCsv7C4ly8-ubDob57ycZ4jvhoYZNDBA06fPk&r=xN9AnMDZvO_QvUZQZcoply6WFqSJuNcpv-dDu2fA4Ac&m=hg2Pp5SYi4g3BLMcxc7e3YY9jrO5onsWaDuqw1okq8k&s=R1oX6P9n3xSPJpig-h0pN_ZTnFsXfUJLDXs20b7Z_G0&e=
>   and configure an instance of the "Marmotta Kiwi TripleStore Service". Doing 
> so will register the configured Kiwi Repository as 
> "org.openrdf.repository.Repository" service with the OSGI Service Registry 
> where you can simple lookup it e.g. by using a ServiceTracker or just inject 
> into your component.
>
> hope this helps
> Rupert
>
> [1] 
> https://urldefense.proofpoint.com/v2/url?u=http-3A__svn.apache.org_repos_asf_stanbol_branches_release-2D0.12_commons_marmotta_kiwi_&d=BQIFaQ&c=jcv3orpCsv7C4ly8-ubDob57ycZ4jvhoYZNDBA06fPk&r=xN9AnMDZvO_QvUZQZcoply6WFqSJuNcpv-dDu2fA4Ac&m=hg2Pp5SYi4g3BLMcxc7e3YY9jrO5onsWaDuqw1okq8k&s=OX5scljjJW5ez1-4fsYj4TopLzysEOo6LrktkRMKvdI&e=
>
> On Sun, Feb 7, 2016 at 7:59 PM, Robson, Alan <alan.rob...@viasat.com> wrote:
>> That’s really helpful – thanks.
>>
>>
>>
>> Is there also a path via stanbol?
>>
>>
>>
>> Can stanbol connect to the exact same information as marmotta if I
>> give it the same set of database tables to work with, or is that the
>> wrong way to approach connecting stanbol and marmotta ?
>>
>>
>>
>> Cheers
>>
>>
>>
>> Alan
>>
>>
>>
>> From: Sergio Fernández [mailto:wik...@apache.org]
>> Sent: Sunday, February 07, 2016 5:50 AM
>> To: users@marmotta.apache.org
>> Subject: Re: KiWi SAIL example
>>
>>
>>
>> Alan, you can use the KiWi Java API, connecting to the database via
>> JDBC to directly access the Sail.
>>
>>
>>
>> That what, for example the bulk loader does:
>> https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_apache
>> _marmotta_blob_develop_loader_marmotta-2Dloader-2Dkiwi_src_main_java_o
>> rg_apache_marmotta_loader_kiwi_KiWiLoaderHandler.java-23L70&d=BQIFaQ&c
>> =jcv3orpCsv7C4ly8-ubDob57ycZ4jvhoYZNDBA06fPk&r=xN9AnMDZvO_QvUZQZcoply6
>> WFqSJuNcpv-dDu2fA4Ac&m=hg2Pp5SYi4g3BLMcxc7e3YY9jrO5onsWaDuqw1okq8k&s=k
>> jT1s2xTDiGGUoO0ssNKI7vcz-X8BTFAMhFp92k8Psg&e=
>>
>>
>>
>> In that case you may want to take a look to the KiWi Cloud setup:
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__marmotta.apache.or
>> g_platform_cloud.html&d=BQIFaQ&c=jcv3orpCsv7C4ly8-ubDob57ycZ4jvhoYZNDB
>> A06fPk&r=xN9AnMDZvO_QvUZQZcoply6WFqSJuNcpv-dDu2fA4Ac&m=hg2Pp5SYi4g3BLM
>> cxc7e3YY9jrO5onsWaDuqw1okq8k&s=9wTKHmOHFxtfvdJMl5Fml_Bc2i4pGM4T3X8PjoH
>> 0zkA&e=
>>
>>
>>
>> Hope that helps.
>>
>>
>>
>>
>>
>>
>>
>> On Sat, Feb 6, 2016 at 11:40 PM, Robson, Alan <alan.rob...@viasat.com>
>> wrote:
>>
>> I’m pretty happy with Marmotta. I can load and retrieve information
>> via the LDP web services and I now have a reasonable knowledgebase of
>> machines in my network and how they inter-connect.
>>
>>
>>
>> I’d like to be able to write small applications that can tap directly
>> into the knowledgebase data model without going through the web API.
>> Is there a short, simple example of using maybe the
>> eclipse/sesame/openrdf API and the marmotta-specific extensions in the
>> sesame-tools library to write a small application that interacts directly 
>> with KiWi ?
>>
>>
>>
>> I don’t think I want to create a new Kiwi store, just tap into the
>> existing instance, or do I have to create a new KiwI store backed by
>> the same postgres database, is that how it works ?
>>
>>
>>
>> How might I approach creating an example to learn from ?
>>
>>
>>
>> Many thanks
>>
>>
>>
>> Alan
>>
>>
>>
>>
>>
>>
>> --
>>
>> Sergio Fernández
>> Partner Technology Manager
>> Redlink GmbH
>> m: +43 6602747925
>> e: sergio.fernan...@redlink.co
>> w:
>> https://urldefense.proofpoint.com/v2/url?u=http-3A__redlink.co&d=BQIFa
>> Q&c=jcv3orpCsv7C4ly8-ubDob57ycZ4jvhoYZNDBA06fPk&r=xN9AnMDZvO_QvUZQZcop
>> ly6WFqSJuNcpv-dDu2fA4Ac&m=hg2Pp5SYi4g3BLMcxc7e3YY9jrO5onsWaDuqw1okq8k&
>> s=RgUyb22NByGayCp9w83M-LLJLnUz5oClYCvu4UYvi2I&e=
>
>
>
> --
> | Rupert Westenthaler             rupert.westentha...@gmail.com
> | Bodenlehenstraße 11                              ++43-699-11108907
> | A-5500 Bischofshofen
> | REDLINK.CO 
> ..........................................................................
> | https://urldefense.proofpoint.com/v2/url?u=http-3A__redlink.co_&d=BQIF
> | aQ&c=jcv3orpCsv7C4ly8-ubDob57ycZ4jvhoYZNDBA06fPk&r=xN9AnMDZvO_QvUZQZco
> | ply6WFqSJuNcpv-dDu2fA4Ac&m=hg2Pp5SYi4g3BLMcxc7e3YY9jrO5onsWaDuqw1okq8k
> | &s=5306Ne1LW0Z4P3TNDGOhyO90z3246PnGlNboEzcpIJs&e=



-- 
| Rupert Westenthaler             rupert.westentha...@gmail.com
| Bodenlehenstraße 11                              ++43-699-11108907
| A-5500 Bischofshofen
| REDLINK.CO 
..........................................................................
| http://redlink.co/

Reply via email to