Skip to content

Releases: Boavizta/boaviztapi

V0.1.0

14 Mar 10:58
55ccd0f
Compare
Choose a tag to compare

Goal

The V0.1.0 introduces the notions of archetypes, verbose and units. An implementation of AWS instances impacts have been implemented. Impact of usage have also been developed.

Functionalities

  • Retrieve the impacts of AWS instances
  • Retrieve the impacts of server archtypes
  • Retrieve usage imapcts (GWP only) of usage
  • Verbose option
  • Bug fix
  • Work on documentation

Issues

Known future requirements

  • Mobile and fix network impacts
  • Screen impacts
  • Workplace impacts
  • IoT impacts
  • Generalize AWS process to other cloud providers

Dev server

API : http://api.boavizta.org:5000

DOC : http://api.boavizta.org

V0

10 Dec 10:34
713bbec
Compare
Choose a tag to compare
V0 Pre-release
Pre-release

Goal

The V0 is the MVP of Boavizta tools api.
It aims at giving access to the server bottom-up methodology measuring the scope 3 of servers explain in this article :

https://boavizta.cmakers.io/blog/numerique-et-environnement-comment-evaluer-l-empreinte-de-la-fabrication-d-un-serveur-au-dela-des-emissions-de-gaz-a-effet-de-se?token=2112aecb183b1b5d27e137abc61e0f0d39fabf99

Project setup

  • Setup python project (fastAPI)
  • Setup project test (pytest)
  • Setup project documentation (mkdocs)
  • Setup CI/CD (gitworkflow - git repository)
  • Creation of the theoretical architecture

Functionalities

  • Retrieve the manufacture impact of components from its characteristics
  • Retrieve the manufacture impact of servers from its characteristics with the bottom-up methodology
  • Complete the server or component characteristic if incomplete data are sent by the user

Issues

Known future requirements

  • Bug fix
  • Returns a verbose object (hypothesis, modify datas, calculation steps)
  • Integrate Boavizta database
  • Implement new devices
  • Support use case implementations
  • Implement scope 1 & 2

Dev server

API : http://149.202.185.115:5000

DOC : http://149.202.185.115