Skip to content

hartzler/scas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scas is:
* a simple content accessable storage system written in Go
* used to store strings of bytes and access them by their sha1
* journaled w/ immutable sstable-ish data files for reliable storage / access

goals:
* simple
* reliable
* reasonably performant

inspired by cassandra and bdb in various ways...

leveldb (http://code.google.com/p/leveldb-go/) might be more what you are looking for :)

About

a simple content accessable storage system written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages