Library of custom tools to respond to any form of problems, especially data processing.
Methods to parse different json structures
Methods to format different data types to Spark Dataframes
Methods to apply Akka http requests
Methods to initialize simple Akka web server
object main extends utils.AppConfiguration {
def main(args: Array[String]): Unit = {
initializeAppConfig("config.yml")
AkkaWebServer.initializeWebServer(interface,port.toInt)
}
}
curl -H "Content-Type: application/json" -X POST -d 'test message' http://localhost:8080/messagecurl http://localhost:8080/getData
Methods to create or Delete tables Methods to read from tables and write to tables
Configuration file reading tool
Log generation tool
Akka actor trait
SparkSession trait