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

Investigate the feasibility of snapshots #123

Open
scaleupcto opened this issue Mar 12, 2018 · 0 comments
Open

Investigate the feasibility of snapshots #123

scaleupcto opened this issue Mar 12, 2018 · 0 comments

Comments

@scaleupcto
Copy link
Contributor

Snapshots are similar to views in the sense that they have a specification to piece together a graph representation of multiple related CBDs.

Unlike views, as the underlying CBD data is updated they do not regenerate. They are a point in time snapshot of the data.

Snapshots are created on-demand by calling a method in the tripod API to generate them.

Snapshots do not overwrite - the date they were generated is part of their key, so multiple copies can be kept over time.

When reading snapshots, the default is that the last generated snapshot is returned.

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

No branches or pull requests

1 participant