informatique:developpement:projets:viewer-api

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
informatique:developpement:projets:viewer-api [2023/03/21 13:08] – [Technos] jpmilcentinformatique:developpement:projets:viewer-api [2026/04/09 21:50] (Version actuelle) – [Biovidersity Information Standards] jpmilcent
Ligne 7: Ligne 7:
  
 ===== Technos ===== ===== Technos =====
-  * [[https://min.io/docs/minio/container/index.html|MinIO]] : solution stockage API S3 utilisant Docker +  * [[https://github.com/tiangolo/fastapi|FastAPI]] : micro-framework API REST
-  * [[https://goauthentik.io/|Authentik]] : solution Identity Provider (SSO et OAuth)+  * [[https://typer.tiangolo.com/Typer]] : micro-framework CLI. 
-  * [[https://github.com/tiangolo/fastapi|FastAPI]] : micro-framework API REST +  * [[https://pypi.org/project/pyvips/|Pyvips]] : bibliothèque de manipulation d'image (pyramide) basé sur [[https://github.com/libvips/libvips|libvips]]. Équivalant Python de [[https://sharp.pixelplumbing.com/|Sharp]] en JS. 
-  * [[https://pypi.org/project/pyvips/|Pyvips]] : bibliothèque de manipulation d'image (pyramide). Équivalant Python de [[https://sharp.pixelplumbing.com/|Sharp]] en JS. +  * [[https://github.com/sylikc/pyexiftool| PyExifTool]] : bibliothèque permettant d'accéder à l'outil ExifTool pour extraire et manipuler les métadonnées d'une image
-  * : bibliothèque client S3+  * Authentification : 
-  * [[https://github.com/tiangolo/uvicorn-gunicorn-fastapi-docker|tiangolo/uvicorn-gunicorn-fastapi-docker]] +    * [[https://goauthentik.io/|Authentik]] : solution Identity Provider (SSO et OAuth). 
- +    * [[http://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/?h=oauth#about-jwt| pyjwt]]: FastAPI et Pyjwt. 
- +  * Stockage d'image dans Serveur S3 : 
 +    * [[https://min.io/docs/minio/container/index.html|MinIO]] : solution stockage API S3 utilisant Docker 
 +    * [[https://github.com/s3fs-fuse/s3fs-fuse| S3FS-Fuse]] : outil permettant de monter une dépôt S3 comme un dossier du système de fichiers local.
  
 +===== Biovidersity Information Standards =====
 +  * [[https://github.com/tdwg| TDWG Github]]
 +  * [[https://dwc.tdwg.org/fr/terms/| Darwin Core]]
 +  * [[https://github.com/tdwg/tcs2| Taxon Concept Standard]]
 +    * [[https://drive.google.com/open?id=12EgNnoz83yNf-tk8mNmN_gmKPGo83gO5| Taxon Names and Concepts - Diagram]]
 +    * [[https://docs.google.com/document/d/1bcfjhh0ztmXKz7P9G0ni7vYZc3MtH4LLxlCZjswF2k4| Taxon Names and Concepts - Doc]]
 +  * [[https://catalogueoflife.github.io/coldp/| Catalogue of Life Data Package format]]
 +  * [[https://identifiers.org/| Identifiers.org]]
 +===== Notes =====
 +  * [[https://www.checklistbank.org/about/formats| Formats de CheckListBank]]
 +  * [[https://frictionlessdata.io/| Friction Less Data]]
 +  * [[https://framework.frictionlessdata.io/| Frictionlessdata Python Framework]]
  • informatique/developpement/projets/viewer-api.1679404136.txt.gz
  • Dernière modification : 2023/03/21 13:08
  • de jpmilcent