go-duck-cli 1.0.7 → 1.0.9
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 +15 -16
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -43,22 +43,21 @@ But speed without strength is a house made of cards. In the digital forge of the
|
|
|
43
43
|
|
|
44
44
|
Thus, the **GDL (Go-Duck Language)** was hatched. A single, simple tongue that could command entire legions of code. From that day forth, every developer who whispered GDL into the CLI would see their architecture evolve—bringing the Gopher's speed, the Duck's wisdom, the Gin's clarity, and the Kratos' strength into a single, unified masterpiece.
|
|
45
45
|
|
|
46
|
-
## ✨ Features Overview
|
|
47
|
-
|
|
48
|
-
* **Full-Stack Code Generation**: Generates everything from REST and gRPC APIs to the
|
|
49
|
-
* **Dual-Protocol APIs**:
|
|
50
|
-
* **
|
|
51
|
-
* **
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* Circuit
|
|
59
|
-
* Full-stack
|
|
60
|
-
* **Automated Documentation**:
|
|
61
|
-
* **Cloud-Native**: Comes with Docker support and CI/CD pipelines using GitHub Actions.
|
|
46
|
+
## ✨ Features Overview (The 260% Milestone)
|
|
47
|
+
|
|
48
|
+
* **Full-Stack Code Generation**: Generates everything from REST and gRPC (Kratos) APIs to the internal repository layer.
|
|
49
|
+
* **Dual-Protocol APIs**: Multi-protocol support (Gin/REST & Kratos/gRPC) with OIDC/JWT security enforcement.
|
|
50
|
+
* **Dynamic Multi-Tenancy**: Side-by-side **Database-pet-Tenant isolation** with Hot-Swapping Connection Pools and a verified Master-Tenant Registry.
|
|
51
|
+
* **High-Velocity Bulk Operations**: Transactional `BulkCreate`, `BulkUpdate`, and `BulkPatch` endpoints for all entities.
|
|
52
|
+
* **Deep JSON Querying**: PostgREST-like RPC engine supporting arrow operators (`->`, `->>`) for complex JSONB searches.
|
|
53
|
+
* **Stateful Incremental Updates**: Intelligently applies schema deltas to your existing codebase without data loss.
|
|
54
|
+
* **Rich Ecosystem Components**:
|
|
55
|
+
* **Persistence**: GORM (PostgreSQL) + Liquibase migrations.
|
|
56
|
+
* **GraphQL**: Full schema and resolver generation.
|
|
57
|
+
* **Real-time**: Traced WebSocket envelopes & MQTT notifications.
|
|
58
|
+
* **Resilience**: Circuit Breakers (Sony/Gobreaker) & Rate Limiting.
|
|
59
|
+
* **Observability**: Full-stack tracing (Otelgin to Otelpgx) + Prometheus metrics.
|
|
60
|
+
* **Gorgeous Automated Documentation**: Auto-scaffolded "Apple-style" Developer Guide and High-Fidelity Swagger UI.
|
|
62
61
|
|
|
63
62
|
## 💾 Global Installation
|
|
64
63
|
|