boaviztapi icon indicating copy to clipboard operation
boaviztapi copied to clipboard

🛠 Giving access to BOAVIZTA reference data and methodologies trough a RESTful API

Results 71 boaviztapi issues
Sort by recently updated
recently updated
newest added

Hello, I’ve finally implemented the methodology we proposed in [BoaviztAPI: a bottom-up model to assess the environmental impacts of cloud services](https://hal.science/hal-04621947v1). **Key Updates** - Added functionality to assess the footprint...

Changelog * Update providers.csv * Add data from gcp with documentation links Fix #145

Fixes #41 As far as i can tell, looks like swaggerui does not compute "examples" attribute, but uses specific openapi_examples https://fastapi.tiangolo.com/tutorial/schema-extra-example/#using-the-openapi_examples-parameter ? - Added openapi_examples attributes to server_impact_from_configuration route -...

## Problem The historical workflow that allowed to publish a Python SDK for Boavizta API was deleted because under the asumption that the SDK was not used anymore (and because...

## Problem I noticed that neither the CI pipeline nor the commit process includes a linter to enforce best practices. ## Solution I would propose to add at least [ruff](https://github.com/astral-sh/ruff)...

## Problem There may be room to optimize the size of the docker image (around 650 MB at the moment) ## Solution See if we can optimize the resulting image...

enhancement
help wanted
ci

## Problem We have 2 workflows (github actions) that are related to publishing a SDK for the API. Not sure if they still have any purpose today. - historical workflow:...

## Bug description The [server.csv file](https://github.com/boavizta/boaviztapi/blob/main/tests/data/archetypes/server.csv) used in the tests has extra columns vs. the main [server.csv file](https://github.com/boavizta/boaviztapi/blob/main/boaviztapi/data/archetypes/server.csv) file (notably `RAM.density` and `SSD.density`). The second row in the tests file...

help wanted
technical

## Problem When using Docker on a MacBook with a M1 chip, we get a notification that the image runs via emulation. ## Solution We should generate multiplatform Docker images....

enhancement

## Problem We would like to estimate the impacts of using FAAS (like AWS lambda or Azure Functions in cloud context). ## Solution First step would be to establish the...

documentation
enhancement
help wanted