Skip to content
Vibert Bounyasit edited this page Aug 7, 2022 · 14 revisions

Welcome to My Data Framework wiki!

This section will teach you everything you have to know about DataFlow, and will help you get started and write your own Spark application based on this Framework.

If you haven't done it yet, before you start, you should import the framework library into your dependencies in your pom.xml file :

    <dependency>
        <groupId>io.github.vbounyasit</groupId>
        <artifactId>dataflow</artifactId>
        <version>1.1.0-SNAPSHOT</version>
    </dependency>

After familiarizing yourself with the ins and out of this Framework, you should be able to have a project ready for production to be packaged into a jar and sent to your Spark cluster via a spark-submit command.

So go ahead and get started right now !