-
Notifications
You must be signed in to change notification settings - Fork 1
[AIS] : création du flow pour récupérer les dernieres positions #2663
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
[AIS] : création du flow pour récupérer les dernieres positions #2663
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
474309f to
1031145
Compare
f413f43 to
fe0004a
Compare
VincentAntoine
left a comment
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.
Hello, je pense que tu peux simplifier encore pas mal le flow, avec un seul identifiant (le mmsi) beaucoup de choses du code de MF deviennent superflues.
Et sur les data types postgres je pense qu'on a intérêt à être ultra tight vu les volumes de données :)
backend/src/main/resources/db/migration/internal/V0.199__create_table_ais_positions.sql
Outdated
Show resolved
Hide resolved
backend/src/main/resources/db/migration/internal/V0.200__create_last_position_table.sql
Outdated
Show resolved
Hide resolved
backend/src/main/resources/db/migration/internal/V0.200__create_last_position_table.sql
Outdated
Show resolved
Hide resolved
4c1dddc to
6a5e4eb
Compare
905b87b to
ecc50ce
Compare
14ae745 to
cbe1d0e
Compare
05d2836 to
d0f6661
Compare
|



No description provided.