Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

RUN APP

$ sbt run

Worker APP dependents on reactiveJobQueue App. Before run worker app compile and do publish local to reactiveJobQueue.

$ cd reactiveJobQueue $ sbt publishLocal

Create kafka topic

bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic uploadmessage
Create MySql database & Table.

Create database userdb;

Use userdb;

create table userinfo(id varchar(255) primary key,name varchar(255), time_of_start varchar(255));

About

Play Framework Scala App

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages