-
Notifications
You must be signed in to change notification settings - Fork 27
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
Java VUU example of updating table #1378
Comments
Should we have Product on a interface used by client ? |
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Jul 8, 2024
…va and scala separate to keep build happy
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Jul 8, 2024
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Jul 8, 2024
SVC-GL-OS-SYNC
pushed a commit
to UBS-IB/vuu
that referenced
this issue
Jul 8, 2024
heswell
pushed a commit
that referenced
this issue
Jul 11, 2024
* #1318 example of how to use schema mapper to get data and update in memory table * #1318 helper function for scala and java collection converter * #1318 notes on next things to try * #1318 java example of using schema mapper * #1318 fleshing out java schema mapper example * #1318 fleshing out scala schema mapper example * #1318 refactoring scala example into test * #1318 added more scenario for schema mapper testing * #1318 refactor schema mapper functional test to introduce base class * #1318 using data source for the functional test more generic so it is agonostic to whether data is from ignite or rest api etc * #1318 introduce function to create table columns from external schema * #1318 adding virtualized table plugin table dependency in ignite plugin to be able to add schema mapper functional tests * #1318 adding additional type for column builder * #1318 adding additional test scenario to be implemented * #1318 adding java usecase tests for schema mapper * #1318 test cleanup * #1318 SchemaMapper functional test for virtualised table * #1318 clean up based on review comments * #1318 schema mapper functional test for when table column type is different from field type * #1378 added java helper and tests in dedicated module to keep java and scala separate to keep build happy * #1378 added java example to show simple way to define and update table in vuu * #1378 added java example to show how to auto map from entity to table * #1378 pom clean up to make java working * #1318 adding build path to vuu-java module --------- Co-authored-by: Tomasz Rumak <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expand the vuu java example to
The text was updated successfully, but these errors were encountered: