Cooking ic-dbms-canister: The journey begins
blog.veeso.dev·2h
Flag this post

Premise

Even if the project is made to run on Internet Computer, which is related to web3 and cryptos, this article is not about investments, tokens or NFTs. It is not even about Internet Computer itself, but rather bringing with Rust on a no-std environment a framework to build DBMS (Database Management Systems).

Why building a DBMS on Internet Computer?

IC allows people to build decentralized distributed applications, which are installed in containers called canisters and are wasm modules. Usually these are built with Rust.

At the moment one of the biggest limitations of IC and lack of adoption is the lack of proper database solutions.

At the moment if you want to store data on IC you have to use collections with maps and vectors, which are not optimized for large dat…

Similar Posts

Loading similar posts...