On Mon, Jul 9, 2012 at 12:29 PM, Fabian Christ
<[email protected]> wrote:
> 2012/7/9 Rupert Westenthaler <[email protected]>:
>> ManagedSite (STANBOL-673) are supposed to be a special kind of
>> ReferencedSite that provide the same create/update/delete/find/query
>> as "/entityhub" (1). However while there can only be a single instance
>> of (1) users will be able to configure MULTIPLE ManagedSites. So if
>> the need to manage different sets of Entities for different use-cases.
>> They can now do so by creating multiple ManagedSite instance.
>
> What kind of services can be used as a ManagedSite? For the
> ReferencedSites it has to be some SPARQL endpoint or a custom
> implementation of the interface, right?
>

Initially I will provide an implementation of the ManagedSite
interface that uses an Yard instance for storing the Entity data.
Currently their are two Yard implementations (1) SolrYard and (2) the
ClerezzaYard.

If you use a SolrYard the RESTful API of the SolrCore will be
available under http://{stanbol-instance}/solr/default/{solrCoreName}.
The {solrCoreName} is configured in the SolrYard configuration and my
be the same as the {siteId}.

If you use the ClerezzaYard the SPARQL endpoint is not exposed yet,
but we could easily add this with STANBOL-580 implemented.

best
Rupert



-- 
| Rupert Westenthaler             [email protected]
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Reply via email to