Skip to content

implement cloud pricing fetch and filter service #11

Description

@dockninja

Description

Introduce a new, pluggable pricing-scanner service that fetches machine pricing from Google Cloud Platform, persists it in SQLite, and exposes a simple API for filtering and querying the results.

Definition of done

  • Scaffold a new service under app/services/{cloudscan}
  • Implement a provider interface for fetching GCP machine pricing
  • Persist fetched pricing data to a local SQLite database
  • Expose API endpoints to filter and retrieve pricing by attributes (e.g. instance type, region)
  • Add a caching layer that refreshes pricing no more than once every 24 hours to minimize external calls

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions