orbitdb / field-manual

The Offical User's Guide to OrbitDB
208 stars 43 forks source link

How put image file in orbitdb key/value #82

Open maroodb opened 6 years ago

maroodb commented 6 years ago

is it possible to store image inside the orbitdb?

thiagodelgado111 commented 6 years ago

Can you put the image on IPFS and store a hash? Or maybe base64url encoded data? (https://developer.mozilla.org/en-US/docs/Web/API/FileReader/readAsDataURL)

m00nwtchr commented 6 years ago

I think that the hash approach is better because then you will be able to use all of the benefits IPFS gives you (clients storing your data to boost the download speed of others and so on). + then the size of the database will be smaller

aphelionz commented 5 years ago

We detail this a lot in Chapter 2 of the Tutorial in the new OrbitDB Field Manual. Feel free to open issues or PRs there if you have more questions!

aphelionz commented 4 years ago

Moving to the Field Manual repo