Skip to content

luizfelipe94/billing-usage-consolidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BILLING USAGE CONSOLIDATOR

POC to aggregate usage and cost by aggregating billing events using Kafka and Kafka Streams.

Messages

# pricing
{
    "product": "tron",
    "measure": "api",
    "size": "get",
    "price": 0.0003
}

# usage
{
  "timestamp": 1744932056,
  "measure": "tron",
  "size": "get",
  "usage": 500,
  "org": {
    "id": "i",
    "name": "cloudinha"
  },
  "tenant": {
    "id": "1",
    "name": "tenant1"
  },
  "product": {
    "id": "1",
    "name": "tron"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published