This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
Releases: 47degrees/metrifier
Releases · 47degrees/metrifier
0.1.0
This new release includes:
- Upgraded RPC benchmarks to latest freestyle-rpc version (by @L-Lavigne)
- Upgraded HTTP (#19) (by @anamariamv)
- Upgraded 0.14.0 free rpc (#22) (by @anamariamv)
- Upgrade frees-rpc for Protobuf fix, fix http4s client, bump release (#23) (by @L-Lavigne)
- Updates local benchmark results (#26) (by @juanpedromoreno)
- Updates GPC Benchmark Results (#27) (by @juanpedromoreno)
v0.0.3
v0.0.2
This new patch release provides some enhancements in the way that both, services and benchmarks, can be executed.
- Deploying Metrifier to GCP with Cloud Deployment Manager (#13).
- Host&Port configurable by Env Var and Config (#14).
- Running Benchmarks on GCP (#15).
In summary, we are now able to run the benchmarks in two different ecosystems:
- Locally (v0.0.1).
- In the cloud, on Google Cloud Platform.
For the second ecosystem, we can provide the GCP infrastructure using Google Cloud Deployment Manager, making our benchmarks environment easily repeatable and reliable.
v0.0.1
This release brings a project comparing a similar stack but based on:
- HTTP:
http4s
, version0.15.12a
.argonaut
, version6.2
.
- RPC services:
freestyle
, version0.4.1
.frees-rpc
, version0.1.2
(atop of gRPC, version1.6.1
).
The project itself contains:
- A demo app for both stacks you can run and play with.
- Set of benchmarks that demonstrate RPC services are faster than the HTTP services.