added docs
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
The architecture behind sysmonstm isn't specific to system monitoring. The patterns - streaming data collection, event-driven processing, tiered storage, real-time dashboards - apply to many domains. This article explores two: payment processing systems and desktop productivity tracking.
|
||||
|
||||

|
||||
|
||||
## Payment Processing Systems
|
||||
|
||||
The sysmonstm architecture was intentionally designed to map to payment processing. Here's how each component translates.
|
||||
@@ -117,6 +119,8 @@ Current architecture:
|
||||
|
||||
This works, but sysmonstm patterns could enhance it significantly.
|
||||
|
||||

|
||||
|
||||
### Current Deskmeter Implementation
|
||||
|
||||
The core daemon (`dmapp/dmcore/main.py`) polls in a loop:
|
||||
|
||||
Reference in New Issue
Block a user