Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Releases: 47degrees/metrifier

0.1.0

18 Sep 10:56
49b12c0
Compare
Choose a tag to compare

This new release includes:

v0.0.3

14 Nov 23:47
b79414c
Compare
Choose a tag to compare

This new release upgrades to the latest version of frees-rpc, 0.3.0.

As a summary, it adds new benchmarks using Avro serialization for both local and GCP environments.

v0.0.2

02 Nov 16:03
Compare
Choose a tag to compare

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

30 Oct 15:46
Compare
Choose a tag to compare

This release brings a project comparing a similar stack but based on:

  • HTTP:
    • http4s, version 0.15.12a.
    • argonaut, version 6.2.
  • RPC services:
    • freestyle, version 0.4.1.
    • frees-rpc, version 0.1.2 (atop of gRPC, version 1.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.