The AMRC Connectivity Stack (ACS) is an open-source implementation of the AMRC's Factory+ Framework.
This acs-files
service satisfies the Files component of the Factory+ framework and provides a backend service used for uploading files from devices/services through Factory+.
For more information about the Files component of Factory+ see the specification or for an example of how to deploy this service see the AMRC Connectivity Stack repository.
- No unit tests
- Custom metadata/tags have not been thoroughly tested
- File Schema Type Mapping configs is due to be refactored to be more object-oriented and less static
- On docker build, the @amrc-factoryplus/utilities npm dependency sometimes does not pull
gssapi.js
, although this can be fixed by movinggssapi.js
to dependencies instead of optionalDependencies.