You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/developers/micro-kernel.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
-
title: MiniKernel Architecture
2
+
title: MicroKernel Architecture
3
3
description: Understanding ObjectStack's micro-kernel plugin architecture for building extensible applications
4
4
---
5
5
6
-
# MiniKernel Architecture
6
+
# MicroKernel Architecture
7
7
8
8
ObjectStack uses a **micro-kernel architecture** that separates core functionality from business logic. Like the Linux kernel, the ObjectKernel provides minimal essential services while all features are loaded as plugins.
9
9
10
10
## Overview
11
11
12
-
The MiniKernel architecture enables:
12
+
The MicroKernel architecture enables:
13
13
- ✅ Pluggable ObjectQL instances (bring your own query engine)
14
14
- ✅ Service registry for dependency injection (DI)
0 commit comments