Skip to content

alexsward/steel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steel

a "database" with the following properties:

  1. partitionable key-value store
  2. stores blobs (binary data of arbitrary size)
  3. inserts are upserts, but only if the blob data has changed
  4. maintains versioned history with customizable compaction
  5. user controls the primary key, this is not content-addressable storage.

setup

install:

brew install just
brew install redis

Releases

No releases published

Packages

No packages published