FIXTradingCommunity / fix-sbe-utilities

Utilities and demonstration code for FIX Simple Binary Encoding
Apache License 2.0
6 stars 4 forks source link

SBE to and from Orchestra #8

Open jimnup opened 3 years ago

jimnup commented 3 years ago

We want to use Orchestra to drive and version our SBE templates. Having XSLT as a requirement is challenging as XSLT adoption and availability of XSLT processors waning. These tools would be much better implemented as Python programs, especially given the wide use of Python for DevOps and DevSecOps automation. Would it be possible to port these over to Python and then as we use them - put feedback, issues, and enhancement requests against the Python versions instead of the XSLT versions.

kleihan commented 3 years ago

I agree that it makes sense to move away from XSLT to a script language like Python. This should also be applied to other tools that still use XSLT.