All Projects → srpraneeth → spark-spring-boot-starter

srpraneeth / spark-spring-boot-starter

Licence: other
Spring Boot Starter for Apache Spark

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to spark-spring-boot-starter

zkspringboot
ZK - Spring Boot integration
Stars: ✭ 38 (+72.73%)
Mutual labels:  starter, springboot
Springboot Templates
springboot和dubbo、netty的集成,redis mongodb的nosql模板, kafka rocketmq rabbit的MQ模板, solr solrcloud elasticsearch查询引擎
Stars: ✭ 100 (+354.55%)
Mutual labels:  starter, springboot
noise-php
A starter-kit for your PHP project.
Stars: ✭ 52 (+136.36%)
Mutual labels:  starter
spring-boot-java-swing-reservations
The project aims to present how to connect Spring Boot 2 and Java Swing GUI widget toolkit. All application dependencies are provided by Docker Compose. There are also static code analysis tools like FindBugs and Checkstyle.
Stars: ✭ 86 (+290.91%)
Mutual labels:  springboot
ng-seed
Simple Angular seed project with commonly used features.
Stars: ✭ 12 (-45.45%)
Mutual labels:  starter
demo springboot with mybatis
No description or website provided.
Stars: ✭ 17 (-22.73%)
Mutual labels:  springboot
springboot-chapter
🚀Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Stars: ✭ 23 (+4.55%)
Mutual labels:  springboot
luna-fans-api
luna cloud tools
Stars: ✭ 226 (+927.27%)
Mutual labels:  springboot
people-blog
spring boot实现个人博客搭建(从零开始搭建)
Stars: ✭ 28 (+27.27%)
Mutual labels:  springboot
SpringSecurity-JWT-Vue-Deom
A demonstration of stateless JWT authentication with Spring Security, Spring Boot and Vue js
Stars: ✭ 99 (+350%)
Mutual labels:  springboot
yiying-parent
在线电影,基于分布式微服务架构,技术架构有SpringBoot、SpringCoud、nacos、dubbo、mybatis-plus、Druid,采用前后端分离方式进行开发,实现自定义视频上传、解码、存储、点播
Stars: ✭ 48 (+118.18%)
Mutual labels:  springboot
fabric-java-block
集成springboot和fabric sdk 提供rest api的接口
Stars: ✭ 37 (+68.18%)
Mutual labels:  springboot
spring-boot-kotlin-example
Building web applications with Spring Boot and Kotlin
Stars: ✭ 17 (-22.73%)
Mutual labels:  springboot
react-redux-nextjs-bootstrap-pwa-starter
a progressive web app starter with next js redux + redux-persist + bootstrap
Stars: ✭ 69 (+213.64%)
Mutual labels:  starter
smile-monitor-starter
Microservice system monitoring
Stars: ✭ 49 (+122.73%)
Mutual labels:  springboot
spring-boot-retrofit-support
A auto configuration springboot starter for retrofit
Stars: ✭ 46 (+109.09%)
Mutual labels:  springboot
strapi-starter-nuxt-e-commerce
Strapi Starter Nuxt.js E-commerce
Stars: ✭ 170 (+672.73%)
Mutual labels:  starter
lifeup
not only todo program
Stars: ✭ 25 (+13.64%)
Mutual labels:  springboot
im-bass
基础IM通信
Stars: ✭ 56 (+154.55%)
Mutual labels:  springboot
hillfog
hillfog is an KPI, OKR (Objectives and Key Results), PDCA, BSC (balanced scorecard) web platform.
Stars: ✭ 18 (-18.18%)
Mutual labels:  springboot

spark-spring-boot-starter

  1. Spring Boot Starter for Spark
  2. Demo Project to use spark-spring-boot-starter

This creates following beans

  1. SparkContext
  2. SparkSession
  3. StreamingContext

Properties spark.appname=TestApp

spark.master=spark://localhost:3305

#spark.master defaults to local[2] if not provided

spark.props.driver.cores=1

spark.props.driver.maxResultSize=1g

spark.props.driver.memory=1g

spark.props.local.dir=/tmp

#Any spark conf property can be provided using spark.prop namespace

spark.streaming.duration=1000

#Streaming window duration

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].