Package

com.vbounyasit

bigdata

Permalink

package bigdata

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. bigdata
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ApplicationConf[T] = Option[ApplicationConfData[T]]

    Permalink
  2. case class DatePattern(pattern: String) extends Product with Serializable

    Permalink
  3. trait ETL[U, V] extends AnyRef

    Permalink

    A trait defining the functions for an ETL operation.

  4. type EitherRP = Either[ExceptionHandler, SourcePipeline]

    Permalink
  5. type ExceptionWithMessage[T <: ExceptionHandler] = (String) ⇒ T

    Permalink
  6. type ExecutionPlans = Map[String, ExecutionPlan]

    Permalink
  7. type PureConfigLoaded[T] = Either[ConfigReaderFailures, T]

    Permalink
  8. type Sources = Map[String, SourcePipeline]

    Permalink
  9. abstract class SparkApplication[U, V] extends SparkSessionProvider with ETL[U, V] with LoggerProvider

    Permalink

    A class representing a submitted Spark application.

Value Members

  1. object ETL

    Permalink

    The different data classes used in our ETL operation.

  2. object SparkApplication

    Permalink
  3. object appImplicits

    Permalink

    Implicits used in runnable applications

  4. package args

    Permalink
  5. package config

    Permalink
  6. val datePattern: DatePattern

    Permalink
  7. package example

    Permalink
  8. package exceptions

    Permalink
  9. object implicits

    Permalink

    Various implicits for the project

  10. package providers

    Permalink
  11. package testing

    Permalink
  12. package transform

    Permalink
  13. package utils

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped