This is the master index for all DAFU platform documentation. Use this guide to navigate to the right documentation for your needs.
The single most important document - covers all DAFU features in one place:
- Quick start (3 steps)
- All CLI commands
- Complete workflow examples
- Troubleshooting
- Configuration
Start here if you're new to DAFU!
Location: core/docs/api/
| Document | Purpose | Audience |
|---|---|---|
| API Usage Guide | Complete REST API reference | Developers |
| API Quick Start | 5-minute API setup | Everyone |
| API README | API documentation index | Everyone |
| Postman Collection | Ready-to-use API tests | Developers |
Covers: Authentication, Logs, Reports, Products endpoints
Tools:
- 📦 Postman Collection - Import & test all endpoints
- 🌐 Swagger UI - Interactive API documentation (when API running)
Location: core/docs/cli/
| Document | Purpose | Audience |
|---|---|---|
| DAFU CLI Guide | Original CLI reference | CLI users |
| CLI Demo | Usage examples | Everyone |
| CLI Integration | API integration details | Developers |
| CLI Step-by-Step | Authentication flow | New users |
| CLI Usage Complete | Complete CLI reference | Power users |
| CLI README | CLI documentation index | Everyone |
Covers: Unified CLI with auth, logs, reports, products, ML models
Location: core/docs/guides/
| Document | Purpose | Audience |
|---|---|---|
| Quick Start | ML models quick start | Data scientists |
Covers: ML model training and usage
Location: core/docs/docker/
| Document | Purpose | Audience |
|---|---|---|
| Docker Status | Current deployment status | DevOps |
| Docker Setup | Docker configuration | DevOps |
| Docker README | Docker overview | Everyone |
Covers: Docker Compose, containerization, deployment
Location: / (project root)
| Document | Purpose |
|---|---|
| README.md | Main project README |
| USAGE_GUIDE | Complete usage guide |
| DOCUMENTATION_INDEX | Documentation index |
| Task | Documentation |
|---|---|
| Get started with everything | Usage Guide |
| Use the CLI | CLI Guide |
| Setup the API | API Quick Start |
| Call API endpoints | API Usage Guide |
| Test API with Postman | Postman Collection |
| Run ML models | ML Quick Start |
| Deploy with Docker | Docker Status |
| Authenticate users | CLI Step-by-Step |
| View logs | Usage Guide - Logs |
| Create reports | Usage Guide - Reports |
| Manage products | Usage Guide - Products |
| Customer analytics | Usage Guide - Customer Analytics |
dafu/
├── README.md # Main project README
├── DAFU_API.postman_collection.json # 📦 Postman API collection
├── core/
│ ├── docs/
│ │ ├── USAGE_GUIDE.md # ⭐ Complete usage guide (START HERE)
│ │ ├── README.md # Documentation index
│ │ ├── api/ # 🔐 API Documentation
│ │ │ ├── README.md
│ │ │ ├── API_USAGE_GUIDE.md # Complete API reference
│ │ │ └── QUICK_START_API.md # 5-minute API setup
│ │ ├── cli/ # 💻 CLI Documentation
│ │ │ ├── README.md
│ │ │ ├── DAFU_CLI_GUIDE.md # Original CLI guide
│ │ │ ├── DAFU_CLI_DEMO.md # Usage examples
│ │ │ ├── DAFU_CLI_INTEGRATED.md # API integration
│ │ │ ├── CLI_STEP_BY_STEP.md # Step-by-step auth
│ │ │ └── CLI_USAGE_COMPLETE.md # Complete reference
│ │ ├── guides/ # 📘 Getting Started
│ │ │ ├── QUICK_START.md # ML models quick start
│ │ │ └── IMPLEMENTATION_COMPLETE.md
│ │ ├── docker/ # 🐳 Docker Documentation
│ │ │ ├── DOCKER_STATUS.md
│ │ │ ├── DOCKER_SETUP.md
│ │ │ └── DOCKER_README.md
│ │ └── assets/ # 🖼️ Images & Diagrams
│ │ └── High-level-architecture.drawio.png
│ │
│ └── features/
│ └── fraud_detection/
│ ├── API_README.md # API overview
│ ├── USAGE_EXAMPLES.md # Usage examples
│ └── cli_login.sh # Login helper script
- Usage Guide - Complete overview
- API Quick Start - Setup API
- CLI Integration - Use CLI with API
- DAFU CLI Guide - Learn CLI basics
- CLI Demo - See examples
- ML Quick Start - Run ML models
- API Quick Start - Setup in 5 minutes
- API Usage Guide - Full API reference
- Use Swagger UI: http://localhost:8000/docs
- Usage Guide - Start here
- CLI Demo - See examples
- CLI Integration - API features
- API Usage Guide - API details
- CLI Usage Complete - Full reference
- Write custom automation scripts
| Feature | Documentation |
|---|---|
| Authentication | CLI Step-by-Step, API Guide |
| Logging | Usage Guide - Logs |
| Reports | Usage Guide - Reports |
| Products | Usage Guide - Products |
| Customer Analytics | Usage Guide - Customer Analytics |
| ML Models | ML Quick Start |
| Docker | Docker Status |
| User Type | Start Here |
|---|---|
| End User | Usage Guide |
| Developer | API Usage Guide |
| Data Scientist | ML Quick Start |
| DevOps | Docker Status |
| Admin | Usage Guide + API Guide |
- CLI Help:
./dafu help - API Docs: http://localhost:8000/docs
- Postman Collection: DAFU_API.postman_collection.json
- GitHub: https://github.com/MasterFabric/dafu/issues
DAFU - Enterprise Fraud Detection Platform 🚀