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

Multiple Batch Get Items with different Tables.Handling table references #220

Open
iiitmahesh opened this issue Aug 28, 2017 · 0 comments
Open

Comments

@iiitmahesh
Copy link

iiitmahesh commented Aug 28, 2017

Multiple Batch Get Items with different Tables.Handling table references
( I am new to this, please correct me if I am wrong)

I had a case here.
=> Table2 has reference attribute of primary key Table 1.
=> Table3 has reference attributes from primary keys Table1, Table2.

branches{name, location,......},
users{id, name,branchid.....},
orders{id, userid,branchid,..........}

I have a situation if hit order web service(api), I need to show both user data , branch data along order data.

(Is there any direct facility to get this using vogels??)
To achieve my need, should I write multiple API calls or should I save duplicate in other tables???
similar to #182 (Retrieve Items From Multiple Tables)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant