Projects
-
WunderGraph Cosmo
The open-source solution to building, maintaining, and collaborating on GraphQL Federation at Scale. An alternative to Apollo Studio and GraphOS.
-
WunderGraph Gateway
WunderGraph is a Backend for Frontend Framework to optimize frontend, fullstack and backend developer workflows through API Composition.
-
GitOps workflow without controllers
The GitOps workflow to manage Kubernetes applications at any scale.
-
Microservice framework for Node.js
Writing reliable & fault-tolerant microservices in Node.js
Contributions
-
Using multiple concurrent readers makes async metrics produce wrong results
During my work on WunderGraph Cosmo, I found that the async metrics are producing wrong results. This probably affect hundreds of companies using async metrics.
-
JWT Auth extension for the OTEL collector.
Make your OTEL collector secure by using signed JWT.
-
Improve OTEL clickhouse exporter Part 1/4
Improve clickhouse DSN parsing to support all possible configuration options and fixes TLS support.
-
Improve OTEL clickhouse exporter Part 2/4
Create indexes for attributes in the same way as we do for traces and logs. This will improve query performance.
-
Improve OTEL clickhouse exporter Part 3/4
Fix StartTime is not inserted for Gauge and Counter.
-
Improve OTEL clickhouse exporter Part 4/4
Fix metric inserts results in empty entries.