[go: up one dir, main page]

Skip to content

cli exploring in-memory, single-threaded, kv-store data-structures

License

Notifications You must be signed in to change notification settings

hailelagi/porcupine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Porcupine

Key value store experiments, data structures and exploratory concept examples/snippets.

what kinda works

cd /porcupine
go test .
go test -bench=.

and

porcupine server
porcupine graph

what would be nice to do

porcupine get <key>              # get a value by key
porcupine set <key> <value>      # set key to a value
porcupine ls                     # list stored keys
porcupine rm  <key>              # remove an entry by key
porcupine config --list          # list data-structures
porcupine config <datastore>     # choose data-structure 
porcupine bench

About

cli exploring in-memory, single-threaded, kv-store data-structures

Resources

License

Stars

Watchers

Forks