All Projects â†’ comunica â†’ Comunica

comunica / Comunica

Licence: other
📬 A knowledge graph querying framework for JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Comunica

Graphql To Sparql.js
Converts GraphQL queries to SPARQL queries
Stars: ✭ 62 (-66.12%)
Mutual labels:  graphql, hacktoberfest, rdf, sparql
Rdf4j
Eclipse RDF4J: scalable RDF for Java
Stars: ✭ 242 (+32.24%)
Mutual labels:  hacktoberfest, rdf, sparql
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 112 (-38.8%)
Mutual labels:  graphql, rdf, sparql
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 120 (-34.43%)
Mutual labels:  graphql, rdf, sparql
Graphql Ld.js
Linked Data Querying with GraphQL
Stars: ✭ 65 (-64.48%)
Mutual labels:  graphql, hacktoberfest, sparql
Solrdf
An RDF plugin for Solr
Stars: ✭ 113 (-38.25%)
Mutual labels:  rdf, sparql
Graphql Live Query
Realtime GraphQL Live Queries with JavaScript
Stars: ✭ 112 (-38.8%)
Mutual labels:  graphql, hacktoberfest
Wp Graphql Yoast Seo
This is an extension to the WPGraphQL plugin for Yoast SEO
Stars: ✭ 120 (-34.43%)
Mutual labels:  graphql, hacktoberfest
Akutan
A distributed knowledge graph store
Stars: ✭ 1,616 (+783.06%)
Mutual labels:  rdf, sparql
Thorium
Platform for starship simulator controls
Stars: ✭ 109 (-40.44%)
Mutual labels:  graphql, hacktoberfest
Netcoreblockly
.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL =>
Stars: ✭ 121 (-33.88%)
Mutual labels:  graphql, hacktoberfest
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+7943.72%)
Mutual labels:  graphql, hacktoberfest
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (-39.89%)
Mutual labels:  graphql, hacktoberfest
Action policy Graphql
Action Policy integration for GraphQL
Stars: ✭ 110 (-39.89%)
Mutual labels:  graphql, hacktoberfest
Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: ✭ 2,004 (+995.08%)
Mutual labels:  graphql, hacktoberfest
Hackatalk
TalkTalk renewal. Open source chat app built-in expo managed work flow
Stars: ✭ 123 (-32.79%)
Mutual labels:  graphql, hacktoberfest
Server.js
A Triple Pattern Fragments server for Node.js
Stars: ✭ 149 (-18.58%)
Mutual labels:  rdf, sparql
Gatsby Plugin Algolia
A plugin to push to Algolia based on graphQl queries
Stars: ✭ 154 (-15.85%)
Mutual labels:  graphql, hacktoberfest
Nspm
🤖 Neural SPARQL Machines for Knowledge Graph Question Answering.
Stars: ✭ 156 (-14.75%)
Mutual labels:  rdf, sparql
Ontodia
Ontodia data diagraming library
Stars: ✭ 107 (-41.53%)
Mutual labels:  rdf, sparql

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].