Skip to content

filesystem (the library) and Cassandra backed static content service written in Go

License

Notifications You must be signed in to change notification settings

childoftheuniverse/cstatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra Static Content Service

cstatic is a static content web server which stores its metadata in Cassandra (but the regular data is stored in some other file store which must be supported by https://github.com/childoftheuniverse/filesystem/).

cstatic stores many small files in large files. The placement of these files is tracked in a Cassandra database (thus the "c"). The reason behind this is that tracking few large files is much easier and cheaper on a distributed file system (e.g. Amazon S3) than tracking many small files.

About

filesystem (the library) and Cassandra backed static content service written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages