detrusty

Federated Query Engine over RDF Sources

https://github.com/sdm-tib/detrusty

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.1%) to scientific vocabulary

Keywords

federated-query sparql
Last synced: 10 months ago · JSON representation

Repository

Federated Query Engine over RDF Sources

Basic Info
Statistics
  • Stars: 17
  • Watchers: 3
  • Forks: 2
  • Open Issues: 0
  • Releases: 56
Topics
federated-query sparql
Created almost 6 years ago · Last pushed 10 months ago
Metadata Files
Readme Changelog License Zenodo

README.md

Test Status Latest Release Docker Image DOI License: GPL v3

Python Versions Package Format Package Status Package Version

Logo

DeTrusty is a federated query engine. At this stage, only SPARQL endpoints are supported. DeTrusty differs from other query engines through its focus on the explainability and trustworthiness of the query result.

[!NOTE] DeTrusty is under active development! The current version is a federated query engine following the SPARQL 1.1 protocol, i.e., you can use the SERVICE clause to specify the endpoints manually. However, some features of SPARQL 1.1 and the parts about the explainability and trustworthiness have not been implemented yet.

Currently, DeTrusty only supports SELECT queries. The following SPARQL 1.1 operations are not supported (yet). This list might not be exhaustive. Please, let us know if we missed something. - Conditional functions, e.g., IF, BOUND, COALESCE - Built-in functions, e.g., isIRI, STRLEN, abs, floor, now, month, MD5 - Specifying RDF datasets using FROM, FROM NAMED, or GRAPH

If you want to know more, check out the documentation.

Running DeTrusty

You can use DeTrusty as a Python3 library or a Web-based service using Docker. The documentation includes detailed examples and explanations for both scenarios.

License

DeTrusty is licensed under GPL-3.0.

Owner

  • Name: Scientific Data Management Group
  • Login: SDM-TIB
  • Kind: organization
  • Email: Philipp.Rohde@tib.eu
  • Location: Hannover, Germany

GitHub Events

Total
  • Release event: 5
  • Watch event: 4
  • Push event: 12
  • Create event: 6
Last Year
  • Release event: 5
  • Watch event: 4
  • Push event: 12
  • Create event: 6

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 167
  • Total Committers: 3
  • Avg Commits per committer: 55.667
  • Development Distribution Score (DDS): 0.024
Top Committers
Name Email Commits
Philipp Rohde P****e@t****u 163
Mazen b****n@g****m 2
avellino a****n@g****m 2
Committer Domains (Top 20 + Academic)
tib.eu: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: 3 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ingokeck (2)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 710 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 48
  • Total maintainers: 1
pypi.org: detrusty

DeTrusty - Decentralized and Trustable Query Engine

  • Versions: 48
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 710 Last month
Rankings
Dependent packages count: 6.6%
Downloads: 8.5%
Stargazers count: 16.1%
Average: 16.3%
Forks count: 19.6%
Dependent repos count: 30.6%
Maintainers (1)
Last synced: 10 months ago

Dependencies

requirements.txt pypi
  • Flask ==2.2.1
  • ply ==3.11
  • rdflib ==6.2.0
  • requests ==2.28.1
setup.py pypi
  • ply ==3.11
  • rdflib >=6.0.0
  • requests >=2.27.0
.github/workflows/build-push.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • docker/build-push-action v3 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
Dockerfile docker
  • python 3.11.0-slim-bullseye build
.github/workflows/docs.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • crazy-max/ghaction-import-gpg v6 composite
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • fkirc/skip-duplicate-actions v5 composite
example/docker-compose.yml docker
  • sdmtib/detrusty latest
requirements-dev.txt pypi
  • pytest >=7.2 development
requirements-doc.txt pypi
  • sphinx >=4.4.0
  • sphinx-mdinclude *
  • sphinx-rtd-theme ==1.0.0
  • sphinxcontrib-bibtex >=2.4.0