{"id":13777214,"url":"https://github.com/groupdock/sinandra","last_synced_at":"2026-04-04T19:09:18.767Z","repository":{"id":1106844,"uuid":"973068","full_name":"groupdock/sinandra","owner":"groupdock","description":"A blog engine using Sinatra and Cassandra","archived":false,"fork":false,"pushed_at":"2010-10-27T19:19:58.000Z","size":91,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-02-14T20:36:21.839Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dev.groupdock.com/2010/10/08/sinandra-a-blog-engine-using-sinatra-and-cassandra.html","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/groupdock.png","metadata":{"files":{"readme":"README","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-10-08T19:43:20.000Z","updated_at":"2013-11-29T06:32:54.000Z","dependencies_parsed_at":"2022-07-06T08:04:20.296Z","dependency_job_id":null,"html_url":"https://github.com/groupdock/sinandra","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/groupdock%2Fsinandra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdock%2Fsinandra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdock%2Fsinandra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groupdock%2Fsinandra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groupdock","download_url":"https://codeload.github.com/groupdock/sinandra/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225043071,"owners_count":17411925,"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-08-03T18:00:39.580Z","updated_at":"2026-04-04T19:09:18.740Z","avatar_url":"https://github.com/groupdock.png","language":"Ruby","funding_links":[],"categories":["Blogging"],"sub_categories":[],"readme":"== Sinandra\nSinandra is a very simple blog engine built with Sinatra and a Cassandra backend.\n\nWhy another blog engine? \n\nSinantra was written in order to learn Cassandra and understand Cassandra's data model.\n\n== Installation\n\nMake sure you install Cassandra. To get started with Cassandra: http://wiki.apache.org/cassandra/GettingStarted\n\nYou also have to have sinatra installed:\n\n    sudo gem install sinatra\n    \n== Requirements\n\nThe following gems are required and need to be installed:\n\n    sudo gem install actionpack cassandra simple-uuid maruku sanitize\n\n== Cassandra Configuration\n\nA sample Cassandra configuration is included: sample-cassandra-conf.yml.\n\nThe important part is the following keyspace:\n\t\n  \u003cKeyspaces\u003e\n\t\t\u003cKeyspace Name=\"sinandra\"\u003e\n\t\t\t\u003cColumnFamily CompareWith=\"BytesType\" Name=\"Authors\"/\u003e\n\t\t\t\u003cColumnFamily CompareWith=\"UTF8Type\" Name=\"Lists\"/\u003e\n\t\t\t\u003cColumnFamily CompareWith=\"TimeUUIDType\" Name=\"Archives\"/\u003e\n\t\t\t\u003cColumnFamily CompareWith=\"BytesType\" Name=\"BlogEntries\"/\u003e\n\t\t\t\u003cColumnFamily CompareWith=\"TimeUUIDType\" Name=\"TaggedPosts\"/\u003e\n\t\t\t\u003cColumnFamily CompareWith=\"TimeUUIDType\" Name=\"Comments\"\n\t\t\t\t  CompareSubcolumnsWith=\"BytesType\" ColumnType=\"Super\"/\u003e\n\t\t\u003c/Keyspace\u003e\n\t\u003c/Keyspaces\u003e\t\n\n== Sinandra Configuration\n\nYou can configure Sinandra using a file called config.yml. Using this config file, you can set:\n* the title of your blog\n* The author of the blog (only supports a single author)\n* The about paragraph displayed on the right-side column\n* the username of the person allowed to post blog entries\n* the password of the person allowed to post blog entries\n\nA sample configuration file is included: sample-config.yml.\n\nIf you do not include a config.yml file, the following defaults are used:\n* blog title = 'a simple blog'\n* blog author  = 'Tyrone Badu'\n* about paragraph =  'Lorem ipsum...'\n* username = 'admin'\n* password = 'super'\n\n== Running Sinandra\n\nTo run sinandra, simply use: ruby sinandra.rb\n\nThen point your browser to : http://localhost:4567/\n\n== Screencast\n\nYou can download a small screencast which runs through the features of sinandra here. Nothing very exciting but it lets you see it in action without downloading/running it:\n\n    http://lucpublic.s3.amazonaws.com/SinandraDemo.avi\n    \n== Recommended Links on Cassandra\n\n* https://github.com/dambalah/sinandra\n* http://blog.evanweaver.com/articles/2009/07/06/up-and-running-with-cassandra/\n* http://arin.me/blog/wtf-is-a-supercolumn-cassandra-data-model\n* http://www.parleys.com/#id=1866\u0026st=5\u0026sl=1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroupdock%2Fsinandra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroupdock%2Fsinandra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroupdock%2Fsinandra/lists"}