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

Implement Joins at runtime using DynamoDB Batch APIs #3

Open
maestre3d opened this issue May 18, 2022 · 1 comment
Open

Implement Joins at runtime using DynamoDB Batch APIs #3

maestre3d opened this issue May 18, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@maestre3d
Copy link
Owner

maestre3d commented May 18, 2022

Amazon DynamoDB is known as a key-value database with document properties.

Hence, using trivial SQL-functionalities do not come out the box.

In order to make development easier, implement JOIN SQL statements using DynamoDB APIs (Maybe BatchGet API?).

In other words, an mechanism to hydratate related entities of a given document.

In addition, this might require the definition of Models just like any other ORM.

@maestre3d maestre3d added enhancement New feature or request good first issue Good for newcomers labels May 18, 2022
@maestre3d
Copy link
Owner Author

Instead calling this feature join. better use hydration.

Added schemas for nodes and edges. Might require to look at ent implementation of graph-oriented schemas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant