How to use cache in a pentaho kettle?

I process data where I get some information from rest api based on the value of the field.

Now the value can be repeated for this field, and if I have already selected the data for this value, from REST I would like to reuse this value and save the API call (the slowest operation in the conversion).

perhaps? if so, how?

Ajay Relations

+5
source share
2 answers

@RFVoltini you are right, maybe we could try to configure the H2 server for this purpus: http://type-exit.org/adventures-with-open-source-bi/2011/01/using-an-on-demand- in-memory-sql-database-in-pdi /

memcached java: http://sacharya.com/using-memcached-with-java/

+2

All Articles