awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
spaceandtimefdn avatar

spaceandtimefdn/sxt-proof-of-sql

0
View on GitHub↗
5,423 stars·602 forks·Rust·13 vues

Sxt Proof Of Sql

Ce projet est un moteur de base de données vérifiable qui fournit un système de preuve cryptographique SQL pour assurer l'intégrité des informations stockées et leur récupération. Il fonctionne comme un magasin de données avec preuves qui utilise des engagements cryptographiques pour empêcher la falsification des données et garantir que les résultats des requêtes sont exacts.

Le système génère des preuves à divulgation nulle de connaissance (zero-knowledge proofs) pour fournir une preuve mathématique qu'une requête SQL a été exécutée correctement sans nécessiter une réexécution complète du processus. Ces preuves cryptographiques peuvent être exportées pour une validation on-chain, permettant aux smart contracts ou à des tiers de vérifier les résultats de la base de données de manière trustless.

Le moteur inclut un processeur de requêtes SQL analytique haute performance capable d'exécuter des agrégations et des filtres complexes sur des millions de lignes avec des temps de réponse inférieurs à la seconde. Il maintient un pipeline d'ingestion de données sécurisé qui crée des hashs inviolables lors de l'entrée pour assurer l'intégrité de l'état de la base de données.

Features

  • Proof-Carrying Data Stores - Maintains a persistent database where every stored record is linked to a verifiable cryptographic commitment.
  • Analytical Query Engines - Implements a high-performance analytical query engine capable of processing millions of rows with sub-second response times.
  • Secure Ingestions - Generates and maintains cryptographic commitments during data entry to prevent tampering before storage.
  • Verifiable Engines - Implements a database engine using cryptographic commitments to prevent tampering and ensure integrity.
  • Commitment-Based Ingestion - Creates tamper-proof hashes during data entry to ensure the integrity of the database state.
  • Proof-Generating Executions - Produces cryptographic evidence that a database query executed correctly for third-party validation.
  • Cryptographic - Utilizes a cryptographic storage engine to prevent unauthorized changes through commitment-based data entry.
  • Tamper-Proof Database Managements - Maintains a verifiable record of data and queries to guarantee the integrity of stored information.
  • Cryptographic Execution Proofs - Generates cryptographic evidence that a SQL query was executed correctly without requiring a full re-run.
  • Verifiable SQL Querying - Generates cryptographic proofs to ensure database query results are accurate and untampered.
  • Query Result Verifications - Validates query outputs by matching cryptographic proofs against pre-stored data commitments.
  • Zero-Knowledge Proof Generation - Produces zero-knowledge proofs providing mathematical evidence that SQL queries were executed correctly.
  • Cryptographic Result Verifications - Validates database query results using cryptographic proofs and commitments for on-chain and off-chain verification.
  • Data Analytics Engines - Processes and aggregates millions of rows of data to produce complex analytical results in under one second.
  • On-Chain Verifiers - Exports cryptographic verification logic to smart contracts for trustless third-party validation of query results.

Historique des stars

Graphique de l'historique des stars pour spaceandtimefdn/sxt-proof-of-sqlGraphique de l'historique des stars pour spaceandtimefdn/sxt-proof-of-sql

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Sxt Proof Of Sql

Sélections manuelles où Sxt Proof Of Sql apparaît.
  • a framework for confidential policy governance

Alternatives open source à Sxt Proof Of Sql

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Sxt Proof Of Sql.
  • spaceandtimefdn/blitzarAvatar de spaceandtimefdn

    spaceandtimefdn/blitzar

    4,884Voir sur GitHub↗

    Blitzar is a verifiable SQL proof engine and cryptographic library designed for verifiable SQL computation. It enables the execution of database queries off-chain while generating zero-knowledge proofs that certify the correctness of the results for on-chain verification. The project distinguishes itself through a GPU-accelerated proof accelerator that offloads heavy cryptographic workloads to graphics processors, reducing the time required for succinct proof generation. It provides high-performance cryptographic primitives for C++ and Rust applications, focusing on elliptic curve operations

    C++cpp20curve25519elliptic-curve-cryptography
    Voir sur GitHub↗4,884
  • spaceandtimefdn/sxt-go-sdkAvatar de spaceandtimefdn

    spaceandtimefdn/SxT-Go-SDK

    3,858Voir sur GitHub↗

    The Space and Time Go SDK is a development toolkit designed for interacting with decentralized storage environments and executing verifiable SQL queries. It provides the necessary infrastructure to manage database schemas, manipulate tables, and perform complex data operations within a distributed storage system. The SDK distinguishes itself by integrating cryptographic proof generation and verification directly into the database workflow. It enables the execution of SQL commands that produce mathematical evidence of data integrity, ensuring that results returned to an application remain accu

    Go
    Voir sur GitHub↗3,858
  • google/trillianAvatar de google

    google/trillian

    3,736Voir sur GitHub↗

    Trillian is a distributed, multi-tenant verifiable data store that maintains cryptographically verifiable logs and maps using Merkle tree structures. It functions as a scalable backend for transparency logs, providing a system where data integrity is ensured through append-only records and mathematical proofs of inclusion and consistency. The system distinguishes itself by decoupling core storage from application-specific logic through a personality layer, which handles admission criteria and data canonicalization. It employs a consensus-based leader election mechanism for high availability a

    Gocertificate-transparencymerkle-tree
    Voir sur GitHub↗3,736
  • apache/pinotAvatar de apache

    apache/pinot

    6,098Voir sur GitHub↗

    Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer

    Java
    Voir sur GitHub↗6,098
Voir les 30 alternatives à Sxt Proof Of Sql→

Questions fréquentes

Que fait spaceandtimefdn/sxt-proof-of-sql ?

Ce projet est un moteur de base de données vérifiable qui fournit un système de preuve cryptographique SQL pour assurer l'intégrité des informations stockées et leur récupération. Il fonctionne comme un magasin de données avec preuves qui utilise des engagements cryptographiques pour empêcher la falsification des données et garantir que les résultats des requêtes sont exacts.

Quelles sont les fonctionnalités principales de spaceandtimefdn/sxt-proof-of-sql ?

Les fonctionnalités principales de spaceandtimefdn/sxt-proof-of-sql sont : Proof-Carrying Data Stores, Analytical Query Engines, Secure Ingestions, Verifiable Engines, Commitment-Based Ingestion, Proof-Generating Executions, Cryptographic, Tamper-Proof Database Managements.

Quelles sont les alternatives open-source à spaceandtimefdn/sxt-proof-of-sql ?

Les alternatives open-source à spaceandtimefdn/sxt-proof-of-sql incluent : spaceandtimefdn/blitzar — Blitzar is a verifiable SQL proof engine and cryptographic library designed for verifiable SQL computation. It enables… spaceandtimefdn/sxt-go-sdk — The Space and Time Go SDK is a development toolkit designed for interacting with decentralized storage environments… google/trillian — Trillian is a distributed, multi-tenant verifiable data store that maintains cryptographically verifiable logs and… apache/pinot — Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It… vonng/ddia — This project serves as a comprehensive technical reference for the architecture and design of data-intensive… remix-project-org/remix-project — Remix is a comprehensive blockchain development environment and Ethereum smart contract IDE. It provides a complete…