Jump to content

Federated Cypher Queries Across Wiki Instances: Difference between revisions

From NeoWiki Demo
Content deleted Content added
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
neo
Line 7: Line 7:
"statements": {
"statements": {
"Title": {
"Title": {
"type": "text",
"propertyType": "text",
"value": [
"value": [
"Federated Cypher Queries Across Wiki Instances"
"Federated Cypher Queries Across Wiki Instances"
Line 13: Line 13:
},
},
"Year": {
"Year": {
"type": "number",
"propertyType": "number",
"value": 2025
"value": 2025
},
},
"Venue": {
"Venue": {
"type": "text",
"propertyType": "text",
"value": [
"value": [
"Knowledge-Based Systems"
"Knowledge-Based Systems"
Line 23: Line 23:
},
},
"Authors": {
"Authors": {
"type": "relation",
"propertyType": "relation",
"value": [
"value": [
{
{
Line 36: Line 36:
},
},
"URL": {
"URL": {
"type": "url",
"propertyType": "url",
"value": [
"value": [
"https://example.org/publications/federated-cypher"
"https://example.org/publications/federated-cypher"

Latest revision as of 22:06, 27 July 2026

"Federated Cypher Queries Across Wiki Instances" describes an architecture for running Cypher queries that span multiple wiki-hosted graph stores. The paper details a query-planning layer that decomposes a user query into per-instance subqueries and merges the results without a central index.

The approach is a practical step toward cross-institution knowledge graph use cases, where each contributing wiki retains autonomy over its own data and access controls.