{"id":23477411,"url":"https://github.com/rwth-acis/syncmeta","last_synced_at":"2025-06-25T00:39:00.435Z","repository":{"id":16560795,"uuid":"19314599","full_name":"rwth-acis/syncmeta","owner":"rwth-acis","description":"Near real-time collaborative modeling framework","archived":false,"fork":false,"pushed_at":"2023-11-22T15:00:04.000Z","size":37169,"stargazers_count":11,"open_issues_count":0,"forks_count":6,"subscribers_count":28,"default_branch":"main","last_synced_at":"2024-04-09T17:36:17.197Z","etag":null,"topics":["collaborative","modeling","yjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rwth-acis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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.txt","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-30T13:35:48.000Z","updated_at":"2023-11-17T15:55:57.000Z","dependencies_parsed_at":"2023-01-17T00:15:20.337Z","dependency_job_id":"6654b049-0844-43d5-ae1a-1a4327930ac4","html_url":"https://github.com/rwth-acis/syncmeta","commit_stats":{"total_commits":1279,"total_committers":32,"mean_commits":39.96875,"dds":0.7028928850664582,"last_synced_commit":"67e2e2a32c48d2158d311aab9993d01a531f4eaf"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwth-acis%2Fsyncmeta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwth-acis%2Fsyncmeta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwth-acis%2Fsyncmeta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rwth-acis%2Fsyncmeta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rwth-acis","download_url":"https://codeload.github.com/rwth-acis/syncmeta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952681,"owners_count":21188487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["collaborative","modeling","yjs"],"created_at":"2024-12-24T18:26:59.661Z","updated_at":"2025-04-14T20:22:24.543Z","avatar_url":"https://github.com/rwth-acis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SyncMeta - Near real-time collaborative modeling framework\n\nFor the full documentation, please visit the [SyncMeta Documentation](https://github.com/rwth-acis/syncmeta/wiki).\n## Build and Run\n\nThe easiest way to build and run Syncmeta is to use Docker. If you don't have Docker installed, you can find the installation instructions [here](https://docs.docker.com/get-docker/).\n\n### Using Docker\n\nRun the following command\n\n```sh\ndocker compose -f \"docker-compose.yml\" up -d --build\n```\n\nThis will build the Syncmeta Docker image and run the containers for Syncmeta and the y-websocket. After the container started to run, the application will be accessible via \u003chttp://127.0.0.1:8000\u003e\n\n### Dev server\n\nThere is also the possibility to launch a local dev server. On the first usage, you need to install the dependencies for the `example-app` and the `widgets`. Navigate to the respective folders and run `npm i`.\n\nNow, navigate back to the `example-app` folder of the repository and run\n\n```sh\nnpm run dev\n```\n\nThis will run watchers that will rerun the build process on any changes you make to the app or widgets.\n\nThe application will be accessible via \u003chttp://127.0.0.1:8000\u003e\n\n## Usage\n\nWhen the application is up and running, you will see two options on the main page: the meta-modeling space and the modeling space. As their names imply, you can create the metamodel in the meta modeling space and after creating the meta model, it can be uploaded to the modeling space with the 'Generate Metamodel' button. The created metamodel can be tried instantly in the modeling space in this way.\n\n## Updating and Publishing\n\nWe follow a SemVer-like versioning scheme, where new releases are tagged with a version number.\nIf you want to publish a new release, you need to create a new tag and push it to the repository. Furthermore, you need to update the version number in the `package.json` file to match the tag you just created.\nThe repository is configured to automatically bundle the widgets and publish them to NPM if you publish a new release.\nThe CI is configured in `.github\\workflows\\npm-publish.yml`.\nThe CI checks if the tag matches the version number in the `package.json` file and if so, it will publish the widgets to NPM.\n\n## Demo Videos\n\n* [SyncMeta vs. SyncLD](https://youtu.be/owLa2jO3NJg) SyncMeta vs. Domain-dependent IMS LD Collaborative Authoring Tool, using OT.\n* [SyncMeta](https://youtu.be/La8vw8OAauE) SyncMeta using Operational Transformation.\n* [SyncMeta Nudges](https://youtu.be/Clc0q7k75Ko) SyncMeta with Collaborative Modeling Recommendations, using Operational Transformation.\n* [Community Application Editor](https://youtu.be/Vuyj2e32ePk) Model-Driven Web Engineering Framework based on SyncMeta, using Operational Transformation.\n* [Community Application Editor Live Coding](https://youtu.be/vxW6k_L0iOk) Model-Driven Web Engineering Framework with model-to-code synchronization, live coding and live preview, based on SyncMeta, using Yjs.\n* [Storytelling Tool](https://youtu.be/enKijrMpYe0) Collaborative Storytelling with 3D Objects realized with SyncMeta using Yjs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwth-acis%2Fsyncmeta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frwth-acis%2Fsyncmeta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frwth-acis%2Fsyncmeta/lists"}