Ludovic Muller

Results 17 issues of Ludovic Muller

I saw that this repository is configured to run GitHub Actions to build Docker images. But for the moment it only tests if the Docker image build successfully, but they...

Try to use something like `handlebars` as a template engine instead of our custom solution to avoid any issue.

Add OpenTelemetry support

enhancement

### Problem description I'm currently using the following to create the FedX repository from a turtle configuration file: ```kotlin FedXFactory.createFederation(configFile) ``` My configuration file look like this: ```ttl @prefix sd:...

📶 enhancement
📦 fedx

### Problem description According to https://rdf4j.org/documentation/programming/federation/#logging-the-query-plan, it is possible to enable monitoring and the log of the query plan by using: ```java FedXConfig config = new FedXConfig().withEnableMonitoring(true).withLogQueryPlan(true); ``` I'm currently...

📶 enhancement
📦 fedx

#### Issue type: - :snail: Performance issue ____ #### Description: I'm running the following command to create a federated endpoint: ```sh comunica-sparql-http -w4 -t300 sparql@http://localhost:8081/sparql sparql@http://localhost:8082/sparql sparql@http://localhost:8083/sparql sparql@http://localhost:8084/sparql ``` Here...

difficulty:medium
performance 🐌
in-progress
effort:high

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

While reading the changelogs, I saw that the `union-default-graph` query parameter is available since version [0.2.4](https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md#024---2021-04-28). I'm wondering if it would be possible to get a binding for this for...

enhancement

It was not possible to build Yasgui using NodeJS 18. This PR allows this. It is also upgrading multiple dependencies.

Some README files are not up-to-date. The goal of this PR is to get them up-to-date.

enhancement
documentation