Registry / database / ssd
library1.0.1rbrubygemsunverified

SSD is an append-only, file-based, immutable key-value store for Microservices written in Ruby.

gem install ssd
INSTALL
IMPORT
SIG · SSD
S
ssd
databaserubyv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SSD
require 'ssd'

Create a store and perform key-value operations.

require 'ssd' store = SSD::Store.new('/path/to/data') store.put('key', 'value') puts store.get('key') # => 'value'
Debug
Known issues
gotchaAppend-only store; values cannot be updated in place
fix
Design your application to handle immutable data or use versioning.
affects: >= 0
Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Meta
2
OpenAI (training)
1
Resources
ssd — gem install ssd · libregistry