Skip to content
Merged

Dev #74

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Abada Engine Documentation

Welcome to the Abada Engine documentation. This documentation is organized to help you quickly find the information you need, whether you are an architect, developer, or operator.

## 📚 Table of Contents

### 🏗️ Architecture

High-level design and architectural decisions.

- [Overview](architecture/overview.md) - The big picture of Abada Engine's architecture and deployment.
- [Authentication Service](architecture/auth-service.md) - How authentication and authorization work.
- [Event Delivery](architecture/event-delivery.md) - Mechanics of event processing and delivery.
- [SPI Design](architecture/spi-design.md) - Service Provider Interface design for extensibility.
- [Event-Based Gateways](architecture/event-based-gateways-design.md) - Design of event-based gateways.

### 🚀 Features

Detailed guides on specific engine features.

- [Process Variables](features/process-variables.md) - Handling data within processes.
- [Service Tasks](features/service-tasks.md) - Implementing and using service tasks.
- [Exclusive Gateway](features/exclusive-gateway.md) - Logic and usage of exclusive gateways.
- [Persistence](features/persistence.md) - How data is stored and managed.
- [Kitchen Sink Process](features/kitchen-sink-process.md) - A comprehensive example process demonstrating various features.

### 🛠️ Operations

Guides for deploying, monitoring, and managing the engine.

- [Docker Deployment](operations/docker-deployment.md) - Deploying Abada Engine using Docker.
- [Docker Build Strategy](operations/docker-build-strategy.md) - How container images are built.
- [Observability](operations/observability.md) - Monitoring, metrics, tracing, and logging.
- [Loki Integration](operations/loki-integration.md) - Setting up log aggregation with Loki.
- [Sample Data Generator](operations/sample-data-generator.md) - Generating test data for development.

### 💻 Development

Resources for developers building on or contributing to Abada Engine.

- [API Documentation](development/api.md) - REST API reference.
- [Frontend Guide](development/frontend-guide.md) - Guide for frontend development.
- [Orun App Specification](development/orun-app-spec.md) - Specifications for the Orun application.
- [Project Configuration](development/project-config.md) - Review of project configuration settings.
- [Roadmap](development/roadmap.md) - Future plans and upcoming features.

### 📝 Release Notes

History of changes and updates.

- [Release Notes](release-notes/) - Directory containing release notes for all versions.

---
*Documentation structure organized for clarity and ease of navigation.*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
237 changes: 0 additions & 237 deletions docs/observability-implementation.md

This file was deleted.

File renamed without changes.
File renamed without changes.
Loading
Loading