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

Allow rendering output of any version of graph #72

Open
jonnor opened this issue Nov 11, 2014 · 1 comment
Open

Allow rendering output of any version of graph #72

jonnor opened this issue Nov 11, 2014 · 1 comment
Labels
Milestone

Comments

@jonnor
Copy link
Member

jonnor commented Nov 11, 2014

Right now we send URLs that represent output data, as a promise to render it when requested. However if the graph changes inbetween invalidation and request, the URL will give different results.
The url should contain a graph uuid and a revision, however then we need a way to get other versions of graph efficiently. Proposed solution is to use the currently unimplemented GEGL journal for this.

@jonnor
Copy link
Member Author

jonnor commented Jan 11, 2015

As a hack one could just store every change as a new .json, named by graph + a monotonic counter.

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

No branches or pull requests

1 participant