Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.76 KB

CONTRIBUTING.md

File metadata and controls

42 lines (30 loc) · 1.76 KB

Contributing

Considering contributing? You're welcome! 🤗

Hey folks! How are you doing?

This is a public repository with private hosting and serving, where every commit that passes CI is automatically deployed to the production services in Google Cloud, which I manage and pay for.

If you're enthusiastic about the topic of streaming analytics, want to challenge yourself with the technologies used here or try out new ones, would like to get involved, need a platform to showcase your skills, or think you can contribute as an advisor, feel free to join! Seriously, folks, the topic may seem simple, but it’s just the tip of the iceberg. Check out the developer's guide. There are many up-to-date concepts implemented and plenty more waiting for contributions (see roadmap).

This is a super fun project with incredible variability in Dota 2 matches, countless stats and trends to calculate, and so much data to process and apply ML to predict match outcomes.

Let's build something amazing together, folks! Whether you're interested in backend or frontend development, ML, streaming, Apache Beam, Spark, Flink, Kubernetes, CI/CD, or testing, don't hesitate to shoot me a message.

Discord

or just submit a pull request, as it's a straightforward way to contribute at the moment:

  1. Fork the Project
  2. Create your Feature Branch" git checkout -b feature/AmazingFeature
  3. Commit your Changes: git commit -m 'Add some AmazingFeature
  4. Push to the Branch: git push origin feature/AmazingFeature
  5. Open a Pull Request

Back to README.md