Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Récolter les données des startups #1022

Open
5 tasks
arnaudambro opened this issue Aug 2, 2023 · 7 comments · Fixed by #1046
Open
5 tasks

Récolter les données des startups #1022

arnaudambro opened this issue Aug 2, 2023 · 7 comments · Fixed by #1046
Assignees
Labels

Comments

@arnaudambro
Copy link
Collaborator

arnaudambro commented Aug 2, 2023

Trouver un moyen ingénieux (dynamique ? ou pas) de remplir les données sur les startups

  • Comment récolter les données description/avancement de chaque startup ? (Comment fait beta.gouv par exemple ?)
  • Comment récolter les stats ? (metabase ? ou pas ?)

Données

  • Description ?
  • Avancement ?
  • Statistiques ?
@arnaudambro arnaudambro added this to www Aug 2, 2023
@github-project-automation github-project-automation bot moved this to Todo in www Aug 2, 2023
@gary-van-woerkens
Copy link
Contributor

Personnes a contacter au sujet du site beta.gouv :

  • Lucas Charrier (en vacances)
  • Anne-Sophie Tranchet (lead projet)
  • Stéphane Maniaci (@freesteph)

@arnaudambro
Copy link
Collaborator Author

Essayer de catcher Stéphane:

  • comment ils font pour garder le site beta à jour ?
  • quelle techno ils utilisent ?

@gary-van-woerkens gary-van-woerkens moved this from Todo to In Progress in www Aug 2, 2023
@gary-van-woerkens
Copy link
Contributor

@freesteph
Copy link

Bonjour ! c'est un site Jekyll statique qui compile de simples fichiers texte/YAML (par exemple les startups : https://github.com/betagouv/beta.gouv.fr/tree/master/content/_startups). Le mieux est effectivement d'utiliser l'API JSON (compilée de la même façon) indiquée @gary-van-woerkens.

C'est dans quel but ?

@gary-van-woerkens
Copy link
Contributor

Merci @freesteph. Le but est de lister les SE dans le site web de la Fabrique Numérique des ministères sociaux.

@freesteph
Copy link

freesteph commented Aug 3, 2023

Merci @freesteph. Le but est de lister les SE dans le site web de la Fabrique Numérique des ministères sociaux.

Il y a un mini-DSL dans le site de beta.gouv.fr qui permet de faire :

make dsl

irb(BetaDsl):009:0> Startup.all.select { |s| s['incubator'] == 'sgmas' }

renvoie les 30 startups enregistrées au SGMAS pour le moment.

@gary-van-woerkens
Copy link
Contributor

Nice! Merci @freesteph

@gary-van-woerkens gary-van-woerkens linked a pull request Aug 31, 2023 that will close this issue
@gary-van-woerkens gary-van-woerkens moved this from In Progress to In Review in www Aug 31, 2023
@gary-van-woerkens gary-van-woerkens moved this from In Review to Done in www Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants