Non RAM based in-browser database solutions?
1
vote
0
answers
52
views
I want to decentralize my databases and upload it to Sia Skynet to give the users the ability to search on front-end. It is important to be able to deal with large amounts of data, but the RAM-based in-browser SQL engines (MiniSearch, AlaSQL, etc) are limited.
Yeaterday I made a demo: I sorted and partitioned my key-value database into 1000 line files and I made an index for the files also. You can try out my demo here , or check it out on GitHub
So my question is that are there any better solutions for large-in-browser databases? (I don't really want to reinvent the wheel 😆)
Asked by DaWe
(119 rep)
Oct 16, 2020, 09:10 AM