-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
Description
Related to the issue documented here: #17 (comment) we understand that adopters of our code may wish to pursue a different deployment path / options. Here are the choices we anticipate being available, these would need to be enabled through further development enhancements to the existing code:
- Choice of object storage (for example Amazon S3 or Azure Blob)
- Alternative to object storage such as an on premise block storage array
- Choice of databases which could be another noSQL DB (e.g. Mongo) or other DB options such as Db2, MySQL, SQL Server etc.
Options for the deployment of the Node.JS API and React website:
- At present to tutorial explains how to deploy locally and on IBM Cloud via Cloud Foundry
- It is possible to re-package the code to run in other environments such as container platforms (Redhat Openshift or alternative Kubernetes / container services) or using other cloud services capable of running a Node.JS / React application.
upkarlidder