{"id":28559078,"url":"https://github.com/toastdriven/solidrocket","last_synced_at":"2025-10-07T01:45:48.570Z","repository":{"id":1336654,"uuid":"1282510","full_name":"toastdriven/solidrocket","owner":"toastdriven","description":"A fun little experimental datastore. Not interesting yet.","archived":false,"fork":false,"pushed_at":"2011-01-31T02:20:10.000Z","size":112,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-09T04:45:11.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toastdriven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-01-22T18:16:09.000Z","updated_at":"2013-11-05T08:01:29.000Z","dependencies_parsed_at":"2022-08-16T13:10:24.837Z","dependency_job_id":null,"html_url":"https://github.com/toastdriven/solidrocket","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/toastdriven/solidrocket","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fsolidrocket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fsolidrocket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fsolidrocket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fsolidrocket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toastdriven","download_url":"https://codeload.github.com/toastdriven/solidrocket/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toastdriven%2Fsolidrocket/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278708038,"owners_count":26031932,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-06-10T08:36:02.546Z","updated_at":"2025-10-07T01:45:48.509Z","avatar_url":"https://github.com/toastdriven.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"solidrocket\n===========\n\nA schema-less datastore designed to handle heavy writes \u0026 fast reads of subsets.\n\nCore Principles:\n\n* 100% Lua\n* Column-oriented store\n* Consistent writes\n* Able to efficiently handle subsets of the data (think many rows) without\n  Map/Reduce\n* Append-only file format\n* Simple backups (tarball the data directory)\n* Simple, tuneable daemon\n* Indexing included\n* Clustering support\n\n\nRequirements\n------------\n\n* Lua 5.1\n* luarocks\n* luaposix\n\n\nHTTP Example\n------------\n\n    TBD\n\nLua Example\n-----------\n\n    db = Database('/var/solidrocket/', 'test')\n    bucket = Bucket(db, 'users')\n    \n    bucket.put({\n      name='Daniel',\n      age=28,\n      is_active=true\n    })\n\n\nRunning Tests\n-------------\n\nThe test suite relies on [Telescope](https://github.com/norman/telescope). You\ncan run it via `tsc tests/*.lua`.\n\n\nMeta\n----\n\n**Author:** [Daniel Lindsley](http://pragmaticbadger.com/)\n\n**License:** BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fsolidrocket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoastdriven%2Fsolidrocket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoastdriven%2Fsolidrocket/lists"}