Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moimhossain/acad-forge-sample
An example Forge-Viewer As a Service with docker image
https://github.com/moimhossain/acad-forge-sample
autodesk-forge azure azure-storage bim bim-server bim-viewer blob-storage docker docker-container docker-image docker-swarm forge nodejs
Last synced: about 2 months ago
JSON representation
An example Forge-Viewer As a Service with docker image
- Host: GitHub
- URL: https://github.com/moimhossain/acad-forge-sample
- Owner: MoimHossain
- License: mit
- Created: 2017-10-12T09:22:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T07:44:13.000Z (over 3 years ago)
- Last Synced: 2024-11-08T06:47:03.296Z (3 months ago)
- Topics: autodesk-forge, azure, azure-storage, bim, bim-server, bim-viewer, blob-storage, docker, docker-container, docker-image, docker-swarm, forge, nodejs
- Language: JavaScript
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acad-forge-sample
This repository delivers a docker container that provides the [Building Information Modeling](https://en.wikipedia.org/wiki/Building_information_modeling) a.k.a **BIM** document view capabilities to an application. The container provides these capabilities as a service.### How so?
This service takes an Azure storage account as configuration and provides viewing capabilities to an app directly from the blob container.### Configuration
- You need to provide the AutoDesk Forge API client ID and client secret
- You need to provide the Azure Storage account credentials### How to Run it?
Swarm command:
```
docker service create --detach --name bim -d -p 8005:8005 --replicas=1 --network=networkname --constraint 'node.role==worker' moimhossain/bim:latest
```### Thanks for reading!
Provide feedback to the author, if you have any.