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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page