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

lens for reading from on disk lotus repo #68

Closed
willscott opened this issue Oct 6, 2020 · 1 comment
Closed

lens for reading from on disk lotus repo #68

willscott opened this issue Oct 6, 2020 · 1 comment
Assignees
Labels
kind/enhancement Improvement to an existing feature

Comments

@willscott
Copy link
Contributor

The JSON API against running lotus fullnode is good for staying up with a current node.
when doing historic processing, it will likely be faster and probably path of least resistance to have a snapshot of a lotus repo, but not take the overhead associated with a lotus process and going through a json API.

It would be nice to be able to directly run the badger and library code for accessing an on-disk repo to directly provide the lens API rather than indirecting it through a lotus API.

@frrist frrist added the kind/enhancement Improvement to an existing feature label Oct 7, 2020
@willscott
Copy link
Contributor Author

closing this and we can file more specific issues to track / fix bugs as we encounter them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants