Code Monkey home page Code Monkey logo

xsearchkg's Introduction

License: MIT DOI

XSearchKG: A Platform for Explainable Keyword Search over Knowledge Graphs

๐Ÿ“น Demo Video

System Architecture

approach!

The application consists of two fundamental building blocks:

  • A Node.js Express server (backend) produces ranked results with essential information such as labels, descriptions, and subgraph bindings.
  • A React app (frontend) provides a user-friendly and responsive web interface.

The application requires a running SPARQL endpoint and the files representing the summary graph generated at the first off-line phase of Fed20. The routes of the backend are very lightweight, containing the OpenAPI documentation. The routes are mapped to corresponding controllers. The latter uses a common set of services. The most prominent services are as follows:

  • Query service: Acts as a single entry point for all calls to the Top-k Query generator code (query generation).
  • Result service: Used for the generation of the result list and the calculation of the ranking scores.
  • Enrichment service: Provides all additional information for IRIs such as labels, descriptions, and image URLs. To avoid regenerating identical data and improve performance, we utilize both standard HTTP cache headers and in-memory caches implemented as Express server middleware.

Run

The search application consists of two components:

License

This project is licensed under the MIT License.

xsearchkg's People

Contributors

leilafedd avatar martinbirke avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.