silgi 0.0.13 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,2 +1,31 @@
1
- ```ts
2
- ``
1
+ # Silgi
2
+
3
+ Silgi, TypeScript tabanlı servis tanımlama ve yönetimi için geliştirilmiş güçlü bir framework'tür. Mikroservis mimarisi için tasarlanmış olup, type-safe servis tanımlamaları, plugin sistemi ve cache yönetimi gibi özellikleri içerir.
4
+
5
+ ## Özellikler
6
+
7
+ - **Type-Safe Servis Tanımlamaları**: TypeScript ile tam entegre, end-to-end type güvenliği
8
+ - **Plugin Sistemi**: Servisleri ve methodları genişletmek için esnek plugin sistemi
9
+ - **Cache Yönetimi**: Built-in cache sistemi ile method sonuçlarını önbellekleme
10
+ - **Hook Sistemi**: Servis yaşam döngüsünü yönetmek için hook'lar
11
+ - **OpenAPI Entegrasyonu**: Otomatik API dokümantasyonu oluşturma
12
+ - **Validation**: Giriş ve çıkış verilerinin validasyonu
13
+
14
+ <!-- H3 -->
15
+ checks.........................: 100.00% 1991978 out of 1991978
16
+ data_received..................: 205 MB 5.9 MB/s
17
+ data_sent......................: 167 MB 4.8 MB/s
18
+ http_req_blocked...............: avg=1.53µs min=0s med=1µs max=12.96ms p(90)=2µs p(95)=3µs
19
+ http_req_connecting............: avg=15ns min=0s med=0s max=1.37ms p(90)=0s p(95)=0s
20
+ ✓ http_req_duration..............: avg=1.58ms min=29µs med=1.44ms max=90.54ms p(90)=2.52ms p(95)=3.06ms
21
+ { expected_response:true }...: avg=1.58ms min=29µs med=1.44ms max=90.54ms p(90)=2.52ms p(95)=3.06ms
22
+ http_req_failed................: 0.00% 0 out of 1991978
23
+ http_req_receiving.............: avg=16.9µs min=3µs med=6µs max=74.06ms p(90)=18µs p(95)=30µs
24
+ http_req_sending...............: avg=5.5µs min=1µs med=2µs max=21.54ms p(90)=6µs p(95)=8µs
25
+ http_req_tls_handshaking.......: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
26
+ http_req_waiting...............: avg=1.56ms min=21µs med=1.42ms max=90.51ms p(90)=2.5ms p(95)=3.03ms
27
+ http_reqs......................: 1991978 56910.593727/s
28
+ iteration_duration.............: avg=1.62ms min=43.29µs med=1.47ms max=129.1ms p(90)=2.57ms p(95)=3.11ms
29
+ iterations.....................: 1991978 56910.593727/s
30
+ vus............................: 100 min=20 max=100
31
+ vus_max........................: 100 min=100 max=100