jpmml / jpmml-converter

Java library for authoring PMML
GNU Affero General Public License v3.0
15 stars 4 forks source link

Streaming conversion mode #23

Open vruusmann opened 1 year ago

vruusmann commented 1 year ago

The JPMML-Converter library is currently stuck in the " file in -> PMML file out" mindset. End users keep asking for more output options, such as URL or plain streaming: https://stackoverflow.com/questions/74656521/how-to-save-xgboost-lightgbm-model-to-postgresql-database-in-python-for-subseque/74659868#comment131843709_74659868

Conceptually, JPMML converter command-line applications could support UNIX-style piping, which may make integration with non-Java application environments easier:

$ java -jar pmml-converter-executable-${version} < input.file > output.file