GithubHelp home page GithubHelp logo

allforabit / comunica Goto Github PK

View Code? Open in Web Editor NEW

This project forked from comunica/comunica

0.0 1.0 0.0 13.3 MB

๐Ÿ“ฌ Comunica is a highly modular and flexible meta query engine for the Web

Home Page: http://comunica.linkeddatafragments.org/

License: Other

Shell 0.14% TypeScript 99.46% JavaScript 0.34% Dockerfile 0.06%

comunica's Introduction

Comunica

Greenkeeper badge Build Status Coverage Status DOI Gitter chat

Comunica is a highly modular and flexible query engine platform for the Web.

As Comunica is a query engine platform, various configurations can be built for it, each leading to a different query engine.

If you just want to query, have a look at these pre-built engines:

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.

More usage information and details can be found in our manual. If you want more background information about the motivations of this work, be sure to have a look at our article.

Browser scripts of all engines in this repo are automatically built and made available via a CDN: https://github.com/rdfjs/comunica-browser

Development Setup

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

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 [email protected]:comunica/comunica
$ 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.

License

This code is copyrighted by Ghent University โ€“ imec and released under the MIT license.

comunica's People

Contributors

bcommeine avatar greenkeeper[bot] avatar jacoscaz avatar joachimvh avatar rubensworks avatar rubenverborgh avatar sandervanhove avatar wschella avatar

Watchers

 avatar

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.