An Aggregated Store Factory actor that constructs a memory-based aggregated store.
This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
$ yarn add @comunica/actor-factory-aggregated-store-memory
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-factory-aggregated-store-memory/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:factory-aggregated-store/actors#memory",
"@type": "ActorAggregatedStoreFactoryMemory",
"mediatorMetadataAccumulate": { "@id": "urn:comunica:default:rdf-metadata-accumulate/mediators#main" }
}
]
}
emitPartialCardinalities: Indicates whether the store should emit updated partial cardinalities for each matching quad.mediatorMetadataAccumulate: A mediator over the Metadata Accumulate bus.