All Projects → knoldus → Play Spark Scala

knoldus / Play Spark Scala

Programming Languages

scala
5932 projects

Projects that are alternatives of or similar to Play Spark Scala

Play Reactive Slick
This is Play Template with a nice User Interface. If you want to use Play as web framework and Postgres as Database then this demo project can be used as a starting point for your application.
Stars: ✭ 40 (-21.57%)
Mutual labels:  sbt, play-framework
Spark As Service Using Embedded Server
This application comes as Spark2.1-as-Service-Provider using an embedded, Reactive-Streams-based, fully asynchronous HTTP server
Stars: ✭ 46 (-9.8%)
Mutual labels:  spark, akka
akka-stream-kafka-template.g8
Template for Akka Streams & Kafka. Default impl: mirror a topic onto another one
Stars: ✭ 14 (-72.55%)
Mutual labels:  akka, sbt
Scala Ddd Example
🎯 λ Hexagonal Architecture + DDD + CQRS applied in Scala using Akka HTTP
Stars: ✭ 86 (+68.63%)
Mutual labels:  sbt, akka
Boilerplay
Using the latest technology in the Scala ecosystem, Boilerplay is a reactive web application built on Play Framework, ScalaJS, Silhouette, Sangria/GraphQL, and PostgreSQL. It provides a good starting point for whatever you want to build.
Stars: ✭ 279 (+447.06%)
Mutual labels:  akka, play-framework
Scala Play React Seed
❄️ Java Play 2.7.x + React seed project with full-fledged build process
Stars: ✭ 180 (+252.94%)
Mutual labels:  sbt, play-framework
ecommerce
A project for exploring Akka with Scala
Stars: ✭ 24 (-52.94%)
Mutual labels:  akka, sbt
Utils4s
scala、spark使用过程中,各种测试用例以及相关资料整理
Stars: ✭ 1,070 (+1998.04%)
Mutual labels:  spark, akka
Cloudflow
Cloudflow enables users to quickly develop, orchestrate, and operate distributed streaming applications on Kubernetes.
Stars: ✭ 278 (+445.1%)
Mutual labels:  spark, akka
java-play-angular-seed
🍁 Java Play 2.7.x + Angular 8 with Angular CLI seed project with full-fledged build process
Stars: ✭ 53 (+3.92%)
Mutual labels:  sbt, play-framework
Scala Play Angular Seed
🍀 Scala Play 2.7.x + Angular 8 with Angular CLI seed project with full-fledged build process
Stars: ✭ 85 (+66.67%)
Mutual labels:  sbt, play-framework
Sbt Ignore Play Generated
Configure linters and coverage tools to ignore Play's generated source files.
Stars: ✭ 10 (-80.39%)
Mutual labels:  sbt, play-framework
Every Single Day I Tldr
A daily digest of the articles or videos I've found interesting, that I want to share with you.
Stars: ✭ 249 (+388.24%)
Mutual labels:  spark, akka
sbt-sass
A fork of the sbt-sass repository which seems to be abandoned.
Stars: ✭ 32 (-37.25%)
Mutual labels:  sbt, play-framework
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
Stars: ✭ 10,526 (+20539.22%)
Mutual labels:  spark, akka
java-play-react-seed
🌀 Java Play 2.7.x + React seed project with full-fledged build process
Stars: ✭ 43 (-15.69%)
Mutual labels:  sbt, play-framework
Kebs
Scala library to eliminate boilerplate
Stars: ✭ 113 (+121.57%)
Mutual labels:  akka, play-framework
Spark Submit Ui
This is a based on playframwork for submit spark app
Stars: ✭ 53 (+3.92%)
Mutual labels:  spark, play-framework
play-angular-typescript.g8
A giter8 template for a Play Angular 4 Typescript application
Stars: ✭ 91 (+78.43%)
Mutual labels:  sbt, play-framework
Scalnet
A Scala wrapper for Deeplearning4j, inspired by Keras. Scala + DL + Spark + GPUs
Stars: ✭ 342 (+570.59%)
Mutual labels:  sbt, spark

spark-scala

Apache Spark is a fast and general-purpose cluster computing system. It provides high-level APIs in Scala, Java, and Python that make parallel jobs easy to write, and an optimized engine that supports general computation graphs. It also supports a rich set of higher-level tools including Shark (Hive on Spark), MLlib for machine learning, GraphX for graph processing, and Spark Streaming.

This is Spark Application which is built in Play 2.2.0. We can build it in any Play version. One thing that we have to keep in mind is the Akka version should be compatible to both Spark & Play. So, check the Akka version in Spark & Play that are inbuilt.

Commands to run this Application:

  1. play clean
  2. play compile
  3. play dist
  4. play run

Note:

Whenever a change is made in the application, then run play dist command otherwise changes in the Spark files/functions will be not be reflected. To run only Spark Streaming, Spark SQL, Spark MLLib part you dont need to run command - "play dist".

We have upgraded our application to Apache Spark 1.0.1.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].