Add the MobilityFlink pin manifest and per-binding generator policy#32
Open
estebanzimanyi wants to merge 1 commit into
Open
Add the MobilityFlink pin manifest and per-binding generator policy#32estebanzimanyi wants to merge 1 commit into
estebanzimanyi wants to merge 1 commit into
Conversation
Add tools/pin/compose-order.txt (the canonical fold manifest; MobilityDB#30 merged, MobilityDB#31 carries the facade generator + benchmark) and GENERATION.md (the per-binding generator policy: MobilityFlink binds the JMEOS jar and generates the org.mobilitydb.meos facades via tools/codegen_facades.py).
9fd4aaa to
6fb82bc
Compare
This file contains hidden or 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
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.
What
Brings MobilityFlink onto the ecosystem-wide per-binding generator policy (same treatment as JMEOS #29, GoMEOS #6, MEOS.NET #6, meos-rs #4, PyMEOS #96/#21, MobilityDuck #206, MobilitySpark #29):
tools/pin/compose-order.txt— the canonical fold manifest. feat(berlinmod): route the streaming parity matrix through MEOS via JMEOS 1.4 #30 (the MEOS integration) is merged; feat(berlinmod): streaming throughput benchmark on the canonical BerlinMOD corpus (stacks on #30) #31 carries the facade generator + the streaming benchmark.GENERATION.md— the policy: MobilityFlink is a consumer binding (binds the JMEOS jar, not MEOS-API directly); its generatortools/codegen_facades.pyemits theorg.mobilitydb.meos.MeosOps*forwarder facades (a consumer projection that lives here, so the JMEOS FFI line and the facade line don't diverge).Docs + manifest only — no code, no build impact.