Introduction to EduFlow

Welcome to the official EduFlow documentation. Learn how to integrate, configure, and extend your institution's ERP experience.

Quick Start Architecture

EduFlow is built on a modular, event-driven architecture designed specifically for educational datasets. By utilizing modern frameworks at the frontend edge and high-performance microservices at the backend, we ensure zero latency during high-traffic enrollments.

npm install @eduflow/sdk

Core Concepts

  • Tenants: Your institution acts as the primary tenant.
  • Entities: Students, staff, and guardians are top-level entities linked via unique IDs.
  • Modules: Enable or disable modules (Finance, Transport) on the fly without system downtime.
Previous: None Next: Quick Start