{"id":40149792,"url":"https://github.com/eclipse-esmf/esmf-aspect-model-editor-backend","last_synced_at":"2026-04-22T12:05:52.742Z","repository":{"id":44991679,"uuid":"473350497","full_name":"eclipse-esmf/esmf-aspect-model-editor-backend","owner":"eclipse-esmf","description":"Provide a backend for the Aspect Model Editor (for the downloadable installer, please find the repository \"esmf-aspect-model-editor\").","archived":false,"fork":false,"pushed_at":"2026-02-05T12:38:14.000Z","size":504,"stargazers_count":4,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-05T22:18:51.559Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-esmf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-23T20:37:35.000Z","updated_at":"2026-02-05T12:08:35.000Z","dependencies_parsed_at":"2023-10-04T18:00:21.948Z","dependency_job_id":"34169eb8-c493-4042-bd3a-9ac247ef09b9","html_url":"https://github.com/eclipse-esmf/esmf-aspect-model-editor-backend","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/eclipse-esmf/esmf-aspect-model-editor-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-esmf","download_url":"https://codeload.github.com/eclipse-esmf/esmf-aspect-model-editor-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-esmf%2Fesmf-aspect-model-editor-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29546795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-19T15:04:53.454Z","updated_at":"2026-02-17T14:07:30.739Z","avatar_url":"https://github.com/eclipse-esmf.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aspect Model Editor backend\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Getting help](#getting-help)\n- [Setup](#setup)\n- [Build and run](#build-and-run)\n- [License](#license)\n\n## Introduction\n\nThis project is used as the backend for the Aspect Model Editor and interacts with\nthe [ESMF-SDK](https://github.com/eclipse-esmf/esmf-sdk) to\ncreate [SAMM](https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model) specific Aspect Models.\n\n## Getting help\n\nAre you having trouble with Aspect Model Editor backend? We want to help!\n\n* Check the [developer documentation](https://eclipse-esmf.github.io)\n* Check the\n  SAMM [specification](https://eclipse-esmf.github.io/samm-specification/2.0.0/index.html)\n* Having issues with the Aspect Model Editor backend? Open\n  a [GitHub issue](https://github.com/eclipse-esmf/esmf-aspect-model-editor-backend/issues).\n\n## Setup\n\n* Download and\n  install [GraalVm 22.3.1 and JDK 17](https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-22.3.1)\n* Download and Install [Maven](https://maven.apache.org/download.cgi)\n* Environment Settings\n    * Add \"{JAVA_HOME}/bin\" to PATH\n    * Add \"{MAVEN_HOME}/bin\" to PATH\n* Configure Maven Settings\n\n\u003e Note : Configure your IDE to use the new JDK and Maven installation.\n\n## Build and run\n\n```\nmvn clean package\nmvn exec:java -pl aspect-model-editor-runtime\n```\n\nWe are always looking forward to your contributions. For more details on how to contribute just take a look at the\n[contribution guidelines](CONTRIBUTING.md). Please create an issue first before opening a pull request.\n\n## License\n\nSPDX-License-Identifier: MPL-2.0\n\nThis program and the accompanying materials are made available under the terms of the\n[Mozilla Public License, v. 2.0](LICENSE).\n\nThe [Notice file](NOTICE.md) details contained third party materials.\n\n## GraalVm native-image\n\nTo build a native image we use GraalVm: [GraalVm](https://github.com/oracle/graal/tree/vm-ce-22.1.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-esmf%2Fesmf-aspect-model-editor-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-esmf%2Fesmf-aspect-model-editor-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-esmf%2Fesmf-aspect-model-editor-backend/lists"}