Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codekitchen/cassandra-filesystem-browser

cassandra demo app -- import a filesystem into cassandra and browse it, with versioning
https://github.com/codekitchen/cassandra-filesystem-browser

Last synced: about 2 months ago
JSON representation

cassandra demo app -- import a filesystem into cassandra and browse it, with versioning

Awesome Lists containing this project

README

        

# Cassandra Filesystem Browser

This is a quick demo app for my presentation on Cassandra for URUG, July 2010.
Run `file_tree.rb my_username /Root/of/filesystem` to import your filesystem
into Cassandra. Then browse it with the display_tree.rb sinatra app.

Run the same file_tree.rb command again to walk through the filesystem and
update Cassandra with any changed files. This currently does not detect deletes.

## Cassandra 0.6 Schema







org.apache.cassandra.locator.RackUnawareStrategy

1

org.apache.cassandra.locator.EndPointSnitch

## Required Gems

- cassandra
- sinatra
- haml