Francesco Corcoglioniti

Results 10 comments of Francesco Corcoglioniti

Hi @tirrolo, I'm also experiencing this problem. A (ugly) workaround that is currently working for me is, in the Teiid model specification, to define Text as alias of Varchar. This...

To assess the possibility of reusing an existing qualifier property, I went through all of them using SPARQL query: ``` select * where { ?p wdt:P31 wd:Q15720608; rdfs:label ?l; schema:description...

@ghxiao @bcogrel Branch [multiplatform-docker-image](https://github.com/ontop/ontop/tree/feature/multiplatform-docker-image) contains an updated Docker setup supporting building a multiplatform (`linux/amd64` + `linux/arm64`) Ontop image. It features modified `build-image.sh` script and `Dockerfile` and a new `Dockerfile.dockerignore` file;...

Hi @ghxiao, @bcogrel, the `grep`-related issue is Mac-specific and should have been fixed by using `sed` in place of `grep` in the affected command. Please try it again and see...

Another aspect to consider is whether to configure [Docker healthchecks](https://docs.docker.com/engine/reference/builder/#healthcheck) to let Docker monitor the status of an Ontop container by executing a periodic healthcheck command, and report in case...

@ghxiao, @bcogrel: Further revision of Docker setup in branch [multiplatform-docker-image](https://github.com/ontop/ontop/tree/feature/multiplatform-docker-image), feedback is required. Preview of new Docker image available at https://hub.docker.com/r/fracorco/ontop-test. Summary of changes so far w.r.t. Ontop 4.2.2 (see...

(adding @tirrolo to the discussion) We noticed that command line arguments `--db-metadata` and `--constraint`, which allow passing additional DB-related metadata/constraints, are *not* supported by Ontop CLI command `boostrap`, although they...

> [...] Could you please update the new script of the Docker image? [...] Done by integrating `version5` changes to `entrypoint.sh` and `README.md` into the new versions of these files.

> [...] I got a problem: > > I have tried to run ./build-image.sh in the root directory and in `client/docker/` directory, with and without the `-x` option. Do you...

@ghxiao: Thanks for the feedback. The presence of `ontop-cli-5.0.0-SNAPSHOT.zip` under `build/distribution/target` (resulting from some previous compiling of Ontop) was confusing the script `build-image.sh`, which wrongly expected only a directory to...