Coder Social home page Coder Social logo

comunica / comunica-actor-init-sparql-hdt Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 2.0 515 KB

πŸ“¬ A Comunica engine for SPARQL query evaluation over HDT files

Home Page: https://comunica.dev/docs/query/advanced/hdt/

License: Other

JavaScript 75.10% TypeScript 24.90%

comunica-actor-init-sparql-hdt's Introduction

Comunica

A knowledge graph querying framework for JavaScript
Flexible SPARQL and GraphQL over decentralized RDF on the Web.

Build Status Coverage Status DOI Gitter Lobby chat Gitter Dev chat

Learn more about Comunica on our website.

Comunica is an open-source project that is used by many other projects, and is being maintained by a group of volunteers. If you would like to support this project, you may consider:

Supported by

Comunica is a community-driven project, sustained by the Comunica Association. If you are using Comunica, becoming a sponsor or member is a way to make Comunica sustainable in the long-term.

Our top sponsors are shown below!

Query with Comunica

Read one of our guides to get started with querying:

Or jump right into one of the available query engines:

Modify or Extending Comunica

Read one of our guides to get started with modifying Comunica, or have a look at some examples:

Contribute

Interested in contributing? Have a look at our contribution guide.

Development Setup

(JSDoc: https://comunica.github.io/comunica/)

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 (@comunica/query-sparql).

Furthermore, this will add pre-commit hooks using husky to build, lint and test. These hooks can temporarily be disabled at your own risk by adding the -n flag to the commit command.

Benchmarking

If you want to do benchmarking with Comunica in Node.js, make sure to run Node.js in production mode as follows:

> NODE_ENV=production node packages/some-package/bin/some-bin.js

The reason for this is that Comunica extensively generates internal Error objects. In non-production mode, these also produce long stacktraces, which may in some cases impact performance.

Cite

If you are using or extending Comunica as part of a scientific publication, we would appreciate a citation of our article.

@inproceedings{taelman_iswc_resources_comunica_2018,
  author    = {Taelman, Ruben and Van Herwegen, Joachim and Vander Sande, Miel and Verborgh, Ruben},
  title     = {Comunica: a Modular SPARQL Query Engine for the Web},
  booktitle = {Proceedings of the 17th International Semantic Web Conference},
  year      = {2018},
  month     = oct,
  url       = {https://comunica.github.io/Article-ISWC2018-Resource/}
}

License

This code is copyrighted by the Comunica Association and Ghent University – imec and released under the MIT license.

comunica-actor-init-sparql-hdt's People

Contributors

andrefs avatar greenkeeper[bot] avatar manudebuck avatar renovate-bot avatar renovate[bot] avatar rubensworks avatar

Watchers

 avatar  avatar  avatar

comunica-actor-init-sparql-hdt's Issues

An in-range update of @comunica/actor-query-operation-join is breaking the build 🚨

The dependency @comunica/actor-query-operation-join was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-join is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/mediator-combine-union is breaking the build 🚨

The dependency @comunica/mediator-combine-union was updated from 1.4.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/mediator-combine-union is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/bus-rdf-resolve-quad-pattern is breaking the build 🚨

The dependency @comunica/bus-rdf-resolve-quad-pattern was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/bus-rdf-resolve-quad-pattern is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 10.12.6 to 10.12.7.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/mediator-combine-pipeline is breaking the build 🚨

The dependency @comunica/mediator-combine-pipeline was updated from 1.4.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/mediator-combine-pipeline is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-sparql-serialize-sparql-json is breaking the build 🚨

The dependency @comunica/actor-sparql-serialize-sparql-json was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-sparql-serialize-sparql-json is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-sparql-serialize-stats is breaking the build 🚨

The dependency @comunica/actor-sparql-serialize-stats was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-sparql-serialize-stats is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-slice is breaking the build 🚨

The dependency @comunica/actor-query-operation-slice was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-slice is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/core is breaking the build 🚨

The dependency @comunica/core was updated from 1.4.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/core is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-orderby-direct is breaking the build 🚨

The dependency @comunica/actor-query-operation-orderby-direct was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-orderby-direct is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-union is breaking the build 🚨

The dependency @comunica/actor-query-operation-union was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-union is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-leftjoin-nestedloop is breaking the build 🚨

The dependency @comunica/actor-query-operation-leftjoin-nestedloop was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-leftjoin-nestedloop is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-path-zero-or-one is breaking the build 🚨

The dependency @comunica/actor-query-operation-path-zero-or-one was updated from 1.4.0 to 1.4.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-path-zero-or-one is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-path-one-or-more is breaking the build 🚨

The dependency @comunica/actor-query-operation-path-one-or-more was updated from 1.4.0 to 1.4.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-path-one-or-more is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-sparql-parse-algebra is breaking the build 🚨

The dependency @comunica/actor-sparql-parse-algebra was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-sparql-parse-algebra is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 10.12.11 to 10.12.12.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-init-sparql is breaking the build 🚨

The dependency @comunica/actor-init-sparql was updated from 1.5.1 to 1.5.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-init-sparql is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-distinct-hash is breaking the build 🚨

The dependency @comunica/actor-query-operation-distinct-hash was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-distinct-hash is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-describe-subject is breaking the build 🚨

The dependency @comunica/actor-query-operation-describe-subject was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-describe-subject is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-rdf-serialize-jsonld is breaking the build 🚨

The dependency @comunica/actor-rdf-serialize-jsonld was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-rdf-serialize-jsonld is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-path-zero-or-more is breaking the build 🚨

The dependency @comunica/actor-query-operation-path-zero-or-more was updated from 1.4.0 to 1.4.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-path-zero-or-more is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-init-sparql is breaking the build 🚨

The dependency @comunica/actor-init-sparql was updated from 1.5.0 to 1.5.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-init-sparql is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-quadpattern is breaking the build 🚨

The dependency @comunica/actor-query-operation-quadpattern was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-quadpattern is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-rdf-parse-jsonld is breaking the build 🚨

The dependency @comunica/actor-rdf-parse-jsonld was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-rdf-parse-jsonld is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/bus-rdf-source-identifier is breaking the build 🚨

The dependency @comunica/bus-rdf-source-identifier was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/bus-rdf-source-identifier is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-values is breaking the build 🚨

The dependency @comunica/actor-query-operation-values was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-values is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-path-inv is breaking the build 🚨

The dependency @comunica/actor-query-operation-path-inv was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-path-inv is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-sparql-serialize-table is breaking the build 🚨

The dependency @comunica/actor-sparql-serialize-table was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-sparql-serialize-table is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/bus-sparql-parse is breaking the build 🚨

The dependency @comunica/bus-sparql-parse was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/bus-sparql-parse is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/mediator-race is breaking the build 🚨

The dependency @comunica/mediator-race was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/mediator-race is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/bus-context-preprocess is breaking the build 🚨

The dependency @comunica/bus-context-preprocess was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/bus-context-preprocess is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 10.12.8 to 10.12.9.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/bus-query-operation is breaking the build 🚨

The dependency @comunica/bus-query-operation was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/bus-query-operation is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-path-seq is breaking the build 🚨

The dependency @comunica/actor-query-operation-path-seq was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-path-seq is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-sparql-serialize-simple is breaking the build 🚨

The dependency @comunica/actor-sparql-serialize-simple was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-sparql-serialize-simple is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-service is breaking the build 🚨

The dependency @comunica/actor-query-operation-service was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-service is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/bus-rdf-join is breaking the build 🚨

The dependency @comunica/bus-rdf-join was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/bus-rdf-join is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-rdf-join-nestedloop is breaking the build 🚨

The dependency @comunica/actor-rdf-join-nestedloop was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-rdf-join-nestedloop is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/mediator-number is breaking the build 🚨

The dependency @comunica/mediator-number was updated from 1.4.1 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/mediator-number is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-rdf-parse-n3 is breaking the build 🚨

The dependency @comunica/actor-rdf-parse-n3 was updated from 1.4.3 to 1.6.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-rdf-parse-n3 is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-from-quad is breaking the build 🚨

The dependency @comunica/actor-query-operation-from-quad was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-from-quad is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-path-alt is breaking the build 🚨

The dependency @comunica/actor-query-operation-path-alt was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-path-alt is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-project is breaking the build 🚨

The dependency @comunica/actor-query-operation-project was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-project is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-init-sparql is breaking the build 🚨

The dependency @comunica/actor-init-sparql was updated from 1.4.2 to 1.4.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-init-sparql is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-sparql-serialize-rdf is breaking the build 🚨

The dependency @comunica/actor-sparql-serialize-rdf was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-sparql-serialize-rdf is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-query-operation-path-seq is breaking the build 🚨

The dependency @comunica/actor-query-operation-path-seq was updated from 1.4.0 to 1.4.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-query-operation-path-seq is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-rdf-parse-n3 is breaking the build 🚨

The dependency @comunica/actor-rdf-parse-n3 was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-rdf-parse-n3 is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-sparql-serialize-json is breaking the build 🚨

The dependency @comunica/actor-sparql-serialize-json was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-sparql-serialize-json is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-rdf-serialize-n3 is breaking the build 🚨

The dependency @comunica/actor-rdf-serialize-n3 was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-rdf-serialize-n3 is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @comunica/actor-sparql-serialize-sparql-xml is breaking the build 🚨

The dependency @comunica/actor-sparql-serialize-sparql-xml was updated from 1.6.0 to 1.6.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@comunica/actor-sparql-serialize-sparql-xml is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.