Hacker News new | ask | show | jobs
by rythie 4670 days ago
I'm struggling to find something that it does that a webserver pointed at the filesystem doesn't do (with hash-ids for file names). I'm wondering if that's all it is, with a bit of logic to write the files in the correct structure.
1 comments

From the description: Sparkey is an extremely simple persistent key-value store. You could think of it as a read-only hashtable on disk and you wouldn't be far off.
Good point, I missed that. Read the feature list which lists stuff the filesystem does itself.