https://github.com/comunica/generate-comunica

🎛 Generators for comunica packages

https://github.com/comunica/generate-comunica

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • â—‹
    CITATION.cff file
  • ✓
    codemeta.json file
    Found codemeta.json file
  • ✓
    .zenodo.json file
    Found .zenodo.json file
  • â—‹
    DOI references
  • â—‹
    Academic publication links
  • ✓
    Committers with academic emails
    1 of 7 committers (14.3%) from academic institutions
  • â—‹
    Institutional organization owner
  • â—‹
    JOSS paper metadata
  • â—‹
    Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords from Contributors

decentralization federation heterogeneity query-engine rdf sparql triple-pattern-fragments linked-data comunica dependency-injection
Last synced: 10 months ago · JSON representation

Repository

🎛 Generators for comunica packages

Basic Info
  • Host: GitHub
  • Owner: comunica
  • Language: JavaScript
  • Default Branch: master
  • Homepage:
  • Size: 146 KB
Statistics
  • Stars: 3
  • Watchers: 5
  • Forks: 4
  • Open Issues: 2
  • Releases: 0
Created over 8 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Comunica Generator

This is a collection of Comunica package generators that can be used for creating new Comunica packages.

Learn more about modifying Comunica.

Usage

Installation

Comunica requires Node.JS 14.0 or higher and is tested on OSX and Linux.

  1. Make sure yo is globally installed: npm install -g yo
  2. Clone this repository: git clone git@github.com:comunica/generate-comunica.git
  3. Run npm install in the cloned directory.
  4. Run npm link in this directory for installing this generator.

Generating a new actor

Running yo comunica:actor or yo comunica:actor --name my-name --bus bus-name will create a new actor package.

Running yo comunica:actor-query-operation or yo comunica:actor-query-operation operation-name will create a new query operation actor package.

Generating a new bus

Running yo comunica:bus or yo comunica:bus --name my-name will create a new bus package.

Generating a new mediator

Running yo comunica:mediator or yo comunica:mediator --name my-name will create a new mediator package.

License

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

Owner

  • Name: Comunica
  • Login: comunica
  • Kind: organization
  • Location: Ghent, Belgium

Flexible SPARQL and GraphQL over decentralized RDF on the Web.

GitHub Events

Total
  • Issues event: 2
  • Push event: 2
  • Pull request review event: 2
  • Pull request review comment event: 1
  • Pull request event: 4
  • Fork event: 1
Last Year
  • Issues event: 2
  • Push event: 2
  • Pull request review event: 2
  • Pull request review comment event: 1
  • Pull request event: 4
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 65
  • Total Committers: 7
  • Avg Commits per committer: 9.286
  • Development Distribution Score (DDS): 0.138
Past Year
  • Commits: 7
  • Committers: 2
  • Avg Commits per committer: 3.5
  • Development Distribution Score (DDS): 0.286
Top Committers
Name Email Commits
Ruben Taelman r****n@u****e 56
Jesse Wright j****t@a****u 3
Bryan-Elliott Tam c****n@p****m 2
surilindur 1****r 1
elsdvlee 9****e 1
Wout Schellaert w****t@g****m 1
Joachim Van Herwegen j****h@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 6
  • Total pull requests: 8
  • Average time to close issues: 4 months
  • Average time to close pull requests: 1 day
  • Total issue authors: 4
  • Total pull request authors: 5
  • Average comments per issue: 1.5
  • Average comments per pull request: 1.0
  • Merged pull requests: 7
  • Bot issues: 1
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jeswr (3)
  • greenkeeper[bot] (1)
  • constraintAutomaton (1)
  • SvenLieber (1)
  • wschella (1)
Pull Request Authors
  • jeswr (4)
  • surilindur (2)
  • elsdvlee (1)
  • wschella (1)
  • joachimvh (1)
Top Labels
Issue Labels
enhancement (1) task (1) greenkeeper (1)
Pull Request Labels

Dependencies

generators/actor/templates/package.json npm
  • @comunica/bus-<%=busName%> ^<%= versionBus %>
  • @comunica/core ^<%= versionComunicaCore %>
generators/actor-query-operation/templates/package.json npm
  • @comunica/bus-query-operation ^<%= versionBus %>
  • @comunica/core ^<%= versionComunicaCore %>
generators/bus/templates/package.json npm
  • @comunica/core ^<%= versionComunicaCore %>
generators/mediator/templates/package.json npm
  • @comunica/core ^<%= versionComunicaCore %>
package.json npm
  • yeoman-generator ^2.0.1
yarn.lock npm
  • 369 dependencies