Skip to content

Latest commit

 

History

History
93 lines (72 loc) · 3.38 KB

File metadata and controls

93 lines (72 loc) · 3.38 KB

chaM3Leon Documentation

Welcome to the complete documentation of the chaM3Leon framework. This page will guide you through all available resources.

Documentation Overview

Getting Started

Document Description Audience
SUMMARY.md Executive summary for decision makers C-Level, Managers
VALUE_PROPOSITION.md Discover the value and advantages of chaM3Leon Everyone
GETTING_STARTED.md Step-by-step guide for your first project Developers
ARCHITECTURE.md Understand the framework architecture Architects, Team Leads
USE_CASES.md Practical examples of real applications Business, Developers
FAQ.md Frequently asked questions and answers Everyone

Technical Documentation

Document Description
CONFIG_LIST.md Complete configuration guide
APPS_NAMING.md Application naming conventions

Layer-Specific Documentation

Layer Documentation Language Description
Batch README Java Historical data batch processing
Speed README Java Real-time streaming processing
Harvester README Java Data collection from external sources
Serving README Java/Spring Boot REST API for data distribution
ML Runner GitHub Python Machine Learning and MLOps

Video Resources

YouTube Tutorials


Related Repositories

Repository Purpose Link
chaM3Leon Main Main framework GitHub
PyChaM3Leon ML Runner (Python) GitHub
docker_chaM3Leon Docker setup GitHub

Concept Map

chaM3Leon Framework
│
├── Basic Concepts
│   ├── VALUE_PROPOSITION.md (Why use it?)
│   └── ARCHITECTURE.md (How does it work?)
│
├── Practice
│   ├── GETTING_STARTED.md (How to start?)
│   └── USE_CASES.md (Real examples)
│
├── Layers (Java/Spark)
│   ├── Batch Layer → Historical processing
│   ├── Speed Layer → Real-time processing
│   ├── Harvester Layer → Data collection
│   └── Serving Layer → API distribution
│
├── Layers (Python)
│   └── ML Runner → Machine Learning
│
└── References
    ├── CONFIG_LIST.md (Configurations)
    └── APPS_NAMING.md (Conventions)

Support

Need help?

  1. Check the documentation - The answer is probably here
  2. Watch the videos - Step-by-step tutorials
  3. GitHub Issues - For bugs and feature requests

Useful links:


Back to main README