I would like to use Filecoin network as storage for my next app. Can I do this? #535
Replies: 1 comment
-
Hi @astrid-net , Filecoin is best used for cold and archival data for long term persistence right now. We do have IPFS and storage helpers such as Web3.storage, NFT.storage and Estuary.tech for fast retrieval and could be used for hosting file based SQLlite database. You can store and retrieve, but I don't know if there are enough tests done on this to show that IPFS is able to give a satisfactory performance. It also depends on where the database file etc, in a distributed system it performance might vary. We do have following tools that I encourage you to look into: I found some discussion on our public Filecoin slack that is related to what you are looking to do: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello FIL team. I have some questions for you. I build apps using Python. I generally store data in SQLite Databases. I would like to try Filecoin as storage provider so I am here asking these questions:
-Can Filecoin be used to store SQLIte files?
-I should update or change data on my SQLite file, so I can update my database. Would it be technically possible with Filecoin?
-How much time is required to update an SQLite database stored on Filecoin Network?
Thank you for your answers.
Beta Was this translation helpful? Give feedback.
All reactions