Skip to content

mukulbansal93/crazy-cricket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crazy-cricket

APIs for Blackrock's crazy-cricket problem

Prerequisite

Environment Setup

> cd crazy-cricket
> mvn clean package
  • Start the Apache Kafka Zookeeper and Server on localhost.
  • Start the Redis Server on localhost.
  • Deploy the build war formed in target folder on Apache Tomcat.
  • Follow the steps at https://github.com/blackrock/crazy-cricket to push sample messages to Apache Kafka and test the APIs using browser(since all are GET requests) or use any REST client like POSTMAN

Note- As of now shell script run.sh does not do anything. I am planning on writing it in the future. Once done, it will initialize all facets of the project but I think that there are just too many configurables like Zookeeper IP & port, Tomcat directory, Redis IP & port etc which might pose a problem.

About

Solution for the crazy-cricket hiring problem by Blackrock. Question at - https://github.com/blackrock/crazy-cricket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages