GlacierDB

Glacier provided the data-centric network to handle datasets seamlessly and effortlessly with NoSQL GlacierDB on top of Arweave, Filecoin, and BNB Greenfield. GlacierDB technical stack mainly consists of the following layers:

  1. Web3 DApps, which are accessing the Glacier decentralized protocol through Glacier Dev SDK.

  2. Glacier decentralized protocol, which is the main part of GlacierDB and consists of the following segments:

DB Engine

The DB Engine is the core unit of the Glacier Network, and the entire network is composed of many DB Shards (which will be discussed in detail in the following sections). The DB Engine is responsible for processing data within each Shard.

  • Glacier Dev SDK

  • Glacier NoSQL Access Protocol

  • Database Engine Shards

  • Database Transaction Rollup (Data Transactions Rollup)

  • Data Permanent Availability Network

  • L1 (Layer 1) Settlement

  • Indexer NetworkThe permanent storage layer of the Glacier database.

Last updated