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

Add support to import from and export to the log engine #731

Closed
nandorsoma opened this issue Jul 26, 2024 · 0 comments · Fixed by #747
Closed

Add support to import from and export to the log engine #731

nandorsoma opened this issue Jul 26, 2024 · 0 comments · Fixed by #747
Assignees
Milestone

Comments

@nandorsoma
Copy link
Contributor

Make it possible to export to and import from the log engine. This way we could convert a state table to a stream:

MerchantState := DISTINCT Merchant ON merchantId ORDER BY updatedTime DESC; 

EXPORT MerchantState TO log.MerchantLog;
IMPORT log.MerchantLog;
@nandorsoma nandorsoma self-assigned this Jul 26, 2024
@github-project-automation github-project-automation bot moved this to Backlog in DataSQRL Jul 26, 2024
@nandorsoma nandorsoma linked a pull request Aug 6, 2024 that will close this issue
@nandorsoma nandorsoma changed the title Import/export logs Add support to import from and export to the log engine Aug 6, 2024
@github-project-automation github-project-automation bot moved this from Backlog to Done in DataSQRL Aug 29, 2024
@henneberger henneberger added this to the v0.6.0 milestone Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants