We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4027421 commit e7fd4a1Copy full SHA for e7fd4a1
README.md
@@ -44,7 +44,7 @@ graph LR
44
C -->|Consume Batch| D[Worker Service]
45
D -->|Insert| E[(ClickHouse DB)]
46
47
-⚡ Quick Start
+Quick Start
48
Prerequisites
49
50
Docker & Docker Compose installed
@@ -83,7 +83,7 @@ Step C: Run Worker Locally
83
cd api
84
npx tsx worker/index.ts
85
86
-📡 API Usage
+API Usage
87
1. Ingest a Log
88
89
Send a log entry to the system.
@@ -112,5 +112,5 @@ curl http://localhost:3000/api/ingest/logs
112
# Filter by service
113
curl "http://localhost:3000/api/ingest/logs?service=user-service"
114
115
-📄 License
+License
116
This project is licensed under the MIT License.
0 commit comments