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: README.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Drasi Server
2
2
3
-
Drasi Server is a standalone server for the [Drasi](https://drasi.io) data change processing platform. It wraps the [DrasiLib](https://github.com/drasi-project/drasi-lib) library with enterprise-ready features including a REST API, YAML-based configuration, and production lifecycle management.
3
+
Drasi Server is a standalone server for the [Drasi](https://drasi.io) data change processing platform. It wraps the [DrasiLib](https://github.com/drasi-project/drasi-core/tree/main/lib) library with enterprise-ready features including a REST API, YAML-based configuration, and production lifecycle management.
4
4
5
5
## What is Drasi?
6
6
@@ -284,7 +284,7 @@ sources:
284
284
password: ${DB_PASSWORD}
285
285
tables: [orders, customers]
286
286
slotName: drasi_slot
287
-
publicationName: drasi_pub
287
+
publicationName: drasi_publication
288
288
sslMode: prefer
289
289
tableKeys:
290
290
- table: orders
@@ -362,7 +362,7 @@ sources:
362
362
363
363
| Field | Type | Default | Description |
364
364
|-------|------|---------|-------------|
365
-
| `dataType` | string | `generic` | Type of mock data to generate |
365
+
| `dataType` | string | `generic` | Type of mock data: `sensor`(SensorReading nodes), `counter` (Counter nodes), `generic` (Generic nodes) |
366
366
| `intervalMs` | integer | `5000` | Data generation interval in milliseconds |
0 commit comments