-
Notifications
You must be signed in to change notification settings - Fork 95
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
Help with py-ipld? #29
Comments
See: bigchaindb/py-ipld#1 |
@jbenet I'd consider:
done for now. |
@TimDaub - are you aware of anything that can create the IPLD json in Python, it looks like https://github.com/bigchaindb/py-ipld is only about converting the resulting json into CBOR and then Multihashing it, or am I missing something ? This would be useful for a hackathon we are doing at the Internet Archive this weekend where we'd like to be taking one of the collections and being able to serve up IPLD files to IPFS. |
Hi Mitra,
unfortunately not, sorry :/
Maybe @jbenet knows?
Best,
Tim
…On Sat, Sep 16, 2017, 18:25 Mitra Ardron ***@***.***> wrote:
@TimDaub <https://github.com/timdaub> - are you aware of anything that
can create the IPLD json in Python, it looks like
https://github.com/bigchaindb/py-ipld is only about converting the
resulting json into CBOR and then Multihashing it, or am I missing
something ?
This would be useful for a hackathon we are doing at the Internet Archive
this weekend where we'd like to be taking one of the collections and being
able to serve up IPLD files to IPFS.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#29 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACoXNRthO39xu0A3xa4X7mH3SsfRhlJTks5si_aTgaJpZM4IuHJa>
.
|
@dhruvbaldawa started working on it recently! Track it here: https://github.com/ipld/py-ipld-dag So far, @dhruvbaldawa contributed with:
@mitra42 can you help out too? 🎉 |
I've checked out py-ipld-dag, and its unclear if that does a file sharding and building an IPLD or not (there is no Readme, comments, or tests, and the code is pretty opaque without explanation). We might be able to help, but given we are planning on building some of this at a hackathon, its most likely we'd just have to pull something together quickly if there is no existing code for File>IPLD in Python. Can you point us at the Go version - might help guide the coding? |
Hey everyone, py-ipfs seems a bit dormant for now. that's fine.
But things many people have requested is:
In particular, it would be very helpful to have py-ipld.
The text was updated successfully, but these errors were encountered: