Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 975 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 975 Bytes

data-scalaxy-writer

This library provides APIs to write a spark dataframe to various target source systems.

This library supports below target systems:

  • Local File System
  • AWS
  • GCP

local-file-system

User can use this library to write/persist spark dataframe to the local file system in various file formats. Supported file formats are:

  • CSV
  • JSON
  • XML
  • Parquet

Please see the detailed documentation here.

aws

User can use this library to write/persist spark dataframe to various storage options provided by AWS.

Currently, we are supporting below options:

  • S3 Buckets
  • Redshift Tables

Please see the detailed documentation here.

gcp

User can use this library to write/persist spark dataframe to various storage options provided by google cloud system.

Currently, we are supporting below options:

  • GCS Buckets
  • BigQuery Tables

Please see the detailed documentation here.