this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(readme) update todo with planned and postponed features

eagleusb 609f1a97 1508a9b7

+9 -2
+9 -2
README.md
··· 14 14 15 15 ## TODO 16 16 17 + ### Planned 18 + 19 + - [] add stateful cache (bbolt, leveldb, or httpcache...) for bitcoin prices datasource (fetchPrices) 20 + - [] add upstream datasource req logging (meter if >=5ms) 21 + 22 + ### Postponed 23 + 17 24 - [] add goreleaser with arm support (in addition to amd64 arch) 18 25 - [] use Huma on top of net/http (OpenAPI, standardization) 19 26 - [] event streaming to client (SSE, or websocket, or gRPC) 20 27 - [] write real tests (testify...) 21 28 - [] add programmatic benchmark 22 - - [] add `/metrics` endpoint (prometheus gauges) 23 - - [] add `/health` endpoint 24 29 - [] add logging OTLP export capability 30 + - [] add `/health` endpoint 31 + - [] add `/metrics` endpoint (prometheus gauges)