@comunica/actor-http-native

WebJar for @comunica/actor-http-native

License

License

MIT
Categories

Categories

Native Development Tools
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

comunica__actor-http-native
Last Version

Last Version

1.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

@comunica/actor-http-native
WebJar for @comunica/actor-http-native
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/comunica/comunica

Download comunica__actor-http-native

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/comunica__actor-http-native/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>comunica__actor-http-native</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/comunica__actor-http-native/
implementation 'org.webjars.npm:comunica__actor-http-native:1.8.0'
// https://jarcasting.com/artifacts/org.webjars.npm/comunica__actor-http-native/
implementation ("org.webjars.npm:comunica__actor-http-native:1.8.0")
'org.webjars.npm:comunica__actor-http-native:jar:1.8.0'
<dependency org="org.webjars.npm" name="comunica__actor-http-native" rev="1.8.0">
  <artifact name="comunica__actor-http-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='comunica__actor-http-native', version='1.8.0')
)
libraryDependencies += "org.webjars.npm" % "comunica__actor-http-native" % "1.8.0"
[org.webjars.npm/comunica__actor-http-native "1.8.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.webjars.npm : follow-redirects jar [1.5.1,2)
org.webjars.npm : isomorphic-fetch jar [2.2.1,3)
org.webjars.npm : parse-link-header jar [1.0.1,2)

Project Modules

There are no modules declared in this project.

Comunica

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

Build Status Coverage Status DOI Gitter chat

Learn more about Comunica on our website.

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 (packages/actor-init-sparql).

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.

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 Ghent University – imec and released under the MIT license.

org.webjars.npm

Comunica

A modular framework for querying Linked Data on the Web.

Versions

Version
1.8.0