8000 GitHub - regnarock/user-behavior: Spark + Cassandra + Kafka in a lightweight yet scalable web service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

regnarock/user-behavior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Madkudu behavior service

To run on local machine

The only required is to have docker installed on your machine

  • Start Zookeeper, Kafka and Cassandra

docker-compose up kafka cassandra zookeeper

  • Create Kafka topic

docker-compose up create_test_topic

  • Create Cassandra CQL definitions

docker-compose up create-timeseries

  • Send actions Data to Kafka (do not hesitate to provide your own, or to just re-run it)

docker-compose up injest_information

  • Now you can start the WebServer and ActionsDataStream with your favourite IDE and start calling the API

i.e: http://localhost:8080/v1/user/019mr8mf4r

About

Spark + Cassandra + Kafka in a lightweight yet scalable web service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0