Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 282 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 282 Bytes

json-toolbox

A repo of Big Data tools for working with JSON. Includes Python-based UDFs for Pig and Spark.

UDFs

Python

  • get_unique_schema
  • search_by_key

Apache Pig

  • GetUniqueSchema
  • GetUniqueSchemaAsString
  • GetValue

Apache Spark

  • json_to_map
  • json_to_map_v2