Coder Social home page Coder Social logo

comunica-feature-hdt's Introduction

Comunica

Comunica for HDT

Build Status Coverage Status Gitter chat

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:

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:

$ 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.

comunica-feature-hdt's People

Contributors

rubensworks avatar renovate[bot] avatar

Watchers

Miel Vander Sande avatar Pieter Heyvaert avatar

comunica-feature-hdt's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

npm
engines/config-query-sparql-hdt/package.json
  • @comunica/config-query-sparql ^3.1.0
engines/query-sparql-hdt/package.json
  • @comunica/actor-context-preprocess-convert-shortcuts ^3.1.0
  • @comunica/actor-context-preprocess-query-source-identify ^3.1.0
  • @comunica/actor-context-preprocess-query-source-skolemize ^3.1.0
  • @comunica/actor-context-preprocess-set-defaults ^3.1.0
  • @comunica/actor-context-preprocess-source-to-destination ^3.1.0
  • @comunica/actor-dereference-fallback ^3.1.0
  • @comunica/actor-dereference-http ^3.1.0
  • @comunica/actor-dereference-rdf-parse ^3.1.0
  • @comunica/actor-hash-bindings-sha1 ^3.1.0
  • @comunica/actor-http-fetch ^3.1.0
  • @comunica/actor-http-proxy ^3.1.0
  • @comunica/actor-http-wayback ^3.1.0
  • @comunica/actor-init-query ^3.1.0
  • @comunica/actor-optimize-query-operation-assign-sources-exhaustive ^3.1.0
  • @comunica/actor-optimize-query-operation-bgp-to-join ^3.1.0
  • @comunica/actor-optimize-query-operation-describe-to-constructs-subject ^3.1.0
  • @comunica/actor-optimize-query-operation-filter-pushdown ^3.1.0
  • @comunica/actor-optimize-query-operation-group-sources ^3.1.0
  • @comunica/actor-optimize-query-operation-join-bgp ^3.1.0
  • @comunica/actor-optimize-query-operation-join-connected ^3.1.0
  • @comunica/actor-optimize-query-operation-prune-empty-source-operations ^3.1.0
  • @comunica/actor-optimize-query-operation-rewrite-add ^3.1.0
  • @comunica/actor-optimize-query-operation-rewrite-copy ^3.1.0
  • @comunica/actor-optimize-query-operation-rewrite-move ^3.1.0
  • @comunica/actor-query-operation-ask ^3.1.0
  • @comunica/actor-query-operation-bgp-join ^3.1.0
  • @comunica/actor-query-operation-construct ^3.1.0
  • @comunica/actor-query-operation-distinct-hash ^3.1.0
  • @comunica/actor-query-operation-extend ^3.1.0
  • @comunica/actor-query-operation-filter ^3.1.0
  • @comunica/actor-query-operation-from-quad ^3.1.0
  • @comunica/actor-query-operation-group ^3.1.0
  • @comunica/actor-query-operation-join ^3.1.0
  • @comunica/actor-query-operation-leftjoin ^3.1.0
  • @comunica/actor-query-operation-minus ^3.1.0
  • @comunica/actor-query-operation-nop ^3.1.0
  • @comunica/actor-query-operation-orderby ^3.1.0
  • @comunica/actor-query-operation-path-alt ^3.1.0
  • @comunica/actor-query-operation-path-inv ^3.1.0
  • @comunica/actor-query-operation-path-link ^3.1.0
  • @comunica/actor-query-operation-path-nps ^3.1.0
  • @comunica/actor-query-operation-path-one-or-more ^3.1.0
  • @comunica/actor-query-operation-path-seq ^3.1.0
  • @comunica/actor-query-operation-path-zero-or-more ^3.1.0
  • @comunica/actor-query-operation-path-zero-or-one ^3.1.0
  • @comunica/actor-query-operation-project ^3.1.0
  • @comunica/actor-query-operation-reduced-hash ^3.1.0
  • @comunica/actor-query-operation-service ^3.1.0
  • @comunica/actor-query-operation-slice ^3.1.0
  • @comunica/actor-query-operation-source ^3.1.0
  • @comunica/actor-query-operation-union ^3.1.0
  • @comunica/actor-query-operation-update-clear ^3.1.0
  • @comunica/actor-query-operation-update-compositeupdate ^3.1.0
  • @comunica/actor-query-operation-update-create ^3.1.0
  • @comunica/actor-query-operation-update-deleteinsert ^3.1.0
  • @comunica/actor-query-operation-update-drop ^3.1.0
  • @comunica/actor-query-operation-update-load ^3.1.0
  • @comunica/actor-query-operation-values ^3.1.0
  • @comunica/actor-query-parse-graphql ^3.1.0
  • @comunica/actor-query-parse-sparql ^3.1.0
  • @comunica/actor-query-process-explain-logical ^3.1.0
  • @comunica/actor-query-process-explain-parsed ^3.1.0
  • @comunica/actor-query-process-explain-physical ^3.1.0
  • @comunica/actor-query-process-sequential ^3.1.0
  • @comunica/actor-query-result-serialize-json ^3.1.0
  • @comunica/actor-query-result-serialize-rdf ^3.1.0
  • @comunica/actor-query-result-serialize-simple ^3.1.0
  • @comunica/actor-query-result-serialize-sparql-csv ^3.1.0
  • @comunica/actor-query-result-serialize-sparql-json ^3.1.0
  • @comunica/actor-query-result-serialize-sparql-tsv ^3.1.0
  • @comunica/actor-query-result-serialize-sparql-xml ^3.1.0
  • @comunica/actor-query-result-serialize-stats ^3.1.0
  • @comunica/actor-query-result-serialize-table ^3.1.0
  • @comunica/actor-query-result-serialize-tree ^3.1.0
  • @comunica/actor-query-source-identify-hypermedia ^3.1.1
  • @comunica/actor-query-source-identify-hypermedia-none ^3.1.0
  • @comunica/actor-query-source-identify-hypermedia-qpf ^3.1.0
  • @comunica/actor-query-source-identify-hypermedia-sparql ^3.1.0
  • @comunica/actor-query-source-identify-rdfjs ^3.1.0
  • @comunica/actor-query-source-identify-serialized ^3.1.0
  • @comunica/actor-rdf-join-entries-sort-cardinality ^3.1.0
  • @comunica/actor-rdf-join-inner-hash ^3.1.0
  • @comunica/actor-rdf-join-inner-multi-bind ^3.1.0
  • @comunica/actor-rdf-join-inner-multi-bind-source ^3.1.0
  • @comunica/actor-rdf-join-inner-multi-empty ^3.1.0
  • @comunica/actor-rdf-join-inner-multi-smallest ^3.1.0
  • @comunica/actor-rdf-join-inner-multi-smallest-filter-bindings ^3.1.0
  • @comunica/actor-rdf-join-inner-nestedloop ^3.1.0
  • @comunica/actor-rdf-join-inner-none ^3.1.0
  • @comunica/actor-rdf-join-inner-single ^3.1.0
  • @comunica/actor-rdf-join-inner-symmetrichash ^3.1.0
  • @comunica/actor-rdf-join-minus-hash ^3.1.0
  • @comunica/actor-rdf-join-minus-hash-undef ^3.1.0
  • @comunica/actor-rdf-join-optional-bind ^3.1.0
  • @comunica/actor-rdf-join-optional-nestedloop ^3.1.0
  • @comunica/actor-rdf-join-selectivity-variable-counting ^3.1.0
  • @comunica/actor-rdf-metadata-accumulate-cancontainundefs ^3.1.0
  • @comunica/actor-rdf-metadata-accumulate-cardinality ^3.1.0
  • @comunica/actor-rdf-metadata-accumulate-pagesize ^3.1.0
  • @comunica/actor-rdf-metadata-accumulate-requesttime ^3.1.0
  • @comunica/actor-rdf-metadata-all ^3.1.0
  • @comunica/actor-rdf-metadata-extract-allow-http-methods ^3.1.0
  • @comunica/actor-rdf-metadata-extract-hydra-controls ^3.1.0
  • @comunica/actor-rdf-metadata-extract-hydra-count ^3.1.0
  • @comunica/actor-rdf-metadata-extract-hydra-pagesize ^3.1.0
  • @comunica/actor-rdf-metadata-extract-patch-sparql-update ^3.1.0
  • @comunica/actor-rdf-metadata-extract-put-accepted ^3.1.0
  • @comunica/actor-rdf-metadata-extract-request-time ^3.1.0
  • @comunica/actor-rdf-metadata-extract-sparql-service ^3.1.0
  • @comunica/actor-rdf-metadata-primary-topic ^3.1.0
  • @comunica/actor-rdf-parse-html ^3.1.0
  • @comunica/actor-rdf-parse-html-microdata ^3.1.0
  • @comunica/actor-rdf-parse-html-rdfa ^3.1.0
  • @comunica/actor-rdf-parse-html-script ^3.1.0
  • @comunica/actor-rdf-parse-jsonld ^3.1.0
  • @comunica/actor-rdf-parse-n3 ^3.1.0
  • @comunica/actor-rdf-parse-rdfxml ^3.1.0
  • @comunica/actor-rdf-parse-shaclc ^3.1.0
  • @comunica/actor-rdf-parse-xml-rdfa ^3.1.0
  • @comunica/actor-rdf-resolve-hypermedia-links-next ^3.1.0
  • @comunica/actor-rdf-resolve-hypermedia-links-queue-fifo ^3.1.0
  • @comunica/actor-rdf-serialize-jsonld ^3.1.0
  • @comunica/actor-rdf-serialize-n3 ^3.1.0
  • @comunica/actor-rdf-serialize-shaclc ^3.1.0
  • @comunica/actor-rdf-update-hypermedia-patch-sparql-update ^3.1.0
  • @comunica/actor-rdf-update-hypermedia-put-ldp ^3.1.0
  • @comunica/actor-rdf-update-hypermedia-sparql ^3.1.0
  • @comunica/actor-rdf-update-quads-hypermedia ^3.1.0
  • @comunica/actor-rdf-update-quads-rdfjs-store ^3.1.0
  • @comunica/bus-http-invalidate ^3.1.0
  • @comunica/bus-query-operation ^3.1.0
  • @comunica/config-query-sparql ^3.1.0
  • @comunica/context-entries ^3.1.0
  • @comunica/core ^3.1.0
  • @comunica/logger-void ^3.1.0
  • @comunica/mediator-all ^3.1.0
  • @comunica/mediator-combine-pipeline ^3.1.0
  • @comunica/mediator-combine-union ^3.1.0
  • @comunica/mediator-join-coefficients-fixed ^3.1.0
  • @comunica/mediator-number ^3.1.0
  • @comunica/mediator-race ^3.1.0
  • @comunica/runner ^3.1.0
  • @comunica/runner-cli ^3.1.0
  • @comunica/types ^3.1.0
package.json
  • @babel/core ^7.16.0
  • @babel/preset-env ^7.16.4
  • @comunica/jest ^3.1.0
  • @rubensworks/eslint-config ^3.0.0
  • @types/jest ^29.0.0
  • @types/node ^20.0.0
  • asynciterator ^3.2.1
  • babel-loader ^9.0.0
  • componentsjs-generator ^4.0.1
  • cross-fetch ^4.0.0
  • immutable ^4.0.0
  • jest ^29.0.0
  • jest-rdf ^1.7.0
  • lerna ^8.0.0
  • manual-git-changelog ^1.0.0
  • nodemon ^3.0.0
  • pre-commit ^1.2.2
  • rdf-data-factory ^1.1.0
  • rdf-quad ^1.5.0
  • rdf-test-suite-ldf ^1.5.0
  • sparqlalgebrajs ^4.0.0
  • stream-to-string ^1.1.0
  • streamify-array ^1.0.0
  • streamify-string ^1.0.1
  • ts-jest ^29.0.0
  • typedoc ^0.25.1
  • typescript ^5.3.3
  • webpack ^5.64.4
  • webpack-cli ^5.0.0
packages/actor-query-source-identify-hdt/package.json
  • @comunica/bindings-factory ^3.1.0
  • @comunica/bus-merge-bindings-context ^3.1.0
  • @comunica/bus-query-source-identify ^3.1.0
  • @comunica/context-entries ^3.1.0
  • @comunica/core ^3.1.0
  • @comunica/metadata ^3.1.0
  • @comunica/types ^3.1.0
  • @rdfjs/types *
  • asynciterator ^3.9.0
  • hdt ^3.1.0
  • rdf-data-factory ^1.1.1
  • sparqlalgebrajs ^4.3.3

  • Check this box to trigger a request for Renovate to run again on this repository

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.