{"id":31830993,"url":"https://github.com/sfluor/blazedb","last_synced_at":"2026-03-05T04:34:30.489Z","repository":{"id":123989725,"uuid":"133366594","full_name":"sfluor/blazedb","owner":"sfluor","description":"A simple key value store","archived":false,"fork":false,"pushed_at":"2020-04-01T06:44:16.000Z","size":21,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-19T04:40:07.389Z","etag":null,"topics":["database","golang","keyvaluestore","storage"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sfluor.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-14T13:41:17.000Z","updated_at":"2021-07-08T19:49:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dc92509-7917-49df-92d4-9fdf27821b6f","html_url":"https://github.com/sfluor/blazedb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sfluor/blazedb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfluor%2Fblazedb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfluor%2Fblazedb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfluor%2Fblazedb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfluor%2Fblazedb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfluor","download_url":"https://codeload.github.com/sfluor/blazedb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfluor%2Fblazedb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30110441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["database","golang","keyvaluestore","storage"],"created_at":"2025-10-11T21:29:42.470Z","updated_at":"2026-03-05T04:34:30.462Z","avatar_url":"https://github.com/sfluor.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blazedb\n\n[![Build Status](https://travis-ci.com/sfluor/blazedb.svg?branch=master)](https://travis-ci.com/sfluor/blazedb)\n\nBlazeDB is a simple key value storage system.\n\nIt uses a tcp server to communicate with clients with the following available commands:\n\n- `set key value`\n- `get key`\n- `update key value`\n- `delete key`\n\nThere is a client embedded within the blazedb binary but you can also use telnet to communicate with the server:\n\n```\n$ telnet localhost 9876\nTrying ::1...\nConnected to localhost.\nEscape character is '^]'.\nset x 1\nsuccess\nget x\n1\n```\n\n## Starting the server\n\nTo start the blazedb server simply do\n\n`blazedb server -c \u003cpath_to_the_config_file\u003e`\n\n## Configuration\n\nThe sample configuration can be found in server/config.template.toml and contains the following:\n\n```\n# Default blazedb configuration\n\n# Port on which to listen for the blazedb server\n# port = 9876\n\n# Max queue size for the blazedb server commands\n# max_queue_size = 100\n\n# The logfile\n# log_file = \"/tmp/blazedb.log\"\n\n# Where to save data on disk\n# save_file = \"/tmp/blaze.dump\"\n\n# How often we need to save data on disk\n# save_period = \"1m\"\n\n# Debug mode (0 or 1)\n# debug = 0\n```\n\n\n## Todos\n\n- [x] Save database to disk\n- [x] Log file\n- [x] Configuration file\n- [x] Add a go client\n- [x] Tests\n- [ ] Thread safety\n- [ ] Documentation\n- [ ] Code example\n- [ ] Add a parameter to dump the state every N write commands\n- [ ] Add SSL support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfluor%2Fblazedb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfluor%2Fblazedb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfluor%2Fblazedb/lists"}