Pentaho

 View Only

 PDI read/write to Firebase

  • Pentaho
  • Kettle
  • Pentaho
  • Pentaho Data Integration PDI
BENJAMIN DIETZ's profile image
BENJAMIN DIETZ posted 09-17-2019 18:28

I am looking to use pentaho data integration to read/write to Firebase from Google but I haven't found any information online if and how this is possible. Does anyone have experience with it?


#PentahoDataIntegrationPDI
#Kettle
#Pentaho
David da Guia Carvalho's profile image
David da Guia Carvalho

Hi,

 

Im not aware of any steps, plugins or pre-build to access read/write firebase, but you may have at least 2 ways to accomplish that.

1 - REST API (just make the calls using a REST step)

https://firebase.google.com/docs/reference/rest/database/#section-query-parameters

2 - Java API (under development) - https://github.com/bane73/firebase4j/blob/master/src/net/thegreshams/firebase4j/demo/Demo.java;

 

Rest api seens to be the safe and easie way to go.