-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: API pour le service Datacube #1160
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vperron
force-pushed
the
vperron/api-datacube
branch
from
April 15, 2024 17:38
d50c170
to
1d72cc9
Compare
vperron
changed the title
feat(api) : API pour le service Datacube
feat: API pour le service Datacube
Apr 15, 2024
vperron
force-pushed
the
vperron/api-datacube
branch
from
April 15, 2024 17:45
1d72cc9
to
0db8327
Compare
raphodn
reviewed
Apr 16, 2024
madjid-asa
approved these changes
Apr 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hâte de voir le résultat :)
vperron
force-pushed
the
vperron/api-datacube
branch
from
April 18, 2024 15:17
0db8327
to
c3ac451
Compare
Merci pour les relectures, je garde sous la main le temps de bosser un peu sur la réconciliation des SIRET et le client de cette API coté datacube. |
raphodn
reviewed
Apr 29, 2024
raphodn
reviewed
Apr 29, 2024
vperron
force-pushed
the
vperron/api-datacube
branch
from
May 8, 2024 17:54
c3ac451
to
9ebdfaf
Compare
PR rebasée. |
vperron
force-pushed
the
vperron/api-datacube
branch
from
May 14, 2024 16:29
9ebdfaf
to
334c467
Compare
A very simple and flat API, with a basic but efficient authentication scheme. At the time of writing, there are about ~5000 tenders in the database. With the companies attached, there are only ~700 left. We'll see about time filtering later as the request to retrieve the whole list takes about 200ms.
vperron
force-pushed
the
vperron/api-datacube
branch
from
May 14, 2024 16:44
334c467
to
877386d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[NE PAS LIRE LE PREMIER COMMIT, IL NE SERA PAS MERGE]
Quoi ?
Ajout d'une API basique pour exporter les tenders sous forme simplifiée.
Pourquoi ?
La première utilisation BI de Datacube tourne autour d'un indicateur d'engagement des entreprises. Nous voulons explorer la création d'un score lié aux nombre de demandes sur le marché par entreprise, croisé avec les données d'Immersion Facilitée (nombre d'immersions, SIRET) afin de proposer cet indicateur d'entreprises qui prennent des mesures en faveur de l'inclusion.
Comment ?
Avec cette API nous pourrons extraire des données de manière régulière et proposer des analytiques stables et évoluantdans le temps, en les croisant à d'autres données sans perturber le Marché.