Code Monkey home page Code Monkey logo

mdo's Introduction

MDO Jena

Modell Registry

Modelle

Modell: Trees Package

http://localhost:8085/mdo/rest/trees

Mermaid: http://localhost:8085/mdo/rest/trees/documentation/html/mermaid

HTML Only: http://localhost:8085/mdo/rest/trees/documentation/html/onlyHtml

Markdown: http://localhost:8085/mdo/rest/trees/documentation/md/mermaid

OpenAPI (Json, Yaml) http://localhost:8085/mdo/rest/trees/openapi.json

Beispiel Swagger

http://localhost:8085/mdo/swagger/trees/swagger-client/index.html

Dort im Explore Feld die das vorgegebene URI Segment *device durch den Modellname austauschen: ../../../rest/trees/openapi.json

Web-Console

https://localhost:8085/mdo/system/console

Modell: Asset Package:

http://localhost:8085/mdo/rest/asset/

Mermaid: http://localhost:8085/mdo/rest/asset/documentation/html/mermaid

HTML Only: http://localhost:8085/mdo/rest/asset/documentation/html/onlyHtml

Markdown: http://localhost:8085/mdo/rest/asset/documentation/md/mermaid

OpenAPI (Json, Yaml) http://localhost:8085/mdo/rest/asset/openapi.json

Deployment

Hier Links zu Dokumentation von Umgebungsvariablen:

Piveau Configuration Staging+Prod

Keycloak Configuration Staging+Prod

Keycloak Configuration Staging+Prod

Links

Developers

Licenses

Eclipse Public License 2.0

mdo's People

Contributors

gg-dim avatar isalvadori avatar juergen-albert avatar maho7791 avatar stbischof avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

mdo's Issues

Rest Compatibility

curl -i -X PUT -H "Authorization: yourRepoApiKey" -H "Content-Type: text/turtle" --data @catalogue_jena_1.ttl localhost:8081/catalogues/jena_test_1

curl -i -X GET http://localhost:8081/catalogues

curl -i -X PUT -H "Authorization: yourRepoApiKey" -H "Content-Type: application/rdf+xml" --data @dataset.xml "localhost:8081/datasets?catalogue=jena_test_1&id=b3b8fcf0-e4d3-400e-a824-b89c3c388238"

curl -i -X GET -H "Authorization: yourRepoApiKey" -H "Content-Type: application/rdf+xml" "localhost:8081/datasets?catalogue=jena_test_1"

curl -i -X GET -H "Authorization: yourRepoApiKey" -H "Content-Type: application/rdf+xml" "localhost:8081/datasets/b3b8fcf0-e4d3-400e-a824-b89c3c388238?catalogue=jena_test_1"
curl -i -X GET -H "Authorization: yourRepoApiKey" "localhost:8081/datasets/b3b8fcf0-e4d3-400e-a824-b89c3c388238.rdf?catalogue=jena_test_1"

http://localhost:8081/datasets/b3b8fcf0-e4d3-400e-a824-b89c3c388238.rdf?catalogue=jena_test_1

curl -i -X DELETE -H "Authorization: yourRepoApiKey" "localhost:8081/datasets/b3b8fcf0-e4d3-400e-a824-b89c3c388238?catalogue=jena_test_1"

catalogue_jena_1.ttl

@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://opendata.jena.de/id/catalogue/jens_test_catalogue_1>
  a dcat:Catalog ;
  dc:language <http://publications.europa.eu/resource/authority/language/DEU> ;
  dc:title "JenaTestCatalogue"@de ;
  dc:description "JenaTestCatalogueDescription"@de ;
  dc:type "dcat-ap"^^xsd:string .

Update Gecko EMF Utilities imports’ version ranges in relevant Gecko Persistence bundles

During integration work done as part of #8, I applied a temporary solution for org.gecko.emf.persistence.jdbc bundle in order to force it to accept latest version of org.gecko.emf.utilities, as its import accepted only version up to 2.x, and latest version is 2.2.0.

This needs to be addressed in Gecko Persistence project itself directly, new release of that project created, and only then will it be possible to update these Gecko Persistence dependencies in MDO project and remove org.gecko.emf.persistence.jdbc from its local repository.

Screenshot from 2023-12-28 00-37-50

IBIS ecore models

Create ecore models for IBIS services:

  • GNSSLocationService
  • CustomerInformationService

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.