/spark_MySQL2JSON

transform relational database into json using spark

Primary LanguageJava

Sample Spark Java

A simple working example of Spark with Java.

How to run

Bring up docker and create table

$ docker-compose up -d
$ cd docker
$ ./plug_play.sh

Compile and run with Maven

First 1 million records test rows inserted to the database. Then Sparks read those records and convert them to JSON in books_json directory.