Skip to content

Bhutania/BigData

Repository files navigation

BigData

Distributed Big Data computing platform, parallelized machine learning.

Installation

  1. Setup the model training deployment

kubectl create -f trainer

Wait for it to finish, if you proceed early the rest of the system will be idle until this is complete

  1. Setup the Zookeeper and Kafka nodes

kubectle create -f zookeeper.yaml; kubectl create -f kafka.yaml

  1. Initialize the ML processing nodes

kubectl create -f processor.yaml

  1. Initialize the ML preprocessing nodes

kubectl create -f preprocessor.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published