Lago is an open-source software for metering and usage-based billing. It’s the best alternative to Chargebee, Recurly or Stripe Billing for companies that need to handle complex billing logic.
Aggregation | Description | Type |
---|---|---|
COUNT | Counts the number of times an incoming event occurs | Metered |
COUNT_UNIQUE | Returns the number of unique values of a predefined property for incoming events | Metered or Recurring |
LATEST | Returns the lastest value of a predefined property for incoming events | Metered |
MAX | Returns the maximum value of a predefined property for incoming events | Metered |
SUM | Calculates the sum of a predefined property for incoming events | Metered or Recurring |
WEIGHTED SUM | Calculates the sum of a predefined property for incoming events prorated based on time used per period | Metered or Recurring |