Skip to content

sskapci/bigmap

 
 

Repository files navigation

Build Status

BigMap

Bigmap, is all about streaming approaches in big data domain.

For running docker file, you need to install Docker

For building docker file :

docker build -t bigmap .

For running it :

docker run -it -d -p 80:80 -p 9092:9092 -p 2181:2181 -p 4040:4040 bigmap

For attaching to terminal in container, you need to check container's id and use the attach command.

docker ps -a

docker attach id

This version has running Node, MongoDB, Zookeeper, Kafka and Spark. When it starts, it creates a topic named "measurement"

We are using SafeCast data. ( https://blog.safecast.org/data/ )

On this producer, we are only serving 300000 lines of data. Total size is over 8 GB. If you want to test with all data, refer the instructions on docker readme.

About

big data and ML map

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 51.0%
  • JavaScript 31.3%
  • Scala 13.2%
  • HTML 3.7%
  • CSS 0.8%