Skip to content

Commit

Permalink
implement prometheus, cache and improved result handling (#20)
Browse files Browse the repository at this point in the history
Fixes #8, #14, #18, #19,
  • Loading branch information
wagpa authored Feb 1, 2024
1 parent a915498 commit c737d4c
Show file tree
Hide file tree
Showing 14 changed files with 715 additions and 550 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ tower = "0.4.13"
hyper = "1.1"
futures = "0.3.30"
async-trait = "0.1.77"
chrono = "0.4"
prometheus = "0.13"
futures-util = "0.3.30"
actix-web = { version = "4", features = ["rustls"] }

[build-dependencies]
tonic-build = { version = "0.10", features = ["prost"] }
263 changes: 0 additions & 263 deletions src/cache.rs

This file was deleted.

Loading

0 comments on commit c737d4c

Please sign in to comment.