No commit activity in last 3 years
No release in over 3 years
Parses Firebase Avro files read by other file input plugins.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.0
>= 10.0
 Project Readme

Firebase Avro parser plugin for Embulk

This parser plug-in supported to Firebase extracted file of AVRO format from Google-BigQuery.
Currently (2017/6), Firebase could extract only GCS(Google Cloud Storage) to JSON or AVRO format.
If you want to export Firebase's data, it has to need data pipelining for in the below steps.

  1. Link BigQuery with Firebase.

  2. Dump Firebase Data to Google Cloud Storage.

  3. Use input-gcs plugin with this parser-plugin.

Overview

  • Plugin type: parser
  • Guess supported: no

Configuration

  • No configuration

Example

in:
  type: any file input plugin type
  parser:
    type: firebase_avro
$ embulk gem install embulk-parser-firebase_avro

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously

Developing or Testing

This plug-in is written by Scala. You could use sbt.

$ ./sbt 
$ ./sbt test