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

Extend LDkit schema interface to allow for advanced operations #48

Closed
karelklima opened this issue May 16, 2023 · 1 comment
Closed
Labels
feature New feature or request
Milestone

Comments

@karelklima
Copy link
Owner

karelklima commented May 16, 2023

For additional developer experience, LDkit should allow for the following:

  • Matching of entities based on a partial entity, e.g. lens.match({ name: "Abc"});
  • Working with huge arrays, e.g. lens.update({ $id, prop: { $add: "value"; });

This may require to extend LDkit language significantly. An alternative approach would be to use a proxy and translate actions on objects to SPARQL UPDATE queries, e.g. res.property.push("value") and then res.update(property) would yield the same result.

Consider using MongoDB language as an inspiration.

@karelklima karelklima added the feature New feature or request label May 16, 2023
@karelklima karelklima added this to the 2.0 milestone Nov 22, 2023
@karelklima
Copy link
Owner Author

Further enhanced by #80.

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

No branches or pull requests

1 participant