-
Notifications
You must be signed in to change notification settings - Fork 20
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
Example usage of AIP160 filtering #97
Comments
Hello! As you might have noticed the filtering package in aip-go is not an end to end implementation for filtering, rather it The typical usage in internal services at Einride looks something like this:
|
Hello Might be a good idea to open up a discussions tab for these kind of questions/support, I'll just ask here in the meantime. When declaring Idents, how do you declare a custom type. For example |
@ericwenn can you please write at least one e2e example to use filtering, I feel a little confused :( |
@ericwenn hi, first of all thanks for this great library! |
Here's an example of filtering being done in-memory: TBD54566975/ssi-service#197 Hope that helps! Keep in mind that transpiling is a much better approach, as it leverages the underlying db tech. |
This issue has been open for 365 days with no activity. Marking as stale. |
Hi, is there any example of how to use the filtering part of this package? Or if no example, a brief explanation of how it works.
Thanks
The text was updated successfully, but these errors were encountered: