Skip to content

Latest commit

Β 

History

History
51 lines (40 loc) Β· 1.89 KB

File metadata and controls

51 lines (40 loc) Β· 1.89 KB

πŸš€ What you can find here?

This repository contain folders of tech-stack that may suit your needs. Please get into each folder to read the detail.

(back to top)


πŸ—οΈ Project Structure

  1. Kafka (Kraft): /kafka
  2. Redis (Basic No-Auth): /redis
  3. Mongo (Cluster): /mongo
  4. Monitoring: /monitoring
    1. Promtail
    2. Prometheus
    3. Loki
    4. Grafana

(back to top)


🎁 Contributing

This project using following format as committing message. If any suggestion of type, feel free to suggest it. For now we are not using git lint yet, but soon

✨ feat: Add a new feature to the codebase (MINOR in semantic versioning).
πŸ”§ fix: Fix a bug (equivalent to a PATCH in Semantic Versioning).
πŸ“‘ docs: Documentation changes.
πŸ‘‘ style: Code style change (semicolon, indentation...).
πŸ‘“ refactor: Refactor code without changing public API.
πŸš€ perf: Update code performances.
πŸ”Ž test: Add test to an existing feature.
πŸ“¦ chore: Update something without impacting the user (ex: bump a dependency in package.json).

(back to top)


πŸŽ–οΈ Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)