Skip to main content

ScaffyDB - A Scaffy On-Disk Key/Value Store Database

Project description

A simple on-disk flat file database for storing string key/value pairs.

ScaffyDB v1 File Format

MAGIC: “ScaffyDB01”

FOR EACH KEY:
  1. Key Hash := 8 BYTES (unsigned integer) [BIG ENDIAN]

  2. Value Size := 2 BYTES (unsigned integer) [BIG ENDIAN]

  3. Value := 0-65535 BYTES (string)

Project details


Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page