{"id":21606055,"url":"https://github.com/codekitchen/cassandra-filesystem-browser","last_synced_at":"2025-03-18T14:41:25.771Z","repository":{"id":136299832,"uuid":"797200","full_name":"codekitchen/cassandra-filesystem-browser","owner":"codekitchen","description":"cassandra demo app -- import a filesystem into cassandra and browse it, with versioning","archived":false,"fork":false,"pushed_at":"2010-07-26T17:11:36.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T19:16:55.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codekitchen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-07-25T22:05:58.000Z","updated_at":"2014-01-18T06:36:45.000Z","dependencies_parsed_at":"2023-03-10T19:55:53.656Z","dependency_job_id":null,"html_url":"https://github.com/codekitchen/cassandra-filesystem-browser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcassandra-filesystem-browser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcassandra-filesystem-browser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcassandra-filesystem-browser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekitchen%2Fcassandra-filesystem-browser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekitchen","download_url":"https://codeload.github.com/codekitchen/cassandra-filesystem-browser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244242942,"owners_count":20421969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T20:18:52.235Z","updated_at":"2025-03-18T14:41:25.745Z","avatar_url":"https://github.com/codekitchen.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cassandra Filesystem Browser\n\nThis is a quick demo app for my presentation on Cassandra for URUG, July 2010.\nRun `file_tree.rb my_username /Root/of/filesystem` to import your filesystem\ninto Cassandra. Then browse it with the display_tree.rb sinatra app.\n\nRun the same file_tree.rb command again to walk through the filesystem and\nupdate Cassandra with any changed files. This currently does not detect deletes.\n\n## Cassandra 0.6 Schema\n\n    \u003cKeyspace Name=\"FileTree\"\u003e\n      \u003cColumnFamily Name=\"User\" /\u003e\n      \u003cColumnFamily Name=\"Directories\" ColumnType=\"Super\" CompareSubcolumnsWith=\"UTF8Type\" /\u003e\n      \u003cColumnFamily Name=\"Files\" ColumnType=\"Super\" CompareWith=\"LongType\" /\u003e\n      \u003cColumnFamily Name=\"FileNameSearch\" CompareWith=\"UTF8Type\" /\u003e\n    \n      \u003cReplicaPlacementStrategy\u003eorg.apache.cassandra.locator.RackUnawareStrategy\u003c/ReplicaPlacementStrategy\u003e\n    \n      \u003cReplicationFactor\u003e1\u003c/ReplicationFactor\u003e\n    \n      \u003cEndPointSnitch\u003eorg.apache.cassandra.locator.EndPointSnitch\u003c/EndPointSnitch\u003e\n    \u003c/Keyspace\u003e\n\n## Required Gems\n\n- cassandra\n- sinatra\n- haml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekitchen%2Fcassandra-filesystem-browser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekitchen%2Fcassandra-filesystem-browser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekitchen%2Fcassandra-filesystem-browser/lists"}