- Bots is fully functional software for EDI (Electronic Data Interchange).
- All major EDI data formats are supported: EDIFACT, X12, TRADACOMS, XML.
- This is a Linux build using bots version 3.2.0 and python 2.7
- Bots is very stable.
- Bots handles high volumes of edi transactions.
- Bots is flexible and can be configurated for your specific EDI needs.
- More info? > https://bots.readthedocs.io/en/latest/
This build also runs on OpenShift 4.6
The deployment has optional ConfigMap entries to adjust your bots.ini and settings.py files.
I am not including those files as templates, so pull your own from the image and customize for
your environment. Create your configmaps like so:
oc create configmap $CM_NAME --from-file=$FILE_NAME