https://github.com/comunica/comunica-feature-hdt
📬 Comunica packages for query execution over HDT files
Science Score: 26.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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.7%) to scientific vocabulary
Repository
📬 Comunica packages for query execution over HDT files
Basic Info
- Host: GitHub
- Owner: comunica
- License: other
- Language: TypeScript
- Default Branch: master
- Size: 1.31 MB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 8
- Releases: 0
Metadata Files
README.md
Comunica for HDT
Learn more about Comunica on our website.
This is a monorepo that contains packages for allowing Comunica to query over HDT files, which are highly compressed files for storing large RDF datasets. If you want to use a HDT-enabled Comunica engine, have a look at Comunica SPARQL HDT.
Concretely, this monorepo adds HDT support to Comunica using the following packages:
- Comunica SPARQL HDT: A Comunica query engine that includes all HDT-related packages.
Click here to learn more about Comunica HDT, or to see live examples.
Development Setup
(JSDoc: https://comunica.github.io/comunica-feature-hdt/)
This repository should be used by Comunica module developers as it contains multiple Comunica modules that can be composed. This repository is managed as a monorepo using Lerna.
If you want to develop new features or use the (potentially unstable) in-development version, you can set up a development environment for Comunica.
Comunica requires Node.JS 8.0 or higher and the Yarn package manager. Comunica is tested on OSX, Linux and Windows.
This project can be setup by cloning and installing it as follows:
bash
$ git clone https://github.com/comunica/comunica.git
$ cd comunica
$ yarn install
Note: npm install is not supported at the moment, as this project makes use of Yarn's workspaces functionality
This will install the dependencies of all modules, and bootstrap the Lerna monorepo.
After that, all Comunica packages are available in the packages/ folder
and can be used in a development environment, such as querying with Comunica SPARQL HDT (engines/query-sparql-hdt).
Furthermore, this will add pre-commit hooks
to build, lint and test.
These hooks can temporarily be disabled at your own risk by adding the -n flag to the commit command.
License
This code is copyrighted by Ghent University – imec and released under the MIT license.
Owner
- Name: Comunica
- Login: comunica
- Kind: organization
- Location: Ghent, Belgium
- Website: https://comunica.dev
- Twitter: comunicajs
- Repositories: 69
- Profile: https://github.com/comunica
Flexible SPARQL and GraphQL over decentralized RDF on the Web.
GitHub Events
Total
- Delete event: 21
- Issue comment event: 8
- Push event: 59
- Pull request event: 21
- Create event: 26
- Commit comment event: 87
Last Year
- Delete event: 21
- Issue comment event: 8
- Push event: 59
- Pull request event: 21
- Create event: 26
- Commit comment event: 87
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| renovate[bot] | 2****]@u****m | 32 |
| Ruben Taelman | r****n@u****e | 30 |
| constraintAutomaton | c****n@p****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 1
- Total pull requests: 31
- Average time to close issues: 23 days
- Average time to close pull requests: about 1 month
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.87
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 29
Past Year
- Issues: 0
- Pull requests: 29
- Average time to close issues: N/A
- Average time to close pull requests: 30 days
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.79
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 27
Top Authors
Issue Authors
- balhoff (1)
Pull Request Authors
- renovate[bot] (29)
- constraintAutomaton (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- JamesIves/github-pages-deploy-action v4 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- coverallsapp/github-action master composite
- actions/stale v3 composite
- actions/checkout v2 composite
- peaceiris/actions-label-commenter v1 composite
- srggrs/assign-one-project-github-action 1.3.1 composite
- github/issue-labeler v2.5 composite
- node 18 build
- @comunica/config-query-sparql ^3.0.1
- @comunica/actor-context-preprocess-convert-shortcuts ^3.0.1
- @comunica/actor-context-preprocess-query-source-identify ^3.0.1
- @comunica/actor-context-preprocess-query-source-skolemize ^3.0.1
- @comunica/actor-context-preprocess-set-defaults ^3.0.1
- @comunica/actor-context-preprocess-source-to-destination ^3.0.1
- @comunica/actor-dereference-fallback ^3.0.1
- @comunica/actor-dereference-http ^3.0.1
- @comunica/actor-dereference-rdf-parse ^3.0.1
- @comunica/actor-hash-bindings-sha1 ^3.0.1
- @comunica/actor-http-fetch ^3.0.1
- @comunica/actor-http-proxy ^3.0.1
- @comunica/actor-http-wayback ^3.0.1
- @comunica/actor-init-query ^3.0.1
- @comunica/actor-optimize-query-operation-assign-sources-exhaustive ^3.0.1
- @comunica/actor-optimize-query-operation-bgp-to-join ^3.0.1
- @comunica/actor-optimize-query-operation-describe-to-constructs-subject ^3.0.1
- @comunica/actor-optimize-query-operation-filter-pushdown ^3.0.1
- @comunica/actor-optimize-query-operation-group-sources ^3.0.1
- @comunica/actor-optimize-query-operation-join-bgp ^3.0.1
- @comunica/actor-optimize-query-operation-join-connected ^3.0.1
- @comunica/actor-optimize-query-operation-prune-empty-source-operations ^3.0.1
- @comunica/actor-optimize-query-operation-rewrite-add ^3.0.1
- @comunica/actor-optimize-query-operation-rewrite-copy ^3.0.1
- @comunica/actor-optimize-query-operation-rewrite-move ^3.0.1
- @comunica/actor-query-operation-ask ^3.0.1
- @comunica/actor-query-operation-bgp-join ^3.0.1
- @comunica/actor-query-operation-construct ^3.0.1
- @comunica/actor-query-operation-distinct-hash ^3.0.1
- @comunica/actor-query-operation-extend ^3.0.1
- @comunica/actor-query-operation-filter ^3.0.1
- @comunica/actor-query-operation-from-quad ^3.0.1
- @comunica/actor-query-operation-group ^3.0.1
- @comunica/actor-query-operation-join ^3.0.1
- @comunica/actor-query-operation-leftjoin ^3.0.1
- @comunica/actor-query-operation-minus ^3.0.1
- @comunica/actor-query-operation-nop ^3.0.1
- @comunica/actor-query-operation-orderby ^3.0.1
- @comunica/actor-query-operation-path-alt ^3.0.1
- @comunica/actor-query-operation-path-inv ^3.0.1
- @comunica/actor-query-operation-path-link ^3.0.1
- @comunica/actor-query-operation-path-nps ^3.0.1
- @comunica/actor-query-operation-path-one-or-more ^3.0.1
- @comunica/actor-query-operation-path-seq ^3.0.1
- @comunica/actor-query-operation-path-zero-or-more ^3.0.1
- @comunica/actor-query-operation-path-zero-or-one ^3.0.1
- @comunica/actor-query-operation-project ^3.0.1
- @comunica/actor-query-operation-reduced-hash ^3.0.1
- @comunica/actor-query-operation-service ^3.0.1
- @comunica/actor-query-operation-slice ^3.0.1
- @comunica/actor-query-operation-source ^3.0.1
- @comunica/actor-query-operation-union ^3.0.1
- @comunica/actor-query-operation-update-clear ^3.0.1
- @comunica/actor-query-operation-update-compositeupdate ^3.0.1
- @comunica/actor-query-operation-update-create ^3.0.1
- @comunica/actor-query-operation-update-deleteinsert ^3.0.1
- @comunica/actor-query-operation-update-drop ^3.0.1
- @comunica/actor-query-operation-update-load ^3.0.1
- @comunica/actor-query-operation-values ^3.0.1
- @comunica/actor-query-parse-graphql ^3.0.1
- @comunica/actor-query-parse-sparql ^3.0.1
- @comunica/actor-query-process-explain-logical ^3.0.1
- @comunica/actor-query-process-explain-parsed ^3.0.1
- @comunica/actor-query-process-explain-physical ^3.0.1
- @comunica/actor-query-process-sequential ^3.0.1
- @comunica/actor-query-result-serialize-json ^3.0.1
- @comunica/actor-query-result-serialize-rdf ^3.0.1
- @comunica/actor-query-result-serialize-simple ^3.0.1
- @comunica/actor-query-result-serialize-sparql-csv ^3.0.1
- @comunica/actor-query-result-serialize-sparql-json ^3.0.1
- @comunica/actor-query-result-serialize-sparql-tsv ^3.0.1
- @comunica/actor-query-result-serialize-sparql-xml ^3.0.1
- @comunica/actor-query-result-serialize-stats ^3.0.1
- @comunica/actor-query-result-serialize-table ^3.0.1
- @comunica/actor-query-result-serialize-tree ^3.0.1
- @comunica/actor-query-source-identify-hypermedia ^3.0.1
- @comunica/actor-query-source-identify-hypermedia-none ^3.0.1
- @comunica/actor-query-source-identify-hypermedia-qpf ^3.0.1
- @comunica/actor-query-source-identify-hypermedia-sparql ^3.0.1
- @comunica/actor-query-source-identify-rdfjs ^3.0.1
- @comunica/actor-query-source-identify-serialized ^3.0.1
- @comunica/actor-rdf-join-entries-sort-cardinality ^3.0.1
- @comunica/actor-rdf-join-inner-hash ^3.0.1
- @comunica/actor-rdf-join-inner-multi-bind ^3.0.1
- @comunica/actor-rdf-join-inner-multi-bind-source ^3.0.1
- @comunica/actor-rdf-join-inner-multi-empty ^3.0.1
- @comunica/actor-rdf-join-inner-multi-smallest ^3.0.1
- @comunica/actor-rdf-join-inner-multi-smallest-filter-bindings ^3.0.1
- @comunica/actor-rdf-join-inner-nestedloop ^3.0.1
- @comunica/actor-rdf-join-inner-none ^3.0.1
- @comunica/actor-rdf-join-inner-single ^3.0.1
- @comunica/actor-rdf-join-inner-symmetrichash ^3.0.1
- @comunica/actor-rdf-join-minus-hash ^3.0.1
- @comunica/actor-rdf-join-minus-hash-undef ^3.0.1
- @comunica/actor-rdf-join-optional-bind ^3.0.1
- @comunica/actor-rdf-join-optional-nestedloop ^3.0.1
- @comunica/actor-rdf-join-selectivity-variable-counting ^3.0.1
- @comunica/actor-rdf-metadata-accumulate-cancontainundefs ^3.0.1
- @comunica/actor-rdf-metadata-accumulate-cardinality ^3.0.1
- @comunica/actor-rdf-metadata-accumulate-pagesize ^3.0.1
- @comunica/actor-rdf-metadata-accumulate-requesttime ^3.0.1
- @comunica/actor-rdf-metadata-all ^3.0.1
- @comunica/actor-rdf-metadata-extract-allow-http-methods ^3.0.1
- @comunica/actor-rdf-metadata-extract-hydra-controls ^3.0.1
- @comunica/actor-rdf-metadata-extract-hydra-count ^3.0.1
- @comunica/actor-rdf-metadata-extract-hydra-pagesize ^3.0.1
- @comunica/actor-rdf-metadata-extract-patch-sparql-update ^3.0.1
- @comunica/actor-rdf-metadata-extract-put-accepted ^3.0.1
- @comunica/actor-rdf-metadata-extract-request-time ^3.0.1
- @comunica/actor-rdf-metadata-extract-sparql-service ^3.0.1
- @comunica/actor-rdf-metadata-primary-topic ^3.0.1
- @comunica/actor-rdf-parse-html ^3.0.1
- @comunica/actor-rdf-parse-html-microdata ^3.0.1
- @comunica/actor-rdf-parse-html-rdfa ^3.0.1
- @comunica/actor-rdf-parse-html-script ^3.0.1
- @comunica/actor-rdf-parse-jsonld ^3.0.1
- @comunica/actor-rdf-parse-n3 ^3.0.1
- @comunica/actor-rdf-parse-rdfxml ^3.0.1
- @comunica/actor-rdf-parse-shaclc ^3.0.1
- @comunica/actor-rdf-parse-xml-rdfa ^3.0.1
- @comunica/actor-rdf-resolve-hypermedia-links-next ^3.0.1
- @comunica/actor-rdf-resolve-hypermedia-links-queue-fifo ^3.0.1
- @comunica/actor-rdf-serialize-jsonld ^3.0.1
- @comunica/actor-rdf-serialize-n3 ^3.0.1
- @comunica/actor-rdf-serialize-shaclc ^3.0.1
- @comunica/actor-rdf-update-hypermedia-patch-sparql-update ^3.0.1
- @comunica/actor-rdf-update-hypermedia-put-ldp ^3.0.1
- @comunica/actor-rdf-update-hypermedia-sparql ^3.0.1
- @comunica/actor-rdf-update-quads-hypermedia ^3.0.1
- @comunica/actor-rdf-update-quads-rdfjs-store ^3.0.1
- @comunica/bus-http-invalidate ^3.0.1
- @comunica/bus-query-operation ^3.0.1
- @comunica/config-query-sparql ^3.0.1
- @comunica/context-entries ^3.0.1
- @comunica/core ^3.0.1
- @comunica/logger-void ^3.0.1
- @comunica/mediator-all ^3.0.1
- @comunica/mediator-combine-pipeline ^3.0.1
- @comunica/mediator-combine-union ^3.0.1
- @comunica/mediator-join-coefficients-fixed ^3.0.1
- @comunica/mediator-number ^3.0.1
- @comunica/mediator-race ^3.0.1
- @comunica/runner ^3.0.1
- @comunica/runner-cli ^3.0.1
- @comunica/types ^3.0.1
- @babel/core ^7.16.0 development
- @babel/preset-env ^7.16.4 development
- @rubensworks/eslint-config ^3.0.0 development
- @types/jest ^29.0.0 development
- @types/node ^20.0.0 development
- asynciterator ^3.2.1 development
- babel-loader ^9.0.0 development
- componentsjs-generator ^4.0.1 development
- cross-fetch ^4.0.0 development
- eslint ^8.57.0 development
- immutable ^4.0.0 development
- jest ^29.0.0 development
- jest-rdf ^1.7.0 development
- lerna ^8.0.0 development
- manual-git-changelog ^1.0.0 development
- nodemon ^3.0.0 development
- pre-commit ^1.2.2 development
- rdf-data-factory ^1.1.0 development
- rdf-quad ^1.5.0 development
- sparqlalgebrajs ^4.0.0 development
- stream-to-string ^1.1.0 development
- streamify-array ^1.0.0 development
- streamify-string ^1.0.1 development
- ts-jest ^29.0.0 development
- typedoc ^0.25.1 development
- typescript ^5.3.3 development
- webpack ^5.64.4 development
- webpack-cli ^5.0.0 development
- @comunica/bindings-factory ^3.0.1
- @comunica/bus-merge-bindings-context ^3.0.1
- @comunica/bus-query-source-identify ^3.0.1
- @comunica/core ^3.0.1
- 1520 dependencies
- @jbr-experiment/bsbm ^5.2.3
- @jbr-hook/cli ^5.2.0
- @jbr-hook/sparql-endpoint-comunica ^5.2.0
- cross-env ^7.0.3
- jbr ^5.2.0
- @jbr-experiment/watdiv ^5.2.0
- @jbr-hook/cli ^5.2.0
- @jbr-hook/sparql-endpoint-comunica ^5.2.0
- cross-env ^7.0.3
- jbr ^5.2.0
