{"id":20382698,"url":"https://github.com/autodesk-forge/forge-digital-twin","last_synced_at":"2025-08-20T14:31:54.459Z","repository":{"id":41958074,"uuid":"176746139","full_name":"Autodesk-Forge/forge-digital-twin","owner":"Autodesk-Forge","description":"Autodesk Forge application demonstrating various use cases in manufacturing, specifically in context of digital twins.","archived":false,"fork":false,"pushed_at":"2023-02-01T06:27:07.000Z","size":4982,"stargazers_count":159,"open_issues_count":7,"forks_count":53,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-12-09T13:41:18.990Z","etag":null,"topics":["autodesk","autodesk-data-management","autodesk-forge","autodesk-model","autodesk-viewer","digital-twin","expressjs","jquery","manufacturing","nodejs"],"latest_commit_sha":null,"homepage":"http://forge-digital-twin.autodesk.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Autodesk-Forge.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}},"created_at":"2019-03-20T14:00:13.000Z","updated_at":"2024-12-01T14:13:35.000Z","dependencies_parsed_at":"2023-10-20T18:08:11.009Z","dependency_job_id":null,"html_url":"https://github.com/Autodesk-Forge/forge-digital-twin","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-digital-twin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-digital-twin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-digital-twin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Autodesk-Forge%2Fforge-digital-twin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Autodesk-Forge","download_url":"https://codeload.github.com/Autodesk-Forge/forge-digital-twin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230431103,"owners_count":18224655,"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":["autodesk","autodesk-data-management","autodesk-forge","autodesk-model","autodesk-viewer","digital-twin","expressjs","jquery","manufacturing","nodejs"],"created_at":"2024-11-15T02:18:44.977Z","updated_at":"2024-12-19T12:10:33.863Z","avatar_url":"https://github.com/Autodesk-Forge.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Forge Digital Twin Demo\n\n![Platforms](https://img.shields.io/badge/platform-Windows|MacOS-lightgray.svg)\n![Node.js](https://img.shields.io/badge/node-%3E%3D%2010.0.0-brightgreen.svg)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n\n[![Viewer](https://img.shields.io/badge/Viewer-v7-green.svg)](http://developer.autodesk.com/)\n[![Data-Management](https://img.shields.io/badge/Data%20Management-v1-green.svg)](http://autodesk-forge.github.io)\n[![OSS](https://img.shields.io/badge/OSS-v2-green.svg)](http://autodesk-forge.github.io)\n[![Model-Derivative](https://img.shields.io/badge/Model%20Derivative-v2-green.svg)](http://autodesk-forge.github.io)\n\n![Intermediate](https://img.shields.io/badge/Level-Intermediate-blue.svg)\n\nAutodesk Forge application demonstrating various use cases in manufacturing, specifically in context of digital twins.\n\n![Screenshot](thumbnail.png)\n\n## Live demo\n\nMaster branch is deployed to http://forge-digital-twin.autodesk.io.\n\n## Development\n\n### Prerequisites\n\n- Node.js v10+\n- [Forge](https://forge.autodesk.com) application credentials,\n  and an _urn_ of a model processed with [Model Derivative APIs](https://forge.autodesk.com/en/docs/model-derivative/v2)\n- MongoDB database\n  - for example, use the free tier of [MongoDB Atlas](https://www.mongodb.com/cloud/atlas)\n  - or run it locally: https://docs.mongodb.com/manual/installation\n\n### Setup\n\n- clone this repository\n- install dependencies: `npm install`\n- run server with all the required env. variables\n  - for example, on macOS:\n    ```bash\n    export FORGE_CLIENT_ID=\u003cclient-id\u003e\n    export FORGE_CLIENT_SECRET=\u003cclient-secret\u003e\n    export FORGE_MODEL_URN=\u003cmodel-urn\u003e\n    export MONGODB_URL=\u003cmongodb-connection-string\u003e\n    npm start\n    ```\n  - or, when using [Visual Studio Code](https://code.visualstudio.com), add this configuration to your _.vscode/launch.json_:\n  ```json\n        {\n            \"type\": \"node\",\n            \"request\": \"launch\",\n            \"name\": \"Launch Express Server\",\n            \"program\": \"${workspaceFolder}/server.js\",\n            \"env\": {\n                \"FORGE_CLIENT_ID\": \"\u003cclient-id\u003e\",\n                \"FORGE_CLIENT_SECRET\": \"\u003cclient-secret\u003e\",\n                \"FORGE_MODEL_URN\": \"\u003cmodel-urn\u003e\",\n                \"MONGODB_URL\": \"\u003cmongodb-connection-string\u003e\"\n            }\n        }\n  ```\n- go to http://localhost:3000\n\n### Deployment\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\n## Sample data\n\n- The jet engine model used in the live demo can be obtained\nfrom https://knowledge.autodesk.com/sites/default/files/file_downloads/Jet_Engine_Model.zip.\n\n- Create an archive of the `Workspace` folder and translate the archive into SVF with `_Jet Engine Model.iam` as the root file (see tutorial [here](https://forge.autodesk.com/en/docs/model-derivative/v2/tutorials/translate-zip-to-stl) and remember to specify the output format as `SVF`)\n\n- Once completed, feed the URN as environment variable and run the sample\n\n## Features\n\n- Heatmaps (using the viewer's theming color API)\n- Annotations\n- Animations\n\n## Support\n\nFor support, please contact forge.help@autodesk.com.\n\n## License\n\nThis sample is licensed under the terms of the [MIT License](https://tldrlegal.com/license/mit-license).\nPlease refer to [LICENSE](LICENSE) for more details.\n\n## Written by\n\nPetr Broz ([@ipetrbroz](https://twitter.com/ipetrbroz)), Varun Patil, Forge Partner Development Group\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk-forge%2Fforge-digital-twin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fautodesk-forge%2Fforge-digital-twin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fautodesk-forge%2Fforge-digital-twin/lists"}