Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codekitchen/cassandra-filesystem-browser
- Owner: codekitchen
- Created: 2010-07-25T22:05:58.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-07-26T17:11:36.000Z (over 14 years ago)
- Last Synced: 2023-03-10T19:54:56.994Z (almost 2 years ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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