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

Support for application time periods #347

Open
gauravrajfm opened this issue Nov 21, 2023 · 0 comments
Open

Support for application time periods #347

gauravrajfm opened this issue Nov 21, 2023 · 0 comments

Comments

@gauravrajfm
Copy link

Apart from versioning, we have two use cases -

  • AS OF - We need to know entities which were active as of given datetime. For an individual entity, I'm able to use transaction.issued_at timestamp to figure out the applicable version. But the query is becoming complicated if I want to fetch a list of rows.
  • APPLICABLE FROM - When an entity is updated, we need to specify the datetime from which the update will be applicable for the application.

Can you suggest best way to handle these requirements? We are ready to make changes to continuum and raise relevant PR if necessary.

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