Skip navigation links

@ParametersAreNonnullByDefault

Package eu.fbk.knowledgestore.server

KnowledgeStore embeddable server (ks-server).

See: Description

Package eu.fbk.knowledgestore.server Description

KnowledgeStore embeddable server (ks-server).

This package provides an embeddable Server implementation of the KnowledgeStore interface based on the internal server-side components FileStore, DataStore and TripleStore. Operations of the KnowledgeStore API are routed to internal components, and necessary coordination is implemented in order to support the partial replication of entity data between the DataStore and the TripleStore. This implementation is suitable for being embedded in Java applications, allowing them to run an in-process instance of the KnowledgeStore. In case (HTTP) network access is desired, the HttpServer implementation of module ks-server-http should rather be used.

Skip navigation links

Copyright © 2015–2016 FBK-irst. All rights reserved.