Lum0x
lum0x
  • Overview
    • 🔦About the Lum0x
    • 🔦Quick Start
    • 🔦Roadmap
    • 🔦Glossary
  • Architecture
    • 🔦Consensus
    • 🔦Code Verification Layer
    • 🔦Data Aggregation
    • 🔦Deterministic Programming
  • Lum0x INDEXER
    • 🔦Operator Guides
      • ⚪How to become an operator
      • ⚪Operator dashboard
      • ⚪Choosing a feed to validate
    • 🔦Publisher Guides
      • ⚪How to become a publisher
      • ⚪Publishing a feed
        • 💡Submitting via Console
        • 💡Submitting via GitHub Code
    • 🔦Feeder Guides
      • ⚪How to become a feeder
      • ⚪Querying a feed
  • Lum0x DeSoc Services
    • 🔦DAGG - Data Source Aggregator
    • 🔦0xFunction - DeComputation
    • 🔦TrustStore - Decentralized DB
    • 🔦MetaFrame - DataWrap Frame
  • Other
    • 🔦Use Cases
    • 🔦Lite Paper
    • 🔦FAQ
    • Twitter
    • Explorer
Powered by GitBook
On this page
  • Features
  • Comparison with IPFS
  • Integration with DAGG
  1. Lum0x DeSoc Services

TrustStore - Decentralized DB

When working with 0xFunction or decentralized tasks, you may often need more than just temporary data processing; a reliable storage solution is essential for securely storing and reusing data. This is where the Lum0x TrustStore comes into play.

Features

The TrustStore is designed to provide the usability of a traditional database while ensuring decentralized data storage. Like a distributed database, data is stored across multiple nodes and maintained in a consensus state, ensuring reliability and consistency.

Comparison with IPFS

Feature
TrustStore
IPFS

Data Storage and Distribution

Decentralized database with consistent data across nodes

Peer-to-peer file storage, content-addressed, no consensus

Data Consistency and Consensus

Maintains data consistency through consensus mechanisms

No automatic data consistency; manual updates required

Use Cases

Ideal for applications needing reliable data updates, such as DApps

Best for distributing static content like documents and media files

Data Immutability

Allows updates with verifiable history through consensus

Data is immutable; new versions require new hashes

Integration

Seamlessly integrates with Lum0x ecosystem tools like DAGG and 0xFunction

Versatile and commonly used with blockchain for off-chain storage

Integration with DAGG

You can perform read and write operations using DAGG, seamlessly integrating the TrustStore with your 0xFunction results. This allows you to securely store and manage the beautiful outputs of your functions, retrieve them when needed, and update the data as if it were a conventional database.

In other words, TrustStore can be seen as a Data Source for DAGG and understood as a decentralized database that publishers can continually update and improve.

Previous0xFunction - DeComputationNextMetaFrame - DataWrap Frame

Last updated 10 months ago

🔦