Volara Logo
VOLARA
Contact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Mining
    • Run with Docker (recommended)
      • Quickstart
      • Prerequisites
      • Manual Docker Run
    • Run with CLI
      • Prerequisites
      • Install and Run
  • Volara CLI
    • Installation
    • Interface
  • Volara SDK
  • Governance
  • Tokenomics
  • Contracts
  • Validation
  • Schema
  • Introduction
  • Mining
    • Run with Docker (recommended)
      • Quickstart
      • Prerequisites
      • Manual Docker Run
    • Run with CLI
      • Prerequisites
      • Install and Run
  • Volara CLI
    • Installation
    • Interface
  • Volara SDK
  • Governance
  • Tokenomics
  • Contracts
  • Validation
  • Schema
  • Contact ↗ (opens in a new tab)
Schema

Volara Data Schema

Volara collects tweet data according to the following flatbuffer schema:

table Tweet {
  handle:string;
  user_id:string;
  tweet_id:string;
  text:string;
  likes:int;
  retweets:int;
  replies:int;
  quotes:int;
  created_at:ulong;
  subtweet_id:string;
}
Validation

Volara Docs