-
Notifications
You must be signed in to change notification settings - Fork 50
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
ipfs-repo.next() #112
Comments
This means we should figure out the batch interface to do multi delete and puts. |
You will probably need |
@Kubuxu we've support for multiple drivers already, thanks for bringing that up :) |
@diasdavid I finished implementing js-level-pull-blob-store and was planning to go back to work on js-ipfs-repo/datastore. Does it make sense for me to keep working on this in light of this issue? I would be happy to help with this effort if it makes sense. |
@diasdavid Does the js-datastore spec exist somewhere, I'm not finding it. |
js-datastore is essentially a blob-store + a key/query API, so yes, all the work on js-level-pull-blob-store will be used, thank you for getting that done :) The datastore work is available here: https://github.com/datastore Going to ask @jbenet to get access to that org and get all the repos in one place. |
good news, managed to get https://github.com/diasdavid/js-datastore from @jbenet :) |
I think this would be a great starting point for testing out types in Javascript, so that we can define some nice interfaces. |
@dignifiedquire started experimenting with it at https://github.com/dignifiedquire/js-datastore |
TODO: Investigate level-down and level-up interfaces if there is something we can reuse |
We will be moving out of
pull-blob-store
and just use js-datastore. js-datastore differs from blob-store on its ability to run queries.The text was updated successfully, but these errors were encountered: