Quick Guide: Find the document you need quickly!
| If you are... | Start from... | Then go to... |
|---|---|---|
| Manager/Business | SUMMARY.md | VALUE_PROPOSITION.md → USE_CASES.md |
| Developer | GETTING_STARTED.md | ARCHITECTURE.md → FAQ.md |
| Architect | ARCHITECTURE.md | USE_CASES.md → Layer READMEs |
| Data Scientist | VALUE_PROPOSITION.md | ML Runner Docs |
| Curious | VALUE_PROPOSITION.md | SUMMARY.md |
| Document | What Contains | Reading Time | Level |
|---|---|---|---|
| VALUE_PROPOSITION.md | What is chaM3Leon, advantages | 10 min | Easy |
| SUMMARY.md | Executive summary | 15 min | Easy |
| README.md | Technical project overview | 8 min | Medium |
| Document | What Contains | Reading Time | Level |
|---|---|---|---|
| GETTING_STARTED.md | Step-by-step tutorial, first project | 30 min + practice | Medium |
| ARCHITECTURE.md | Architecture explained simply | 20 min | Medium |
| USE_CASES.md | 8 detailed real use cases | 40 min | Medium |
| Document | What Contains | Type | Level |
|---|---|---|---|
| FAQ.md | 100+ questions and answers | Reference | Easy |
| CONFIG_LIST.md | All available configurations | Reference | Technical |
| APPS_NAMING.md | Naming conventions | Reference | Medium |
| Layer | Language | Document | Focus |
|---|---|---|---|
| Batch | Java/Spark | chaM3Leon/batch/README.md | Historical processing |
| Speed | Java/Spark | chaM3Leon/speed/README.md | Real-time processing |
| Harvester | Java/Spark | chaM3Leon/harvester/README.md | Data collection |
| Serving | Java/Spring | serving_chaM3Leon/README.md | REST API |
| ML Runner | Python | PyChaM3Leon (GitHub) | Machine Learning |
| Document | What Contains |
|---|---|
| docs/README.md | Documentation index, learning paths |
- VALUE_PROPOSITION.md - The value
- SUMMARY.md - ROI and costs
- USE_CASES.md - Possible applications
- FAQ.md - "Comparisons" section
- ARCHITECTURE.md - Overview
- README.md - Implementation details
- Layer-specific READMEs - Deep dive
- GETTING_STARTED.md - Complete tutorial
- CONFIG_LIST.md - Configurations
- APPS_NAMING.md - Conventions
- FAQ.md - Troubleshooting
- USE_CASES.md - 8 detailed cases
- GETTING_STARTED.md - Example project
- Layer READMEs - Specific examples
- YouTube Videos - Practical demos
- FAQ.md - 100+ Q&A
- GETTING_STARTED.md - Troubleshooting section
- GitHub Issues - Community
- VALUE_PROPOSITION.md - Value and advantages
- ARCHITECTURE.md - Design and patterns
- SUMMARY.md - Business overview
- GETTING_STARTED.md - Hands-on tutorial
- Layer READMEs - Implementation guides
- USE_CASES.md - Practical templates
- FAQ.md - Frequently asked questions
- CONFIG_LIST.md - Configurations
- APPS_NAMING.md - Naming conventions
- USE_CASES.md - 8 real scenarios
- GETTING_STARTED.md - Complete example
- Video demos - Practical cases
Find your sector in USE_CASES.md:
| Sector | Use Case | Page |
|---|---|---|
| E-Commerce | Sales monitoring, recommendations | Case 1 |
| Smart City | IoT, traffic, air quality | Case 2 |
| Marketing | Social media analytics, sentiment | Case 3 |
| Healthcare | Patient monitoring, predictions | Case 4 |
| Manufacturing | Predictive maintenance | Case 5 |
| Logistics | Fleet management, optimization | Case 6 |
| Gaming | Player analytics, anti-cheat | Case 7 |
| Agriculture | Precision farming, smart irrigation | Case 8 |
| Video | Topic | Duration | Link |
|---|---|---|---|
| Framework Presentation | General overview | ~15 min | YouTube |
| Batch & Speed Demo | Practical example | ~20 min | YouTube |
- chaM3Leon Main - Main framework
- PyChaM3León - Python ML Runner
- Docker Setup - Container environment
- GitHub Issues - Bugs and feature requests
- GitHub Discussions - General questions
chaM3Leon/
├── README.md - Main overview
├── VALUE_PROPOSITION.md - Framework value
├── SUMMARY.md - Executive summary
├── DOCUMENTATION_INDEX.md - This file
│
├── docs/ - Main documentation
│ ├── README.md - Documentation index
│ ├── GETTING_STARTED.md - Tutorial
│ ├── ARCHITECTURE.md - Architecture
│ ├── USE_CASES.md - Practical examples
│ ├── FAQ.md - Frequent questions
│ ├── CONFIG_LIST.md - Configurations
│ ├── APPS_NAMING.md - Naming conventions
│ └── *.png - Diagrams
│
├── chaM3Leon/ - Java Layers
│ ├── batch/README.md - Batch Layer
│ ├── speed/README.md - Speed Layer
│ ├── harvester/README.md - Harvester Layer
│ └── common/README.md - Common utilities
│
└── serving_chaM3Leon/ - Serving Layer
└── README.md - Spring Boot API
START → VALUE_PROPOSITION → SUMMARY → GETTING_STARTED
START → GETTING_STARTED → Layer README → CONFIG_LIST → GO!
START → SUMMARY → USE_CASES → FAQ (business section) → DECISION
START → FAQ → GETTING_STARTED (troubleshooting) → GitHub Issues
START → ARCHITECTURE → Layer READMEs → External docs → Expert!
Installation? → GETTING_STARTED.md
Configuration? → CONFIG_LIST.md
Spark? → ARCHITECTURE.md
Kafka? → ARCHITECTURE.md
Cassandra? → ARCHITECTURE.md
Machine Learning? → ML Runner
Performance? → FAQ.md
Security? → FAQ.md
Costs? → SUMMARY.md
ROI? → SUMMARY.md
Docker? → GETTING_STARTED.md
Examples? → USE_CASES.md
All documents are:
- Markdown standard
- Readable on GitHub mobile
- Formatted for vertical reading
- Working links on all devices
- Italian (Main)
- English (Partial - Main README)
- Spanish
- French
- German
Contributions for translations are welcome!
- Total documents: 15+
- Total words: 25,000+
- Code examples: 20+
- Use cases: 8 detailed
- FAQ: 100+ Q&A
- External links: 50+
- Diagrams: 5+
- VALUE_PROPOSITION.md - 10 min
- SUMMARY.md - 15 min
- USE_CASES.md - 40 min (focus your sector)
- FAQ.md - 20 min (business sections)
- Presentation video - 15 min
Outcome: Informed decision on adoption
- VALUE_PROPOSITION.md - 10 min
- ARCHITECTURE.md - 20 min
- GETTING_STARTED.md - 2 hours (with practice)
- Specific Layer README - 30 min
- FAQ.md - 30 min
- First project - 3 hours
Outcome: First working project
- SUMMARY.md - 15 min
- ARCHITECTURE.md - 30 min
- USE_CASES.md - 1 hour
- All Layer READMEs - 1 hour
- CONFIG_LIST.md - 30 min
- External docs (Spark, Kafka) - 1 hour
Outcome: Complete architectural design
- Use GitHub search (at the top of the repo page)
- Check FAQ.md - It's probably there
- Explore docs/README.md - Complete index
- Open GitHub Issue - Ask the community
Found an error? Want to add content?
- Fork the repository
- Edit the .md files
- Open a Pull Request
Guidelines: Write simply, use examples, add value!
Date: October 27, 2025
Docs Version: 1.0.0
Framework Version: 2.0.0
Happy Learning!