Getting started with modification
On this page
Querying with a custom configuration from the command line
Create a custom configuration of Comunica modules with reduced features, and query with it from the command line.
Querying with a custom configuration in a JavaScript app
Create a custom configuration of Comunica modules with changed features, and query with it from within your application using the JavaScript API.
Exposing your custom config as an npm package
Wrap your config in an npm package, and expose a CLI tool and a JavaScript API.
Exposing your custom config in a Web client
Demonstrate your query engine as a static Web page.
Contributing a new query operation actor to the Comunica repository
Setup a development environment, implement a new actor, and create a pull request.
Adding a config parameter to an actor
For an existing actor, add a parameter that can be customized in the config file.